* { /* everything, no margin or padding */
	margin: 0;
	padding: 0;
}

body, html {
	margin:0;
	padding:0;
	background: #b2b2b2 url(images/background.jpg) repeat-x top right;
	color:#000;	
}


body {
	min-width:750px;
	padding-top: 30px;	
	padding-bottom: 30px;
	
}


#wrap {
	background:#fff;
	margin:0px auto;
	width:750px;
	padding-bottom: 15px;	
}


#header {
	background:#fff url(images/header_bg.gif) no-repeat 50% 100%; /* 50-middle 100-bottom */
	height: 50px;
	padding-top: 25px;
	padding-left: 30px;
}
#header span {
	padding:0;
    margin:0;
	color: #fff;
	font: 25px arial
}
#header span.bold {
	font-weight: bold;
}
#header span.smaller {
	font-size: 20px;
}
#header span.subtitle {
	font-size: 14px;
	color: #999;
	display: block; /* insert break before and after element */
	margin-top: -3px; /* scoot up # of pixels */
}
#header img {
	float: right;
	margin-top: -34px;
	margin-right: 35px;
}



#banner {
	padding-top: 10px;
	text-align: center;
}


#welcome {
	padding: 15px 15px; /* padding top/bottom , padding left/right */
}

	#welcome h1 {
		color: #666;			
	}
	#welcome span {
		color: #999;		
	}
	#welcome img{
		float:left;
	}


#main {
	/*background:#9c9;*/
	float:left;
	width:500px;	
}




#right_sidebar {
	float:right;
	width:240px;
	height:500px;
}



#sidebar {
	background: #fff url(images/sidebar_bg.jpg) no-repeat 50% 50%;
	float: right;
	width: 240px;
	height: 300px;
}
	#sidebar ul {
		margin-bottom:0;
	}
	#sidebar h3, #sidebar p {
		padding:0 10px 0 0;
	}
	
	

#advertise {
	padding-top: 310px;
	padding-left: 30px;
	height: 200px;
}

	
	

#footer {
	/*background:#cc9;*/
	clear:both;
	background:#fff url(images/footer_bg.gif) no-repeat 50% 50%;
	height: 45px;
	
	
	
}
	#footer p {
		font-family:arial;
		font-size:11px;
		color: #999;
		padding: 15px 20px;
		float: left;
	}
	#footer p.right {
		font-family:arial;
		font-size:11px;
		color: #999;
		padding: 15px 20px;
		float: right;
	}	
	#footer a{
		font-family:arial;
		font-size:11px;
		color: #fff;
		text-decoration:none;	
	}	
	#footer a:hover {
		text-decoration: underline;
		color:#999;
	}


div.section {
	clear: both;
	font-color:#800000;
}
	
	div.section box {
		float:left;
		margin-top: 10px;
	}
	
	div.section p{
		font-size: 12px;
		color: #666;
		text-align: justify;		
	}
	
	div.section a{
		font-size: 14px;
		font-weight: bolder;
		text-decoration: none;
		color: #800000;
		margin-top:10px;		
	}
	div.section a:hover{
		text-decoration: underline;
	}
	
	div.section img {
		padding: 0 15px 20px 20px;
		float: left;
	}
	
	div.section header {
		padding-top: 15px;
	}	
	
#articles {
	float: left;
	width: 220px;		
}
	#articles ul{
		list-style:none;
		padding: 5px 0 0 35px;
		text-indent:-1em;
	}
	
		#articles ul li{ padding-bottom: .5em;}
	
	#articles a {
		color: #5987ff;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		font-family: Arial;
	}
	#articles a:hover {
		text-decoration: underline;
	}
	
	
#content {
	float: right;
	width: 520px;
	margin-bottom: 1em;
}
	#content p{
		font-size: 12px;
		color: #666;
		text-align: justify;	
		padding: 0 25px 15px 0;
		font-weight: normal;
		font-family: sans-serif;
	}
	
	#content ul{ 
		font-size: 14px;
		color: #666;
	}
	
	#content h1{
		font-size: 20px;
		color: #800000;
		padding-bottom: 6px;	
		padding-top: 6px;	
	}
	#content img{
		float:right;
		padding: 10px 10px;
		
	}
	#content a {
		color: #5987ff;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
	#content a:hover {
		text-decoration: underline;
	}
	
/* what is this for? --ben */
#content-text{
	font-family: sans-serif;
	color: #666;
}
	
	
