body {
	margin:0;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../imgs/mainbg.jpg) repeat-x;
}

img {
	border:1px solid #000000;
}

a {
	color:#4787A7;
	text-decoration:none;
	font-size:10pt;
}

a:hover {
	color:#247FE6;
	text-decoration:underline;
	font-size:10pt;
}

#main {
	margin: 0 auto;
	width: 750px;
	border:5px solid #FFFFFF;
}

.topnav {
	background:#400040;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	padding:5px;
}

.topnav a {
	color:#FFFFFF;
	font-size:9pt;
}

.topnav a:hover {
	color:#247FE6;
	font-size:9pt;
	text-decoration:underline;
}

.left {
	width:150px;
	background: url(../imgs/leftBG.jpg) repeat-x;
	padding:4px;
}

.left h3 {
	color:#400040;
}

.right {
	width:600px;
	padding:5px;
	background:#FFFFFF;
}

.right h3 {
	color:#400040;
}

.right h5 {
	color:#400040;
}

.navtop {
	height:45px;
	width:150px;
	background: url(../imgs/nav_top.gif);
}

.navtop2 {
	height:45px;
	width:150px;
	background: url(../imgs/nav_top2.gif);
}

.navmid {
	width:150px;
	background: url(../imgs/nav_mid.gif) repeat-y;
	color:#FFFFFF;
}

.navmid a {
	padding-left:6px;
	color:#FFFFFF;
	font-size:9pt;
}

.navbottom {
	height:21px;
	width:150px;
	background: url(../imgs/nav_bottom.gif);
}

#photo {
	float:right;
	width:390px;
	height:250px;
	border:1px solid #000000;
}

.thumbs{
	margin:2px;
}

.detailshead {
	height:46px;
	width:96px;
	background: url(../imgs/detailstop.png);
}



.detailsbody {
	height:109px;
	width:96px;
	background: url(../imgs/detailsbody.gif);
}

.detailsbody a {
	color: #FFFFFF;
	text-decoration:none;
}

.detailsbody a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.footer {
	background: url(../imgs/footerBG.jpg) repeat-x bottom;
}

