* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	background-image: url('../images/header.jpg');
	height: 250px;
}

#main #left {
	background-color: #878787;
	width: 193px;
	vertical-align: top;
}

#main #left a.first_lvl {
	margin-left: 10px;
}

#main #left .menu {
	list-style-type: none;
	border-top: 8px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}

#main #left a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 10px 5px 0px;
	padding: 2px 0 2px 0;
	display: block;	
}

#main #left a:hover {
	font-weight: bold;
}

#main #left .menu li {
	background-color: #efb046;
	border-bottom: 4px solid #ffffff;
	padding: 2px 6px 2px 15px;
}

#main #left .menu a {
	color: #303030;
	text-decoration: none;
}


.button {
	width: 762px;
	height: 50px;
	line-height: 50px;
}

#table {
	width: 400px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: top;
}


#main #right {
	background-color: #878787;
	width: 11px;
	vertical-align: top;
}

#main #content {
	padding: 0 15px 15px 15px;
	vertical-align: top;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-color: #efb046;
	font-size: 11pt;
	font-weight: bold;
	color: #303030;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 25px;
}

#main #content p {
	margin: 10px 0 10px 0;
}

#main #content a {
	color: #303030;
}

#main #footer {
	background-image: url('../images/footer.gif');
	height: 50px;
}