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


body
{
	margin : 0;
	padding :0;
	text-align :center;
	font: 12px verdana;
	background-color : #FBECBF;
}

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

div#header
{
	position : absolute;
	width : 758px;
	top :0px;
	height : 286px;
	background-color : #FFF;
	/*border-width : 1px  ;
	border-style : solid ;
	border-color : #001BAE;	*/
/*	background-image : url(../images/site/header2_bg.jpg);
	background-repeat : no-repeat;*/
	background-image : url(../images/site/body_bg.jpg);
	background-repeat : repeat-y;
	
}

div#nav
{
	position : absolute;
	left : 0px;
	width : 758px;
	line-height : 30px;
	text-align : center;
	/*background-color : #001BAE;*/
	top : 285px;
	height : 30px;
	font-weight : bold;
	/*border-width : 1px  ;
	border-style : solid ;
	border-color : #001BAE;*/
	background-image : url(../images/site/nav_bg.jpg);
	background-repeat : no-repeat;	
}

div#main
{
	position : absolute;
	width : 758px;
	text-align : center;
	top : 315px;
	/*border-width : 1px  ;
	border-style : solid ;
	border-color : #001BAE;
	margin-bottom : 10px;*/
	background-image : url(../images/site/body_bg.jpg);
	background-repeat : repeat-y;
}

div#content
{
	text-align : justify;
	margin-left : auto;
	margin-right : auto;
	width : 730px;
}


div#footer
{
	position : relative;
	width : 758px;
	float : left;
	clear : both;
	text-align :left;
	height : 37px;
	line-height : 30px;		
	background-image : url(../images/site/footer_bg2.jpg);
	background-repeat : no-repeat;	
}




	