@import 'nav.css';
@import 'text.css';
@import 'column.css';
/*@import 'form.css';*/
@import 'header.css';
@import 'footer.css';
@import 'content.css';



body
{
	font: 13px Arial, Helvetica, sans-serif;
	color : #00446A;
	margin : 0;
	padding :0;
	text-align :center;
	background-color : #E6E6E6;
}

div#page
{
	
	position : relative;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	width : 758px;
	
	
	
	
}

div#header
{
	
	height : 160px;		
	position : absolute;
	top : 0;
	left : 220px;	
	width : 538px;
	z-index : 10;	
	}



div#main
{
	width : 758px;	
	position : absolute;
	top : 0;
	left : 0;
	background-image : url(../images/site/page_bg.jpg);.
	background-repeat : repeat-y;
	border : 1px solid #000;

}

div#nav
{
	position : absolute;
	top : 0;
	left : 0;	
	width : 220px;
	height : 600px;

	
	background-image : url(../images/site/nav_bones_bg.gif);	
	background-repeat : no-repeat;
}

div#content
{
	width : 538px;
	position : relative;
	float : right;	
	background-image : url(../images/site/content_bones_bg.gif);
	background-repeat : no-repeat;
	text-align : center;
}

div #content_in
{
	margin-top : 160px;
	width : 500px;
	margin-left : auto;
	margin-right : auto;	
	text-align : justify;
	margin-bottom : 50px;
	
	
	
	
}

div#footer
{
	text-align :center;
	height : 30px;
	width : 530px;
	line-height : 30px;
	
	
}

div#companydetails
{
		position : absolute;
		bottom : 5px;
		left : 5px;
		width : 210px;
		text-align : center;
}

div#companydetails h3
{
		color : #FFF;
		font-size : 9pt;
		margin-top : 1px;
		margin-bottom : 1px;
}

div#companydetails h4
{
		color : #FFF;
		font-size : 8pt;
		font-weight : normal;
		
		margin-top : 1px;
		margin-bottom : 1px;
}

div#companydetails h4 a
{
	color : #FFF;
	text-decoration : none;
}

div#companydetails h4 a:hover
{
	color : #FAA929;
	text-decoration : underline;
}

div#signature
{
	position : absolute;
	font-size :10px;
	bottom : -25px;
	right : 0;	
	color : #FFF;
	text-align : right;
}










