@CHARSET "ISO-8859-1";


body
	{
	background-image: url("Images/cfback.jpg");
	color: #cfdce6;
	margin: opx ;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	}
	
#wrapper
	{
		width: 1000px;
		margin: auto auto auto auto;
	}
	
#header
	{
		background-image:url("Images/header08.gif");
		background-repeat: no-repeat;
		color: #cfdce6;
		height: 80px;
	}

#navigation
	{
		background-image:url("Images/side08.gif");
		background-repeat: no-repeat;
		color: #cfdce6;
		width: 20%;
		height: 700px;
		float: left;
		font-family: Arial;
		font-size: medium;
		font-weight: bold;
		text-align: center;
		font-color: #000000;
		margin-left: 0px;
	}
#content
	{
		background-image:url("Images/content08.gif");
		background-repeat: no-repeat;
		color: #000000;
		width: 80%;
		float: right;
		height: 700px;
	}
#innercontent
	{
		text-align: center;
		margin: 20px;
	}

#footer{
	clear: both;
	color: #cfdce6;
	letter-spacing: 2px;
	font-size: 80%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	}
	