@charset "utf-8";
/* link styles
---------------------------*/
a:link {
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #2F2F2F;
}
a:active {
	color: #33CCFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
}
/* basic layout
---------------------------*/
#main {
	width: 525px;
	float: right;
	margin-bottom: 20px;
	padding-right: 70px;
	padding-top: 22px;
}
#sidebar {
	width: 140px;
	margin-bottom: 20px;
	padding-left: 45px;
	left: 0px;
	float: left;
}
/* header styles
---------------------------*/
#header {
	background-image: url(../images/morphonics_visual02.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: 598px top;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 27px;
	left: 45px;
}
/* menu styles
------------------------------*/
#header #menu {
	top: 64px;
	width: 730px;
	position: relative;
	margin-right: 45px;
	margin-left: 45px;
	height: 18px;
}
#header #menu #menu1 {
}
/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 37px;
}
/* sidebar styles
---------------------------*/
#sidebar ul#page {
	margin: 0px;
	padding: 0px;
}
#sidebar ul#page li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 18px;
	width: 140px;
}
#sidebar #page img {
	margin: 0px;
	padding: 0px;
}

#sidebar #exhibition {
	padding-left: 32px;
	padding-bottom: 0px;
}
#sidebar #exhibition object {
	float: left;
	margin-top: 140px;
}
