﻿/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #ffffff;
	background: #000000;
	background-image: url(images/bgimg.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

#menu {
	width: 800px;


}

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

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

}

#menu a {
	float: left;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	
	padding-top:  120px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

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

.sub .title {
}

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

.sub .title p {
	margin: 0;
	line-height: normal;
	color: #DE0000;
	border-bottom: 1px #DE0000 solid;
	padding: .15em;
	text-align: left;
	font-size: 1.1em;
}

.sub .title p a {
	color: #0000CC;
}

#container {
	width: 1000px;
	margin: auto auto;
	padding: 0px 0px;

}

#content {
	float: left;
	width: 600px;
	padding: 0px;
	margin-left: 75px;
}

em	{
	color: #ffffff
}

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

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

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

#sidebar {
	float: right;
	width: 250px;
	font-size: 1em;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #DE0000;
}

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

#footer a {
	text-decoration: none;
}
