@charset "utf-8";
/* CSS Document screen.css */
.bodytext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.header{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
}
body {
	margin: 0;
	padding: 0;
	background-color:black;
	background-image: url('../images/design01_01.jpg');
	background-repeat: repeat-x; 
	font-family: Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 1.4em;
}
h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
p, h2, h3 {
	margin: 0 0 10px 0;
}
ul {
	list-style-type: none;
}
#wrap {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
/*	padding: 10px; */
	width: 780px;
	background-image: url('../images/design01_01.jpg');
	background-repeat: repeat-x; 
/*	border: 10px solid #000000; */
}
#wrap a {
	color: #FFFFFF;
}
#wrap h2 {
	line-height: 2
}
#header {
	background: url('../images/design01_04.jpg') no-repeat;
	/* height: 250px; */
	height: 128px;
}
#header h1 {
	padding: 30px 30px 30px 30px;
	color: #fff;
	/* background: url('images/smallapexlogo.jpg') no-repeat 10px 50%; */
	float: right;
	font-weight: normal;
	letter-spacing: -1px;
	width: auto;
}
#nav {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #800000;
	border-top: 5px;
}
#nav li a.active, #nav li a:hover {
	background: #FFFF00;
	border-top: 2px solid #000000;
	color: #000000;
}
/*#nav li a:active {
	background: #CDCD00;
	border-top: 2px solid #ddd;
	color: #333;
}
#nav li a:hover {
	background: #FFFF00;
	border-top: 2px solid #ddd;
	color: #333;
}*/
#nav ul li {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px dotted #C3C3C3;
	/* margin: 0 10px 0 10px; */
	/* margin: 0 5px 0 5px; */
}
#nav ul li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 0px;
	/* margin: 0 10px 0 10px; */
	/* margin: 0 5px 0 5px; */
}
#nav a {
	color: #FFFFFF;
/*	border-right: 3px solid #FFFF00; */
	padding: 5px;
	text-decoration: none;
}
#content {
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
	width: 505px;
}
#content a:hover {
	background: #FFFF00;
	color: #000000;
}
#content h2 {
	text-align: center;
}
#content h3 {
	text-align: center;
}
#content h4 {
	text-align: center;
}
#center {
	text-align: center;
	float: left;
}
#sidebar {
	margin: 10px 0 0 0;
	padding: 10px;
	float: right;
	width: 225px;
}
#sidebar ul {
	margin: 0 0 40px 0;
}
#sidebar h3 {
	padding: 5px;
	text-align: center;
	background: #800000;
	border-bottom: 2px solid #000000;
	font-weight: normal;
}
#sidebar li {
	line-height: 2
}
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 12px;
	background: url('../images/design01_17.jpg') no-repeat;
	border-bottom: 2px solid #000000;
	font-size:10px;
}
