﻿body {
	margin:40px 0px 0px 0px; 
	background: #cccccc url('../siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


a:link, a:active, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:9px 15px 10px 15px;
	text-decoration:none;
	display:block;
	font-size:9pt;
	
}


a.nav:hover {
	background: url('../siteart/navbg-on.jpg') repeat-x;
}



#maincontainer {
 background:#000 url('../siteart/containerbg.jpg') no-repeat;  
 width:100%;
 color:#fff;
 vertical-align:top;	
}


#navcontainer {
	background:#fff url('../siteart/navbg.jpg') repeat-x;
	height:34px;
	width:100%;
}

#left {
	padding:20px 10px 10px 25px; 
	width:473px;
	height:334px;
	vertical-align:top;
}

#right {
	padding:0px; 
	vertical-align:top;
}


.title {
	font-size:12pt;
	color:#c93032;
	font-weight:bold;
	text-transform:uppercase;
}


.title2 {
	font-size:12pt;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}





