/* Website by Divblock Solutions Inc. */

/*Body and margin reset*/

*{
	margin: 0;
	padding:0;
}

#pagewrap{
	width:850px;
	margin: 0 auto;
}
#outline{
	margin: 0 auto;
	border-left:#036 solid 2px;
	border-bottom:#036 solid 1px;
}
body{
	font-family:"Helvetica CE";
	background: url(images/bg.jpg) repeat-x;
}

/*END Body and margin reset*/

/* Start Header and Nav */
ul#nav{
	height:50px;
}
ul#nav h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 36px;
	text-align:center;
}

/* End Header and Nav */

.flashbody{
	padding-left:50px;
}

#test_title h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-align:center;
}

#body_back{
	height:505px;
	width: 850px;
	background:url(images/body_bg.jpg) repeat-x;
}

/* Start Footer */
.footer{
	height:50px;
	width: 850px;
	background:url(images/footer_bg.jpg) repeat-x;
	color: #ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	border-top:#036 solid 1px;
}

.footer a {
	text-decoration: none;
	color:#ffffff;
}
.footer a:hover {
	text-decoration: underline;
	color:#0FF;
}
/* End Footer */

.clear{clear:both;}

