/* CSS Document */
body {
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, Verdana;
	color: #1D1D1D;
	background-color: #FFFFFF;
}
#container {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 795px;
	height: 160px;
	background: url(../images/bgHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#header-image {
	width: 776px;
	height: 137px;
}
#top-nav {
	height: 25px;
	padding:10px 0 0 0;
	background-color: #2E2E2E;
	/*background: url(../images/bgTop-nav.jpg);
	background-repeat: repeat-x;*/
	text-align: center;
	margin: 0;
}
#spacer {
	height: 5px;
}
#content {
	width: 800px;
}
#left-col {
	float: left;
	padding: 0 0 0 15px;
	width: 250px;
}

#left-col li{
	font-size: 12px;
}
#left-col a{
	color: #38503C;
	text-decoration: none;
}
#left-col a:hover{
	color: #000000;
	text-decoration: underline;
}
#left-col h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
#right-col {
	width: 500px;
	float: left;
	padding: 0 10px 0 15px;
	font-size: 14px;
}
#right-col h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 33px;
	background: url(../images/ico-Ball.jpg);
	background-repeat: no-repeat;
}
#footer {
	background: #1D1D1D;
	height: 30px;
	padding: 15px 10px 0 0;
	text-align: right;
	color: #A3A0A0;
	font-size: 11px;
}
#container #content #right-col a {
	color: #006A06;
	font-weight: bold;
}
#container #footer a {
	color: #A3A0A0;
}

