body {
	background: #ebebeb url(../images/background.png) repeat-x top center;
	color: #444;
	font: 1em arial;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#bar {
	background: #222;
	height: 30px;}
	

#bar li {
	display: inline;
	float: left;
	padding-right: 5px;
}

#date {
	font-family: lucida sans;
	float: right;
	margin-top: 9px;
	color: #eee;
	font-size: 0.6em;
}

#nav {
	clear: both;
	margin-top: 40px;}
	
#nav li {
	display: block;
	float: left;
	background: #333;
	width: 234px;
	height: 50px;
	border-right: 1px solid #555;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: left;
	padding-top: 16px;
	padding-left: 20px;
	font: 0.75em lucida sans;
}

#nav li a:hover {
	display: block;
	width: 214px;
	height: 34px;
	background: #e97300;
	text-decoration: none;
	color: #fff;
	font: 0.75em lucida sans;
}

#nav li .current {
	display: block;
	width: 214px;
	height: 34px;
	background: #444;
	text-decoration: none;
	color: #fff;
	font: 0.75em lucida sans;
}


#header {
	float: left;
	clear: both;
	margin-top: 0px;
	width: 234px;
	margin-bottom: 0px;
}

h1 {
	text-indent:-9999px;
	height: 0;
}

h2, h4 {
	margin: 20px 0;
	line-height: 1.6;
}

h2 {
	font-size: 1em;
	color: #fff;
	}
	

p {
	margin: 0 0 20px;}

#nav a, #header a, #content a {
	color: #ff7e00;
}

#content a:hover {
	color: #000;}

#content-left a:hover {
	color: #fff;}
	
#content-main a:hover {
	color: #333;}

.bold {
	color: #ff7e00;
	font-weight: 700;}

#content {
	float: left;
	width: 666px;
	height: 169px;
	padding: 45px 20px 20px;
	color: #333;
	background: url(../images/gradient.jpg) repeat;
}

#content-left {
	clear: both;
	float: left;
	width: 194px;
	margin-top: 20px;
	padding: 20px;
	margin-bottom: 60px;
	font: 0.75em lucida sans;
	line-height: 1.6;
	background: #444 url(../images/gradient.jpg) repeat;
	color: #fff;
}
	

#content-main {
	float: left;
	margin-top: 20px;
	margin-bottom: 60px;
	width: 666px;
	padding: 20px;
	font: 0.75em arial;
	line-height: 1.6;
	background: #fff;
	overflow: auto;}


.column-left {
	float: left;
	width: 320px;}
	
.column-right {
	float: right;
	width: 320px;}

#footer-nav {
	clear: both;
	color: #444;
	margin: 0 auto;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.6em;
	border-top: 1px dotted #999;
}

h3 {
	color: #ff7e00;
	font: 1.5em lucida sans;
	font-weight: 700;
	margin: 0 auto 0;
	padding-bottom: 20px;}

#footer a, #copyright a {
	text-decoration: none;
	color: #ff7e00;
}

#footer a:hover, #copyright a:hover {
	border-bottom: 1px solid #ff7e00;}

#footer-left {
	width: 130px;
	float: left;
	padding-bottom: 20px;
}

#footer-left2 {
	width: 124px;
	float: left;}
	
#footer-left3 {
	width: 310px;
	margin-right: 34px;
	float: left;}
	
#footer-left3 p {
	font-style: italic;}
	
#content-right-info1, #footer-info1 {
	width: 180px;
	float: left;
	padding-bottom: 20px;}
	
#content-right-info2, #footer-info2 {
	width: 160px;
	float: right;
	text-align: right;}
	
#copyright {
	font-family: lucida sans;
	color: #666;
	padding: 20px 0 40px;
	border-top: 1px dotted #999;
	clear: both;
	font-size: 0.6em;}
	
#copyright-legal {
	float: left;
}
	
#copyright-websites {
	float: right;}
	
#clearer {
	clear: both;
	text-indent: -9999px;
	margin: 0;}
	
	
	
.contact {
	color:#ff7e00;
	font:.9em lucida sans;
	font-weight:700;
}

.form1 {
	border:1px solid #ccc;
	color:#444;
	font:1.125em lucida sans;
	padding:5px;
	width:300px;
}

textarea {
	border:1px solid #ccc;
	color:#444;
	font:1.125em lucida sans;
	height:150px;
	padding:5px;
	width:300px;
}
	