body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #2A2A2A;
}
#main-container {
	background-image: url(body-parts-web/background.jpg);
	width: 650px;
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
}
#inner-container {
	width: 623px;
	padding-top: 40px;
	background-image: url(body-parts-web/inner-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#container {
	background-image: url(body-parts-web/exhibition-advert-popup-new.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	display: table;
	line-height: 16px;
}
#container p {
	margin-right: auto;
	margin-left: auto;
	padding-top: 63px;
	width: 290px;
}
#container a {
	color: #FF6600;
	font-weight: bold;
}
#navigation {
	width: 538px;
	height: 20px;
	background-image: url(body-parts-web/navigation.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 20px;
}

ul {
	height: 20px;
}
ul li {
	color: #FFFFFF;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-right: 22px;
}
ul a {
	color: #CCCCCC;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {
	color: #A7930D;
}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#copyright a {
	color: #666666;
	text-decoration: none;
}

/*Hover Menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color: #CCCCCC;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #333333;
	color: #CC9900;
}
