﻿

															/** BODY ELEMENTS **/

body 
{
	color: #333;
	background: url('../images/grid.jpg');
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align: center;
	padding: 10px;
}




															/** MAIN CONTAINERS **/
div#header 
{
	background-color: 		#ffffff;		
	width: 					950px;
	height:					100px;
	margin: 				0 auto;
	text-align: 			left;	
}


div#container 
{
	background-color: 		#ffffff;
	width: 					950px;
	overflow:				hidden;			
	margin: 				auto;
	text-align: 			left;
}

div#content 
{
	width: 					850px;
	text-align: 			left;
}


div#footer 
{
	background-color: 		#9b9a9a; 
	width: 					950px;
	height:					50px;
	margin: 				0 auto;
	text-align: 			left;
}


div.header_cell_left
{
	width:					200px;
	margin:					0px 50px;
	margin-top:				40px;
	text-align:				left;
	
}

div.header_cell_right
{
	width:					300px;
	margin:					0px 50px;
	margin-top:				54px;
	text-align:				right;
}


div.footer_cell_right
{
	width:					300px;
	margin:					0px 20px;
	margin-top:				20px;
	text-align:				right;
	color:					#ffffff;
}

div.column 
{
	width: 					450px;
	margin-left:			20px;
	margin-top:				10px;
	margin-bottom:			10px;
}

div.column2 
{
	width: 					450px;
	margin-right:			20px;
	margin-top:				10px;
	margin-bottom:			10px;
}

div.column3
{
	width: 					430px;
}

div.column4
{
	width: 					200px;
}

div.column5
{
	width:					910px;
	height:					360px;
	margin-left:			20px;	
}

div.column6
{
	width: 					400px;
	margin-top:				50px;
}

div.column7
{
	width: 					400px;
	margin-left:			30px;
	margin-top:				150px;
	margin-bottom:			10px;
}


div#left 
{
	float: 					left;
}
				
div#right
{
	float: 					right;
}

					
															/** END **/