body {
		margin: 0; 
     		text-align: center; 
		}

	#container{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		text-align: left;
		}

	#main {
		position: absolute;
		left:150px;
		height:533px;
		top:10px;
		background:#c99;
		}
	#menu  {
		position: absolute;
		left:5px;
		top:115px;
		}

	#menu a {
		display:block;
		width:137px;
		height:10px;
		margin: 10px 0; padding:7px 0 10px 20px;
		font: bold 14px/1 sans-serif;
		color:#FFFFFF;
		background: url("button.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#menu a:hover {	
		background-position: -157px 0;
		color: #FFFFFF;
		}
	#menu a:active {
		background-position: -314px 0;
		color:white;
		}
	#footer {
		position: absolute;
		left:150px;
		width:650px;
		height:50px;
		top:543px;
		background:#d6ae7b;
		}
	A:link
		{
		text-decoration: none;
		color: #000000;
		}
	A:visited
		{
		text-decoration: none;
		color: #008CAD;
		}
	
	A:hover
		{
		text-decoration: underline overline;
		color: #FFFFFF;
		}
	A:active
		{
		text-decoration: none;
		color: #000000;
		}

	p	{
		margin:10px 2px 2px 2px;
		font-family: "arial tur",arial;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		}
	h3	{
		margin:10px 10px 10px 10px;
		font-family: "arial tur",arial;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		}
		
	
