/*created by David Plandor*/

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
a{
	color: #FFFFFF;
}
p, ul{
	margin-top:0;
}
.p1
{
	text-align: center;
	font-size: 13px;
	margin-top:0;
}
li {
 margin-bottom:5px;
}
h1{
font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
	margin-bottom: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-color: #3E3A39;
	padding:0px;
	text-align: center;
}

#container {
width: 682px;
vertical-align: middle;
margin: 0 auto;
text-align: left;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: none;
background-color:inherit;
text-decoration: none;
display: block;
}

#header {
	width: 682px;
	height: 257px;
	margin: 0 ;
	background: url(images/header.jpg);
}

/* Menu */

#menu {
	width: 682px;
	height: 40px;
	margin: 0 auto;
	background: url(images/btn10.gif) repeat-x;
	border-bottom:1px solid black;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 13px 20px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	border-right:1px solid black;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}
#content {
	border:1px solid #FFFFFF;
	min-height:290px;
    height:290px;
}
#main {
	float: left;
	border-right: 1px solid #FFFFFF;
	width: 482px;
	padding:10px 8px 8px 8px;
    min-height:290px;
    height:290px;
}
.image{
	float:left;
	border:1px solid #FFFFFF;
	margin-right:10px;
}
#sidecol {
padding: 5px 5px 4px 5px;
}


#footer {
	text-align: center;
	margin-bottom: 10px;
}