@charset "utf-8";

* {padding: 0;
margin: 0:;
}

body {
	background-image: url(images/body_slice.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #000;
}

#wrapper h2 {
	font-family: Helvetica, sans-serif;
	color: #EEE;
	margin: 5px;
}

#banner {
	height: 90px;
	background-color: #000;
}
#banner h1 {
	color: #EEE;
	position: relative;
	font-size: 330%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	line-height: 100%;
	margin-left: 50px;
}
#banner h1 span {
	position: absolute;
	background-image: url(images/gradient-dark.png);
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	background-repeat: repeat-x;
	margin-top: 20px;
}


#nav {
	float: left;
	width: 260px;
}
#nav ul {
	list-style:none;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 27px;
	
}
#nav ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 25px;
	height: 27px;
	line-height: 27px;
	margin-top: 10px;
}


#nav ul li a {
	text-decoration: none;
	color: #EEE;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	width: 165px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#nav ul li a:link {
	color:#EEE
}
#nav ul li a:visited {
	color:#BBB
}
#nav ul li a:hover {
	color:#0C8DA5
}
#nav ul li a:active {
	color:#0C8DA5
}

#wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}


.current  {
	text-decoration: none;
	color: #000;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	width: 165px;
	text-align: center;
	font-weight: bold;
}

#content {
	float: right;
	width: 600px;
}
#content h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #0C8DA5;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #EEE;
	font-style: oblique;
}
#content ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 10px;
	color: #444;
}
#content ul li {
	text-decoration: none;
	list-style-type: none;
}
#content ul li a {
	text-decoration: none;
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #0C8DA5;
}




#footer {
	background-repeat: repeat-x;
	height: 66px;
	clear: both;
	background-color: #444;
	background-image: url(images/footer.jpg);
}
#footer p {
	color: #EEE;
	padding-left: 400px;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	padding-top: 20px;
}

.border {
	border: medium solid #FFF;
	margin: 5px;
	float: right;
}
