body {
	background-color: #4D4948;
	padding: 0px;
	margin: 0px;
}

a: img {
	border: 0px;
}

a {
	color: #003399;
}

a:hover {
	color: #4088B6;
}

#header,#menu,#content {
	position: absolute;
	margin-left: 120px;
	margin-right: 20px;
	width: 80%;
}

#header {
	position: absolute;
	background-color: #4D4948;
	background-image: url(Images/bg.JPG);
	background-position: top;
	background-repeat: repeat-x;
	height: 190px;
	width: 1025px;
	font-family: garamond,times new roman,serif;
	padding: 5px;
	margin-top: 30px;
	z-index: -1;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header h1 {
	position: absolute;
	font-size: 60px;
	color: 	#000;
	right: 180px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	z-index: 0;
	opacity: 0.25;
	filter: alpha(opacity=15);
	width: auto;
	letter-spacing: -5px;
}

#header h2 {
	position: absolute;
	top: 145px;
	left: 58px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	opacity: 0.7;
	filter: alpha(opacity=5);
	z-index: 1;
}

#header h3 {
	position: absolute;
	top: 55px;
	left: 250px;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-left: 425px;
	padding-top: 26px;
	font-weight: bold;
	line-height: 0.9;
	z-index: 1;
}

#header h4 {
	position: absolute;
	top: 28px;
	left: 58px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#menu {
	background-color: #4D4948;
	height: 35px;
	width: 1024px;
	font-family: arial,geneva,sans-serif;
	font-size: 13px;
	top: 240px;
	z-index: 1;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#menu li {
	float: right;
	width: 15.8%;
}

#menu li.start {
	width: 15.5%;
}

#menu li.end {
	width: 15.5%;
}

#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	line-height: 1.2;
	padding-top: 8px;
	text-align: center;
}

#menu li a:hover {
	color: #4088B6;
	background-color: #4D4948;
}

#menu li a.current {
	color: #000;
	background-color: #4D4948;
}

#content {
	background-color: #4D4948;
	font-family: arial,geneva,helvetica,sans-serif;
	top: 280px;
	z-index: 1;
}

#content title {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 1;
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-top: 0em;
}

#content h1 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 1;
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-top: 0em;
}

#content #maintext {
	position: absolute;
	background-color: #4D4948;
	background-image: url(Images/main.JPG);
	background-repeat: repeat-x;
	background-position: right top;
	padding: 33px;
	width: 748px;
	height: 461px;
	margin-left: 220px;
	font-size: 0.9em;
	overflow:auto;
	z-index: -1;
}

#sidebar {
	background-color: #4D4948;
	background-image: url(Images/sidebar.JPG);
	background-repeat: repeat-x;
	background-position: right top;
	font-color: #fff;
	width: 212px;
	height: 526px;
	float: left;
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
}

#profile {
	width:  150px;
  	height: 180px;
  	margin-left: 27px;
}

#sidebar h2 {
	font-weight: bold;
	font-color: #fff;
	padding: 0px;
	margin: -5px;
	display: block;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
}

#slideshow {
  	width:  150px;
  	height: 180px;
  	margin-left: 27px;
}

