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

body{
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
padding-top: 0px;
margin-top: 0px;
}
#page{
	width: 960px;
	margin: auto;
}
#sidebar {
	padding-top: 38px;
	width: 375px;
	float: left;
}
#main {
	float:right;
	text-align: left;
	width: 585px;
	
}
.quote{
	padding-top: 38px;
	padding-bottom: 10px;
}
.maintext{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height:22px;
	margin-top: 52px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
}
#footer{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666666;
	clear:both;
	text-align:center;
	padding-top: 5px;
}
#footer a:link{
		color: #666666;
		text-decoration: none;
}
#footer a:visited{
		color: #666666;
		text-decoration: none;
}
#footer a:hover{
		color: #0295cb;
		text-decoration: none;
}
	
.stories{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	clear:both;
}
a:link {
	color: #0295cb;
	text-decoration: underline;
}
a:visited {
	color: #0295cb;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
