@charset "UTF-8";
/* CSS Document */

img, div, a, input { behavior: url(images/iepngfix.htc) }

body{
	background:url(images/background.png) top left repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

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

#header{
	background:url(images/snow.gif) top left repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#header_border1{
	background:#fe5502;
	height:4px
}

#header_border2{
	background:#1e0000;
	height:10px
}

.wrapper{
	width:962px;
	margin:0 auto;
}

#logo{
	text-align:center;
}

/* menu */



#menu ul{
}

#menu ul li{
	list-style:none;
	float:left;
	clear:none;
	margin-right:5px;
}

#menu ul li a{
	display:block;
	background:url(images/menu.png) top left no-repeat;
	width:121px;
	height:30px;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	text-align:center;
	color:#ffffff;
	padding-top:8px;
}

#menu ul li a:hover, #menu ul li.active a{
	background:url(images/menu_active.png) top left no-repeat;
	width:121px;
	height:30px;
	color:#F0FFFF;
}

/* menu end here */

#master_header{
	background: url(images/header_bg.png) top center no-repeat;
	width:952px;
	height:195px;
	padding-left:15px;
	padding-top:10px;
	margin-left:-2px;
}



#body_bg{
	background:url(images/body_bg.png) top center repeat-y;
	width:967px;
	margin-left:-2px;
}

#body_bg_bottom{
	background:url(images/body_bg_bottom.png) top center repeat-y;
	width:967px;
	margin-left:-2px;
	height:10px;
}

#left_colum{
	float:left;
	clear:none;
	width:190px;
}

.left_colum_links{
	float:left;
	clear:none;
	width:150px;
	height:30px;
	list-style-image:url(images/bullet.png);
}

#left_colum ul li a{
	display:block;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	text-align:left;
	color:#58595b;
}

#left_colum ul li a:hover{
	color:#8f1f00;
}

.left_colum_divider{
	float:left;
	clear:none;
	width:187px;
	background:url(images/sides_divider.png) top left repeat-x;
	height:4px;
	list-style:none;
	margin-left:-32px;
	margin-bottom:10px;
}

#middle_colum{
	float:left;
	clear:none;
	width:526px;
	margin-left:30px;
	margin-top:10px;
}

.title{
	color:#e34d03;
	font-size:24px;
}

.more_btn{
	border:0px;
	text-align:right;
	margin:10px;
	margin-top:15px;
}

.divider{
	margin-top:15px;
	margin-bottom:20px;
}

.content_txt{
	float:left;
	clear:none;
	width:350px;
}

.content_img{
	float:right;
	clear:none;
	width:147px;
	height:147px;
	background:url(images/thumbnail.png) top center no-repeat;
	padding-top:9px;
	padding-left:8px;
}




.contentt_img{
	float:width;
	clear:none;
	width:147px;
	height:147px;
	background:url(images/thumbnail.png) top center no-repeat;
	padding-top:9px;
	padding-left:8px;
}






#right_colum{
	float:right;
	clear:none;
	width:180px;
	margin-right:12px;
}

#newsletter{
	background:url(images/newsletter_signup.png) top left no-repeat;
	width:161px;
	height:130px;
	padding-top:53px;
	padding-left:15px;
	margin-top:20px;
}

#newsletter input[type=text]{
	border:0px;
	background:#f2d798;
	color:#58595b;
	font-size:11px;
	width:140px;
	height:20px;
}

.advertising{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#footer{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	font-size:12px;
	color:#450707;
}

#footer a{
	font-size:13px;
	color:#e4bf68;
}