@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bgAll.gif);
	background-repeat: repeat-x;
	background-color: #9e9e9e;
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
#header {
	display: block;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	display: block;
	width: 760px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header #menu {
	display: block;
	width: 750px;
	height: 20px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	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 #9e9e9e;
}
#header #menu ul li#last {
	border-right: 0px;
}
#header #menu ul li a, #header #menu ul li#last a {
	color: #333333;
	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: 760px;
	background-image: url(../images/bgContent.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#content #graphic {
	display: block;
	width: 747px;
}
#content #boxes {
	display: block;
	width: 747px;
	height: 226px;
	background-color: #cccc33;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.25em;
}
#content #boxes #box01 {
	float: left;
	width: 217px;
	height: 180px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
}
#content #boxes #box02 {
	float: left;
	width: 221px;
	height: 180px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
}
#content #boxes #box03 {
	float: right;
	width: 217px;
	height: 180px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
#content #boxes p.header {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
#content #boxes p.header a {
	color: #333;
	text-decoration: none;
}
#content #boxes p.header a:hover {
	color: #000;
	text-decoration: none;
}

#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;
}