@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.555em;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat-x;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#content {
	width: 700px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	padding: 10px;
}


#menu {
	width: 720px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 160px;
	background-image: url(../images/bottom_back3.gif);
	background-color: #B88C00;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#navigation {
	width: 400px;
	float: right;
	display: inline-block;
}
#navigation li {
	display: inline;
	padding: 5px;
}
#navigation a {
	text-decoration: none;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}


#footer {
	padding: 10px;
	width: 700px;
	float: left;
	text-align: center;
}
#footer p {
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#content p {
	width: 396px;
	float: right;
}
#content img {
	float: left;
	padding: 5px;
}
.activeMenuItem {
	text-decoration: none;
	background-color: #FFFFFF;
}
