@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bgAll.gif);
	background-repeat: repeat-x;
	background-color: #9e9e9e;
	text-align: center;
	margin: 0px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
#header {
	display: block;
	background-image: url(../images/bgHeader.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 88px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	display: inline;
	float: left;
	width: 310px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}
#header #menu {
	display: inline;
	float: right;
	width: 403px;
	margin-top: 38px;
	margin-left: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}
#header #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #menu ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-right: 1px solid #999999;
}
#header #menu ul li#last {
	border-right: 0px;
}
#header #menu ul li a, #header #menu ul li#last a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
#header #menu ul li a:hover, #header #menu ul li#last a:hover {
	color: #cccc33;
}
#content {
	display: block;
	width: 710px;
	min-height: 505px;
	background-image: url(../images/bgContent.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 25px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
}
#content .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccc33;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	display: block;
	width: 760px;
	height: 34px;
	background-image:url(../images/bgFooter.gif);	
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 10px;
	text-align: right;
}
#footer ul {
	list-style: none;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-right: 1px solid #999999;
}
#footer ul li#last {
	border-right: 0px;
}
#footer ul li a, #footer ul li#last a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
#footer ul li a:hover, #footer ul li#last a:hover {
	color: #cccc33;
}