* {
	margin: 0; 
	padding: 0;
	}

body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background-color: #F8F4E8;
	}

a {
	text-decoration: underline;
	color: #4B4B4B;
	font-weight: bold;
	}

a:hover {
	color: #F85F01;
	}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
	}
img { border: none;}



/****Wrapper****/
#wrapper {
	width: 980px;
	margin: auto;
	text-align: left;
	padding: 0 0 20px;
	}

/****Header****/
#header {
	height: 105px;
	}

#header h1 {
	float: left;
	font-size: 0;
	padding: 15px;
	}

#header h1 a {
	display: block;
	background: url(images/logo.gif) no-repeat 0 0;
	width: 334px; height: 75px;
	}

	#header .ad {
		float: right;
		padding-top: 18px;
		}
/****Body****/
#body {
	clear: both;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	}

#body .buffer {
	background: url(images/wrapper.gif) repeat-x 0 0;
	}

#body .menu1 {
	list-style-type: none;
	height: 35px;
	padding-left: 10px;
	}

#body .menu1 li {
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	}

#body .menu1 li a {
	color: #ffffff;
	display: block;
	padding: 11px 16px;
	text-decoration: none;
	}

#body .menu1 li a:hover {
	text-decoration: none;
	color: #F85F01;
		}

#body .menu2 {
	list-style-type: none;
	height: 35px;
	}

#body .menu2 li {
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 14px 13px;
	background: url(images/divider.gif) no-repeat 0 10px;
	}

#body .menu2 li.f { background: none; }
#body .menu2 li a { 
	color: #515252; 
	text-decoration: none;
	}

#body .menu2 li a:hover {
	text-decoration: none;
	color: #F85F01;
	}

/****Content****/
#content {
	width: 671px;
	float: left;
	padding: 15px 20px;
	}

#content p {
	line-height: 1.4em;
	margin-bottom: 15px;
	}

#content ul {
	list-style-position: inside;
	margin-bottom: 15px;
	}

#content li {
	padding: 2px 20px;
	line-height: 1.4em;
	}

#content h2 {
	font-family: Georgia;
	font-size: 1.7em;
	padding: 0 0 25px 10px;
	color: #F85F01;
	}

#content .post {
	width: 298px; 
	height: auto;
	float: left;
	padding: 10px;
	}

#content .post h2 {
	font-family: Georgia;
	font-size: 1.5em;
	padding: 0 0 15px 0;
	font-weight: bold;
	}

#content .latest {
	width: 673px; 
	height: auto;
	}

#content .latest img {
	float: right;
	margin: 4px 4px 4px 0;
	}

#content .latest img a{
	float: right;
	margin: 4px 4px 4px 0;
	}

#content .latest h2 {
	font-weight: bold;
	}

/****Sidebar****/
#sidebar {
	width: 267px;
	float: right;
	font-size: 0.9em;
	background: #E9E9E9;
	}

#sidebar h2 {
	font-size: 1.3em;
	padding: 10px 40px;
	color: #F85F01;
	background: url(images/h2bg.gif) no-repeat;	
	}

#sidebar a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

#sidebar a:hover {
	color: #F85F01;
	text-decoration: none;
	}

#sidebar ul {
	list-style-type: none;
	padding: 0 10px 10px;
	}

#sidebar ul li {
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.1em;
	padding: 6px 0;
	}

/****Footer****/
#footer {
	background: #FFFFFF url(images/bottom.gif) repeat-x 0 0;
	font-size: 0.9em;
	}

#footer .box {
	width: 245px;
	float: left;
	}

#footer .box h2 {
	font-size: 1.1em;
	padding: 14px 20px;
	color: #F85F01;
	}

#footer .box ul {
	list-style-type: square;
	padding: 10px 20px 25px;
	}

#footer .box ul li {
	padding: 8px 0;
	border-bottom: 1px solid #999999;
	}

#footer .box ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
#footer .box ul li a:hover {
	color: #F85F01;
	font-weight: bold;
	}

#footer .links {
	background-color: #515252;
	color: #FFFFFF;
	height: 35px;
	clear: both;
	}

#footer .links p { padding: 10px; }

#footer .links a {
	color: #F85F01;
	text-decoration: none;
	}

#footer .links .l {	float: left; }
#footer .links .r { float: right; }


table {border-collapse:collapse; border-spacing:0; font-size:100%; margin:5px 0; }
table li { text-align:left;}
th {text-align:center; font-weight:bold; font-size: 12px;}
th, td { text-align:center; padding:3px 3px;}
table.table-style01 th {background:#F85F01; color:#FFFFFF; }
table.table-style01 th, table.table-style01 td {border:1px solid #E0E0E0;}
table.table-style01 tr.bg td { background: #EFEFEF; text-align:left; }
table {width:100%; border-spacing:0; border-top:0.5pt solid #000;}
