body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	color:#333;
	background:#fff url("img/bg.png") fixed;
}

h3 {
	color:#666;
	font: bold 15px/19px serif;
	margin-top: 15px;
	margin-bottom: 2px;
	background: transparent;
}

p 	{
	line-height:1.3;
	font-size: 10pt;
	margin:10px 0px;
}

#Container {
	width:750px;
	margin:0px auto; 
	text-align:left; 
	padding:0px;
	border: 1px solid #ccc;
	background-color:#eee;
	color: #333;
}

#Main {
	width:728px;
	margin-right: 10px;
	margin-left: 10px;
	text-align:center; 
	padding:0px;
	border: 1px solid #ccc;
	background-color:white;
	color: #333;
}

#Container>#Main { }

#Top {
	display: block;
	text-align:center;
	margin:10px;
	color: #333;
	background-color:#CFDBC5;
}

#Top h3 {
	padding: 5px;
}

#Topmenu a {
	background: #eee;
	border: #ccc 1px solid;
	margin-right: 5px;
	padding: 2px;
	text-decoration: none;
	color: #66472E;
	font-size: 10pt;
}

#Topmenu a:hover {
	background: #CFDBC5;
	border: #BDAF83 1px solid;
	color: #fff;
}

#Content {
	display: block;
    font:11pt/1.5 "trebuchet ms",verdana,arial,helvetica,sans-serif;
	width: 720px; 
	padding-top: 5px;
	color: #333;
	background-color: white;
}

#Content h3 {
        color: #a79355;
        border-bottom:none;
}

#Bottom {
	display: block;
}

#Bottom p {
	text-align: center;
}

a {text-decoration:none;}
a:link {color: #66472E; border-bottom: 0px; background: transparent;}
a:visited {color: #66472E; border-bottom: 0px; background: transparent;}
a:hover {color: #66472E; border-bottom: 0px; background: transparent;}
