body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#title {
	position: absolute;
	top: 104px;
	left: 16px;
	width: 475px;
}
#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#main {
	height: 540px;
	width: 754px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -377px;
	border: 5px solid #000000;
	background-image: url(images/mainbg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	top: 36px;
	left: 177px;
	width: 346px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(images/navbg.gif);
	background-color: #818080;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#nav a:hover {
	background-image: url(images/navbgr.gif);
	color: #D8D5FF;
}
#content {
	position: absolute;
	height: 376px;
	width: 465px;
	left: 18px;
	top: 131px;
	padding: 5px;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #d6dbf1;
	scrollbar-3dlight-color: #d6dbf1;
	scrollbar-darkshadow-color: #d6dbf1;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #d6dbf1;
	z-index: 2;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pics a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2B387B;
	border-right-color: #2B387B;
	border-bottom-color: #2B387B;
	border-left-color: #2B387B;
}
.pics img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pics a {
	height: 80px;
	width: 125px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4BCE7;
	border-right-color: #B4BCE7;
	border-bottom-color: #B4BCE7;
	border-left-color: #B4BCE7;
}
