/* Layout Stylesheet */ 


#outer {
 text-align:left;
 border:0px none #000000;
 width:795px;
 margin:auto;
 background-image:url(images/background_master.gif);
}

#hdr {
 width:795px;
 height:124px;
}


#bodyblock {
	clear:both;
	position:relative;
	width:795px;
 }
 
#left_column {
 float:left;
 width:160px;
 padding-left:30px;
 padding-bottom:6px;
 background-image:url(images/button_lines.gif);
}
#left_column1 {
 float:left;
 width:147px;
 background-color:#FF0000;
}
 

#content {
	width:603px;
	float:right;
	padding-bottom:6px;
}

#ftr {
	clear: both;
	height:30px;
	width:705px;
	background-image:url(images/footer_bar.gif);
	padding-left:45px;
	padding-right:45px;
	padding-top:5px;
}

#left_block {
 float:left;
 width:400px;
 text-align:left;
}

#right_block {
 float:right;
 width:300px;
 text-align:right;
}

#topleft_block {
 float:left;
 width:200px;
 text-align:left;
 background-color:#CC3333;
}

#topright_block {
 float:right;
 width:200px;
 text-align:right;
 background-color:#003399;
}

#contact {
 float:left;
 width:583px;
 height:440px;
 text-align:left;
 background-image:url(images/background.jpg);
 padding-left:20px;
}
 