/* website by Thrillpill Design www.thrilpill.com*/
html, body {
	background:#fc0  url(../images/bg.jpg) no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color:#000;
}

h3
{
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: left;
}

#header {
 	height: 320px;
	margin: 0 auto;
	width: 770px;
	padding:0;
	text-align: center;
    color: #a00;
}

#footer {
	width: 770px;
	margin: 0 auto;
 	height: 100px;
	text-align: center;
}

#container { 
	width: 770px;
	background: #fff;
	text-align: center;
	vertical-align: top;
	margin: 0 auto; 
	}
					
#content_box { 
	width: 505px; 
	height: 100%;
	background: #fff;
	padding-left: 10px;
	padding-right: 5px;
	margin: 0;
	text-align: justify; 
	float: left; 
}

#content_box a {
	color: #f33;	
	text-decoration:none;
}
#content_box a:visited active {
	color: #fc0;}

#content_box a:hover {
	color: #f33;
	text-decoration:underline;
}

#sidebar { 
	width: auto; 
	background: #fff;
	height: 100%; 
	float: right; 
	text-align: center;
	padding-left: 10px;}

/* TEXT FORMATTING */

.text {
	left: 0;
	top: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
	text-align: left;
	padding: 0;
}
