body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, a{
	margin: 0px; padding: 0px; border: 0px; text-decoration: none; font-weight: normal; outline: none;
}
body {
	background: #f1c316 url(../images/bg2.jpg) repeat fixed;
	margin: 0;
}
#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	color: #000;
	font-size: 12px;
}
#container #header{
	width: 1000px;
	float: left;
	height: 245px;
	margin-top: 20px;	
	background: transparent url(../images/header.png) no-repeat top left;
}
#container #header #header_container{
	position: relative;
}
#container #header #header_container #slideshow{
	position: absolute;
	width: 1000px;
	height: 245px;
	z-index: 1;
	top: 0;
	left: -1;
}
#container #header #header_container #slideshow div.inner{
	width: 1000px;
	height: 245px;
}
#container #header #header_container #slideshow img.spinner{
	position: absolute;
	top: 120px;
	left: 384px;
}
#container #menu{
	width: 1000px;
	float: left;
	height: 82px;
	margin-top: 20px;
	background: transparent url(../images/menu_bg.png) no-repeat top left;
	outline: none;
}
#container #menu .home{
	float: left;
	width: 73px;
	height: 50px;
	background: transparent url(../images/menu_items.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-decoration: none;
	margin-left: 30px;
	outline: none;
}
#container #menu .about{
	float: left;
	width: 107px;
	height: 50px;
	background: transparent url(../images/menu_items.png);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	text-decoration: none;
	outline: none;
}
#container #menu .categories{
	float: left;
	width: 123px;
	height: 50px;
	background: transparent url(../images/menu_items.png);
	background-repeat: no-repeat;
	background-position: 0px -99px;
	text-decoration: none;
	outline: none;
}
#container #menu .links{
	float: left;
	width: 88px;
	height: 50px;
	background: transparent url(../images/menu_items.png);
	background-repeat: no-repeat;
	background-position: 0px -149px;
	text-decoration: none;
	outline: none;
}
#container #menu .contact{
	float: left;
	width: 100px;
	height: 50px;
	background: transparent url(../images/menu_items.png);
	background-repeat: no-repeat;
	background-position: 0px -199px;
	text-decoration: none;
	outline: none;
}
#nav, #nav ul, #nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	outline: none;
}
#nav li{
	float:left;
	position:relative;
	border: 0px;
	outline: none;
}
#nav ul{
	position:absolute;
	display:none;
	top: 4.1em;
	left: .2em;
	background-color: #FFF;
	padding: 4px;
	padding-top: 0;
	outline: none;
}
#nav li ul li{
	float: left;
	min-width: 200px;
}
#nav li a{
	text-indent: -9999px;
	color: #8a8a8a;
}
#nav li ul a{
	height: auto;
	float: left;
	color: #8a8a8a;
	font-size: 16px;
	letter-spacing: -1px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
	margin-bottom: 4px;
	margin-top: 4px;
	min-width: 200px;
	text-indent: 0px;
	outline: none;
}
#nav li ul a:hover{
	color: #e7ca22;
}
#nav ul ul{
	top: auto;
}
#nav li ul ul {
	left: 12em;
	margin: 0px 0 0 68px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
}
#container #menu #search{
	float: right;
	width: 146px;
	height: 27px;
	margin-right: 190px;
	margin-top: 13px;
	background: transparent url(../images/search_bg.png) no-repeat top left;
}
#container #menu #search input[type='text']{
	float: left;
	width: 130px;
	height: 20px;
	font-size: 18px;
	color: #8b8a8a;
	background-color: #f9f8f8;
	border: 0;
	margin-left: 8px;
	margin-top: 2px;
}
#container #menu #search input[type='submit']{
	display: none;
}
#container #body{
	width: 996px;
	float: left;
	min-height: 400px;
	background-color: #FFF;
	border-left: 2px solid #9a9a9a;
	border-right: 2px solid #9a9a9a;
}
#container #body .title{
	float: left;
	width: 920px;
	height: 60px;
	color: #8a8a8a;
	font-size: 36px;
	line-height: 60px;
	letter-spacing: -1px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
	margin-left: 40px;
	margin-bottom: 20px;
}
#container #body .post{
	float: left;
	width: 920px;
	min-height: 100px;
	margin: 40px;
	margin-top: 0px;
}
#container #body .post .date{
	float: left;
	width: 80px;
	height: 60px;
	border-right: 2px solid #e7ca22;
	color: #8a8a8a;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: -3px;
	font-family: "Century Gothic", Century;
	text-align: center;
	padding-right: 15px;
}
#container #body .post .date .day{
	color: #e7ca22;
}
#container #body .post .title{
	float: left;
	width: 800px;
	height: 60px;
	color: #8a8a8a;
	font-size: 36px;
	line-height: 60px;
	letter-spacing: -1px;
	font-family: "Century Gothic", Century;
	margin-left: 20px;
	text-decoration: none;
}
#container #body .post .title2{
	float: left;
	width: 920px;
	height: 60px;
	color: #8a8a8a;
	font-size: 36px;
	line-height: 60px;
	letter-spacing: -1px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
}
#container #body .post .content{
	float: left;
	width: 920px;
	min-height: 100px;
	color: #8a8a8a;
	font-family: "Century Gothic", Century;
	font-size: 15px;
	line-height: 23px;
}
#container #body .post .contnet p{
	margin: 0;
	margin-bottom: 30px;
}
#container #body .post .content a{
	text-decoration: none;
	color: #e7ca22;
}
#container #body .post .content a:hover{
	text-decoration: none;
	color: #000;
}#container #body .post .content img{
	border: 0;
	max-width: 920px;
}
#container #body .post .content ul.links{
	margin: 0;
	padding: 0;
	list-style: none;
}
#container #body .post .content ul.links li{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px;
	margin-top: 5px;
}
#container #body .post .content ul.links li a{
	text-decoration: none;
	color: #e7ca22;
}
#container #body .post .content ul.links li a:hover{
	text-decoration: none;
	color: #000;
}
#container #body .post .slideshow{
	float: left;
	width: 920px;
	min-height: 100px;
}
#container #body .post .slideshow .slideshow_main{
	float: left;
	width: 900px;
	min-height: 100px;
	margin-left: 10px;
	margin-top: 20px;
}
#container #body .post .slideshow .slideshow_main .cont{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container #body .post .slideshow .slideshow_main img.mitm{
	max-width: 900px;
	min-width: 200px;
	min-height: 100px;
	border: 0;
	background-color: #F9F7F8;
	border: 1px solid #e7ca22;	
}
#container #body .post .slideshow .slideshow_items{
	float: left;
	width: 900px;
	min-height: 100px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#container #body .post .slideshow .slideshow_items img.sitm{
	float: left;
	width: 75px;
	height: 75px;
	margin: 4px;
	border: 0;
	background-color: #F9F7F8;
	border: 1px solid #e7ca22;	
}
#container #body .post .info{
	float: left;
	width: 920px;
	height: 20px;
	color: #8a8a8a;
	font-family: "Century Gothic", Century;
	font-size: 12px;
	margin-top: 10px;
}
#container #body .post .info .comments{
	float: left;
	width: 300px;
	text-align: left;
}
#container #body .post .info .categories{
	float: right;
	width: 620px;
	text-align: right;
}
#container #body .post .info .categories a{
	text-decoration: none;
	color: #8a8a8a;
	font-weight: bold;
}
#container #body .post .info .categories a:hover{
	text-decoration: none;
	color: #e7ca22;
	font-weight: bold;
}
#container #body .post .comments_container{
	float: left;
	width: 920px;
	height: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF url(../images/comment_bg.jpg) no-repeat top left;
}
#container #body .post .comments_container .comments_left{
	float: left;
	width: 110px;
	height: 80px;
	margin-top: 40px;
}
#container #body .post .comments_container .comments_left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#container #body .post .comments_container .comments_left ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#container #body .post .comments_container .comments_left ul li a{
	color: #8b8a8a;
	font-size: 18px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
}
#container #body .post .comments_container .comments_left ul li a:hover{
	color: #e7ca22;
	font-size: 18px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
}
#container #body .post .comments_container .comments_right{
	float: left;
	width: 800px;
	height: 145px;
	margin-top: 5px;
}
#container #body .post .comments_container .comments_right .comments_scroller{
	width: 800px;
	height: 135px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 5px;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment{
	float: left;
	width: 750px;
	min-height: 10px;
	color: #8b8a8a;
	font-size: 14px;
	font-family: "Century Gothic", Century;
	margin-bottom: 10px;
	margin-left: 20px;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment a{
	color: #5a5a5a;
	text-decoration: none;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment a:hover{
	color: #e7ca22;
	text-decoration: none;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment .author{
	font-weight: bold;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment .author a{
	text-decoration: none;
	color: #5a5a5a;
}
#container #body .post .comments_container .comments_right .comments_scroller .comment .author a:hover{
	text-decoration: none;
	color: #e7ca22;
}
#container #body .post .comment_form_container{
	float: left;
	width: 920px;
	min-height: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#container #body .post .comment_form_container .heading{
	float: left;
	width: 830px;
	height: 30px;
	color: #8a8a8a;
	font-size: 24px;
	letter-spacing: -1px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
}
.comment-form{
	float: left;
	color: #565656;
	margin-top: 5px;
}
.comment-form .invis{
	float: left;
	width: 900px;
	height: 20px;
}
.comment-form span.input-title{
	float: left;
	font-size: 14px;
	font-family: "Century Gothic", Century;
	color: #565656;
	letter-spacing: 1px;
	margin-top: 10px;
	width: 900px;
}
.comment-form input[type='text']{
	float: left;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	width: 200px;
	font-size: 14px;
	font-family: Helvetica;
	color: #565656;
}
.comment-form input[type='password']{
	float: left;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	width: 200px;
	font-size: 14px;
	font-family: Helvetica;
	color: #565656;
}
.comment-form input[type='submit']{
	float: left;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	width: 200px;
	height: 28px;
	font-size: 18px;
	font-family: "Myriad Pro";
	cursor: pointer;
	color: #565656;
}
.comment-form textarea{
	float: left;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	width: 300px;
	height: 100px;
	font-size: 14px;
	font-family: Helvetica;
	color: #565656;
}
.comment-form select{
	float: left;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	width: 90%;
	font-size: 14px;
	font-family: Helvetica;
	color: #565656;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.error_msg{
	float: left;
	margin-top: 10px;
	padding: 0px 8px 0px 8px;
	background-color: #ffdfdf;
	color: #993333;
	border:1px #c38686 solid;
	font-weight: bold;
	max-width: 400px
}
.error_msg p{
	margin: 0;
	margin: 4px 0px 4px 0px;
}
.success_msg{
	float: left;
	margin-top: 10px;
	padding: 0px 8px 0px 8px;
	background-color: #e5ffbb;
	color: #579953;
	border:1px #9ac395 solid;
	font-weight: bold;
	max-width: 600px
}
#container #body .pagination{
	float: left;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#container #body .pagination a{
	color: #8b8a8a;
	font-size: 16px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#container #body .pagination b{
	color: #000;
	font-size: 16px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#container #body .pagination a.back{
	color: #8b8a8a;
	font-size: 16px;
	font-family: "Century Gothic", Century;
	text-decoration: none;
	margin-left: 5px;
}
#container #footer{
	width: 1000px;
	float: left;
	height: 100px;
	background: transparent url(../images/footer_bg.png) no-repeat top left;
}
#container #footer p{
	margin: 0;
	margin-top: 40px;
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #656565;
	margin-left: 15px;
}
#container #footer p a{
	text-decoration: none;
	font-weight: bold;
	color: #656565;
}