@import 'nav.css';
@import 'text.css';
@import 'form.css';


body
{
	font-family : arial,verdana,sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
	background-image : url(../images/nav/col_left.gif);
	background-repeat : repeat-y;
}

div#header
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 180px;
	height : 100px;
	background-color : #FFF;
	border-bottom : 1px solid #ccc;
	text-align : center;
	z-index : 1000;
}

div#nav
{
	position: absolute;
	 top: 110px;
	left: 5px;
	width: 168px;
}

div#content
{
	position : absolute;
	top : 0px;
	left : 184px;
	width : 800px;
	
	z-index : 10
}
	
	