body{
	background-color:#663300;
	font-family:arial; zapf dingbats
	
}

#main{
	background-color:white;
	width:1000px;
	height:500px;
	text-align:left;
	
}
#page_main{
	background-color:white;
	width:1000px;
	height:500px;
	text-align:left;

}

#logo{
	position:relative;
	top:20px;
	left:20px;
	background-color:ffffff;
	width:100px;
	height:80px;
}

#headline{
	top:-40px;
	position:relative;
	color:ff0000;
	left:50%;
	font-weight:bold;
}
#page_headline{
	top:20px;
	position:relative;
	color:ff0000;
      left:20px;
	font-weight:bold;
}

#content{
	position:relative;
	font-size:12px;
     color:663300;
	top:-30px;
	left:50%;
	width:50%;
	height:300px;
	overflow:auto;

}
#page_content{
	position:relative;
	font-size:12px;
	color:663300;
	top:20px;
	left:20px;
	width:90%;
	height:450px;
	overflow:auto;

}

#image{
	position:relative;
	background-color:ffffff;
	width:75px;
	heightL75px;
	top:-60px;
	left:45%;
}
#page_image{
	position:relative;
	background-color:ffffff;
	width:220px;
	height:500px;

}

#menu a{
	color:#ff0000;
	text-decoration: none
}
#menu a:hover{
	color:#663300;
}

a {text-decoration: none; font-weight bold}
a:visited {color: #ff0000}
a:hover {color: #663300}





