	body
	{
	margin: 7;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #D6D6D6;
	}
	
	#top {
	background-color: black;
	height: 5px;
	left: 0px;
	position: absolute;
	width: 100%;
	top: 0px;
}
	
	#header
	{
	width: 950px;
	position: relative;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-image: url(logos/logo01.gif);
	background-position: -12;
	}

	#container
	{
	background-color: #FFFFFF;
	margin-top: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	width: 950px;
	border-color: #323232;
	top: 150;
	}
	
	#menu	
	{
	left: 782px;
	top: 0px;
	position: absolute;
	width: 170px;
	height: 400px;
	z-index: 2;
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	}
		
	#contents	
	{
	top: 0px;
	left: 1px;
	margin-right: 0px;
	padding-bottom: 0px;
	width: 780px;
	position: absolute;
	height: 450px;
	z-index: 1;
	}
	
	
	#footer	
	{
	font-color: white;
	font-size: 12px;
	text-align: center;
	font-family: Helvetica;
	background-color: #FFCC33;
	bottom: 0px;
	width: 100%;
	height: 20px;
	position: absolute;
	clear: both;
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	}
	
	#text	
	{
	bottom: -70px;
	width: 100%;
	height: 20px;
	position: absolute;
	clear: both;
	font-family:  Helvetica;
	font-style: normal;
	text-align: left;
	font-size:12px;
	color: #3F3F3F;
	font-weight: 200;
	letter-spacing: 4px;
	word-spacing: 0px;
	}
	#text2	
	{
	bottom: -70px;
	width: 100%;
	height: 20px;
	position: absolute;
	font-family:  Helvetica;
	font-style: normal;
	text-align: right;
	font-size:12px;
	color: #3F3F3F;
	font-weight: 200;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin-right: 20px;
	}
	#footer2	
	{
	font-color: black;
	font-size: 12px;
	text-align: center;
	font-family: Helvetica;
	background-color: #FFFFFF;
	bottom: 0px;
	width: 100%;
	height: 20px;
	position: absolute;
	   

	}
