/* CSS Document */

body {
	margin:0;
	font: normal 11px "Trebuchet MS", arial, tahoma, sans-serif;
	color:#555;
	background-color:#eee;
	text-align:left;
}

a {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#444;
}

ol,ul {

}

li {
	list-style-image:url(images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#header {
	width:600px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}

#content {
	width:600px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#fff;
}

.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width: 140px;
	float: right;
	color:#e97e00;
	text-align: left;
	margin-right: 10px;
	margin-top: 7px;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom:1px solid #ffad5c;
	color:#e97e00;
	text-align:right;
}
.submenu {
}
.submenu a {
	display: block;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.3em;
		font-weight:bold;
	padding: 2px;
}
.submenu a:hover {

}

#left_side {
	margin-right: 150px;
	padding-right: 35px;
}

#left_side h1 {
	margin-left: 15px;
	margin-bottom: 0;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom:1px solid #ffad5c;
	color: #e97e00;
}

#left_side p {
	padding: 0 15px 0 15px;
	line-height: 16px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

#left_side .contentimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#left_side .contentimg2 {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin: 20px 20px 20px 15px;
}

#footer {
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #e97e00;	
	color: #fff;
}

#footer p {
	clear: both;
	margin-bottom: 0px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#eee;
}

