@import 'admin.css';

@import 'footer.css';
@import 'header.css';
@import 'content.css';
@import 'text.css';
@import '../includes/ISForm/ISForm.css';

/* LAYOUT FRAMEWORK CONSTRUCT */
body
{
	font-family : arial, verdana,sans-serif;
	font-size : 12px;
	color : #000;
	margin : 0;
	padding :0;
	text-align :center;
	background-image : url(../images/site/page_bg.gif);
	background-position : center;
	background-repeat : repeat-y;
}

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

div#main
{
	position : absolute;
	top : 100px;
	width : 742px;
	text-align : center;
	padding : 0;
	background-image : url(../images/site/main_grad_bg.jpg);
	background-repeat : repeat-x;
	background-color : #090;
}

div#content_out
{
	position : relative;
	text-align : left;
	margin :0  auto;
	padding : 5px 0 0 0;
	width : 714px;
	clear : both;
	background-image : url(../images/site/content_bg.gif);
	background-repeat : repeat-y;
}

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

div#header
{
	position : absolute;
	top : 0;
	width : 742px;
	height : 100px;
}

div#nav
{
	position : absolute;
	top : 0;
	left : 25px;
	width : 150px;
}

	

