body,div#header,div#sidebar,div#title {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;
}

a:link {
	color: #fb6400;
	text-decoration: none;
}

a:visited {
	color: #fb6400;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

div#title h1 {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
}

div#header h1 {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 230px;
	font-family: sans-serif;
	font-size: 35pt;
	color: white;
}

div#menu p {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: right;
	color: #fb6400;
}

p {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 12pt;
}

div#body {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 1000px;
	height: 250px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

div#header img {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 40px;
}

div#menu {
	width: 1000px;
	height: 30px;
	position: absolute;
	top: 220px;
}

div#sidebar {
	width: 250px;
	min-height: 630px;
	float: left;
	background-color: #2e3192;
	background-repeat: repeat-y;
}

div#content {
	float: left;
	width: 750px;
	min-height: 630px;
	/* background-image: url('images/content3.jpg'); */
	background-color: white;
}

div#title {
	background-image: url('images/gradiant.jpg');
	background-repeat: repeat-x;
}

div#footer {
	width: 1000px;
	clear: left;
	font-size: 10pt;
}

div#footer p {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
}

img.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
