body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3D3A41;
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
}
a {
	color: #F2902B;
	text-decoration: none;
}

.picborder {
	border: 1px solid #FFFFFF;
}

.picborderleft {
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.picborderright {
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
#containershadow {
	width: 840px;
	background-image: url(images/bgshadow.jpg);
	margin-right: auto;
	margin-left: auto;
}



#container {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#bannertop {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 87px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#containernav {
	width: 155px;
	height: 250px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}


#container1 {
	width: 610px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 165px;
	border: 1px solid #45424A;
	padding: 5px;
}
#col1 {
	float: left;
	width: 290px;
}
#col2 {
	float: right;
	width: 290px;
}


#empty {
	height: 10px;
	clear: both;
}
#bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #45424A;
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}
.tablebordergrey {
	border: 1px solid #3D3A41;
}
.tablebordergreylight {
	border: 1px solid #666666;
}
