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

/* LAYOUT FRAMEWORK CONSTRUCT */
body
{
	margin : 0;
	padding :0;
	text-align :center;
	background-color : #F4F4F4;
}

div#page
{
	position : relative;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	width : 758px;
	background-color : #eec;
	background-image : url(../images/site/body_bg.gif);
	background-repeat : repeat-y;
}

div#header
{
	position : absolute;
	width : 758px;
	top : 0;
	height : 183px;
	background-image : url(../images/site/body_bg.gif);
	background-repeat : repeat-y;
}

div#nav
{
	position : absolute;
	top : 190px;
	left : 19px;	
	width : 140px;
	text-align : left;
	color :  #FFF;	
}

div#main
{
	position : absolute;
	width : 758px;
	text-align : center;
	top : 183px;
	margin : 0;
	padding : 0;
	margin-bottom : 10px;
	background-image : url(../images/site/body_bg.gif);
	background-repeat : repeat-y;	
}

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

div#footer
{
	position : relative;
	width : 100%;
	float : left;
	margin : 0;	
	clear : both;
	text-align :center;
	height : 136px;
	line-height : 24px;
	font-size : 10px;
	margin-top : 10px;	
}



	