﻿
/* Layout Stylesheet */ 

body {
 margin:0;
 padding:0;
 }
#outer {
	width:800px;
	 margin:auto;
  }
#content_outer
{
	width:840px;
	margin:auto;
	background: white url("../Images/contentbg.jpg") repeat-y top left;
}
#header {
	height:290px;
	position:relative ;
 }
#bodyblock 
{
	position:relative ;
	float:left;
	width:800px;
 }
#leftcol 
{
	float:left;
	width:110px;
}
#rightcol
{
	width:650px;
	float:right;
 }
#footer 
{
	clear:both;
	height:85px;	
}
.rightheader
{
	float:right;
	width:400px;
}
.leftheader
{
	float:left;
	width:360px;
}	
div.row 
{
	position:relative ;
	width:620px;
	padding-top:5px;
	z-index:0;
	}
div.row span.lcol {
	float:left;
	width:110px;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	}
div.row span.rcol 
{
	float:right;
	width:500px;
	text-align:left;
}
.prop
{
	height:700px;
	float:right;
	width:1px;
}
.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}
