body{
	background-color: #B84911;
	width:99%;
	top:0px;
	margin:0px;
	border:0px;
	padding:0px;
}

h1{
	font-size:20pt;
	color:#ffffff;

}

.rssBoxItemTitle{
	color:#ffffff;
	font-weight: bold;

}

h2{
	font-size:16pt;
	color:#ffffff;
}

h4{
	font-size:14pt;
	color:#ffffff;
}

p,div,a{
	color:#ffffff;
	font-family : 'verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

li{
	margin-bottom:6px;
}

.rssBoxItemContent{
	margin-bottom: 25px;
}

a, a:visited {
	display:inline;
	text-decoration : underline;
	zoom:1;
}

a:hover{
	text-decoration : none;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

img{
	display:inline;
	border : 0px;
	margin-left:2px;
}


#wrap{
	width:1200px;
	position: relative;
	top:0px;
	margin:0px;
	border:0px;
	padding:0px;
	background-image:url("./img/bg.jpg");
	background-repeat : no-repeat; 
	background-position: top center;
	margin-left:auto;
	margin-right:auto;
}

#welcome{
	margin-left:10px;
	display:none;
}

#nav{
	position:relative;
	top:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
}

#content{
	clear:both;
	padding:10px;
	position:relative;
}
#content_center{
	width:430px;
	padding-left:50px;
	display:inline;
	float:left;

}

#content_left{
	width:430px;
	display:inline;
	float:left;
	text-align:left;
}

#content_large{
	width:860px;
	display:inline;
	float:left;
	text-align:left;
}

#content_right{
	width:232px;
	display:inline;
	float:right;
	text-align:left;
}

#footer{
	clear:both;
}

small, .rssBoxTitle, .rssBoxPromo, .secret{
	display:none;
}

