* {
	padding: 0;
	margin: 0;
}

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

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

#main #header {
	height: 192px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
}

#main #header .links {	
	margin: 72px 0 0 430px;
}

#main #header .links a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 20px 0 0;
}

#main #sidebar {
	vertical-align: top;
	width: 328px;
	background-image: url('../images/sidebar-bg.gif');
	background-repeat: repeat-y;
}

#main #sidebar_top {
	height: 119px;
	background-image: url('../images/sidebar-top.gif');
	background-repeat: no-repeat;
}

#main #sidebar_bottom {
	height: 119px;
	background-image: url('../images/sidebar-bottom.gif');
	background-repeat: no-repeat;
}

#main #sidebar .menu {
	background-image: url('../images/menu-bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
	list-style-type: none;
}

#main #sidebar .menu li {
	margin: 0 0 0 40px;
	padding: 3px 0 3px 0;
}

#main #sidebar_left a {
	color: #7e4851;
	font-weight: bold;
	text-decoration: underline;
}

#main #sidebar_right {
	text-align: center;
	background-color: #ffffff;
}

#main #content h1 {
	height: 36px;
	line-height: 26px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('../images/h1-1.gif');
	color: #ffffff;
	padding: 0 0 0 100px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	color: #ff790c;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 20px 10px 10px 10px;
}

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

#main #content a {
	color: #7e4851;
	font-weight: bold;
	text-decoration: underline;
}

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



.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 850px; margin-top: 35px; border: 0px solid #000000;
}

#home_link a {
	height: 40px; width: 110px;
}
