@charset "utf-8";
/* CSS Document */

body {
    margin: 5px 0px 0px 0px; 
    padding: 0;
    text-align: center; 
	background: #dde5cb;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #dde5cb;
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646464;	

}

#apDiv1 {
	position:absolute;
	left:0px;
	top:60px;
	width:100%;
	z-index:1;
}


#head {
	width: 800px;
	height: 216px;
	margin: 0 auto;
	text-align: left; 
}

#menu {
	margin-top: 3px;
	margin-bottom: 3px;
	width:100%;
	background: #636c50 url(images/background-menu.jpg) no-repeat center bottom;
	text-align: center; 
}

#content {
	background: #c9d3b3 url(images/background-content.jpg) no-repeat 0px 0px;
	width: 400px;

}

#content A {
	color: #990000;
	text-decoration: none;
}

#content2 {
	width: 400px;
	color: #335306;
	font-size:12px;
}

#content2 A{
	width: 400px;
	color: #335306;
	font-size:12px;
	text-decoration: none;
}


.menu {
	padding-top:3px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;	
	text-align: left;
	margin: 0 auto;
}

.menu A {
	padding-right:10px;
	padding-left:10px;
	border-right: 1px dotted #335306;
	text-decoration:none;
	color: #ffffff;
	font-weight: bolder;
}

.menu A:hover {
	color: #ffffff;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 18px;
}

.logo {
	color: #FF9900;
}


