﻿

body {
 
	margin: 0px;
	background: #C0C0C0 url(images/background_main.jpg) repeat-x left top;
	font: normal normal 700 small normal Verdana;
	width: 1505px;
	height: 193px;
}

h1, h2 {
	margin: 0px;
}

#topContent
{
	text-align: left;
	background-color: #600;
	color: White;
	font-size: x-large;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	height: 65px;
	
}

#topContent a {
	text-decoration: none;
	color: White;
}

#leftContent {
	width: 203px;    
	padding: 10px;
	font-size: 90%;
	text-align: left;
	position: absolute;
	top: 128px;
	margin-top: 10px;
	left: 4px;
	height: 767px;
}

#leftContent h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	border-top: dotted 1px #660;
	border-bottom: dotted 1px #660;
}

#mainContent {
	text-align: left;
	margin-left: 173px;
	padding: 10px;
	height: 915px;
	top: 121px;
	left: 45px;
	width: 1027px;
}

#footerContent {
	text-align: center;
	padding: 5px;
}

/* define the main layout divs */
#header {
	margin-right: auto;
	height: 139px;
	width: 100%;
	top: 0px;
	left: 0px;
}
#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 55px;
	position: absolute;
	top: 7px;
	left: 1px;
	width: 1486px;
}
#login {
	padding-top: 25px;
	padding-right: 28px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 2px;
	top: 16px;
	text-align: right;
	width: 27px;
}