﻿/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 14px "Gill Sans",Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	background-image: url(images/bckg.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 800px;
	height: 225px;
	background: url(images/logo.png) no-repeat left top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	width: 800px;


}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li {
	display: inline;
	text-transform: uppercase;
	
}

#menu a {
	float: right;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 15px;
}

#menu a:hover {
	color: #ffffff;
}

.sub {
	margin-bottom: 50px;
	border-bottom: 1px #FFFF00 solid;
}

.sub .title {
}

.sub .title h2 {
	font-size: 1.6em;
	color: #fffc00;
}

.sub .title p {
	margin: 0;
	line-height: normal;
	color: #ababab;
	border-bottom: 1px #FFFF00 solid;
	padding: .15em;
	text-align: right;
}

.sub .title p a {
	color: #FFFF00;
}

#container {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	float: right;
	width: 500px;
	text-align: right;
}

em	{
	color: #ababab
}

h2 {
	color: #ABABAB;
	font-size: 1.5em;
	margin: 0px;
	padding: 0em;
	text-align: right;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ababab;
}

#sidebar {
	float: left;
	width: 325px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	text-align: right;
}
#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	padding: 15px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .75em;
}

#footer a {
	text-decoration: none;
}
images
