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

#header {
	width: 800px;
	height: 275px;
	margin: 95px auto;
	background: url(images/img02.png) no-repeat right top;
	
}

#menu {
	width: 800px;


}

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

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

}

#menu a {
	float: left;
	padding: 40px 5px 0px 30px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ABABAB;
	border-bottom-style: groove;
	border-bottom-width: .2em;
	border-bottom-color: #000000;

}

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

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

.sub .title {
}

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

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

.sub .title p a {
	color: #73d3e4;
}

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

}

#content {
	float: left;
	width: 515px;
}

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: 300px;
	margin: 0px; 
	padding: 0px;
	font-size: 1em;
	text-align: justify;
}
#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	padding: 15px 0;
	border-top: 1px solid #ffffff;
}

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

#footer a {
	text-decoration: none;
}
