/* CSS Document */

body {
	margin: 0px;
	}

#wrapper {
	width: 860px
	}

#header {
	position: relative;
	}

#header #logo {
	position:inherit;
	margin-right: 2px;
	float: left;
	width: 111px;
	height: 93px;
	}
	
#header #title {
	position:inherit;
	float: left;
	width: 732px;
	padding-left: 13px;
	padding-top: 35px;
	}
	
#header #title #text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18.6667px;
	color: #663300;
	}

#header #title #text_2 {
	padding-left: 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18.6667px;
	color: #663300;
	}

#header #subtitle {
	position:absolute;
	background-color: #B2997F;
	float: left;
	height: 25px;
	width: 747px;
	top: 68px;
	left: 112px;
	}
	
#header #subtitle #text {
	padding-left: 15px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	}
	
#header #menu {
	position: absolute;
	width: 747px;
	top: 94px;
	left: 112px;
	background-color: #FFDDDE;
	z-index: 1;
	}
	
#header #menu .links {
	padding-left: 15px;
	}
	
#header #menu .links a:link, #header #menu .links a:active, #header #menu .links a:visited {
	font-family: "Trebuchet MS";
	color: #B2997F;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
#header #menu .links a:hover {
	color: #ffffff;
	}

#content {
	clear: both;
	position: relative;
	padding-top: 60px;
	padding-left: 190px;
	padding-bottom: 40px;
	}
	
#content h1.main, #content h2.main {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 6px;
	margin-top: 10px;
	margin-left: 4px;
	}
	
#content h1.sub, #content h2.sub {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-weight: bold;
	}
	
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 18px;
	padding-right: 15px;
	}
	
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 18px;
	margin-top: 0px;
	}
	
#bottom {
	margin-left: 112px;
	margin-bottom: 20px;
	width: 747px;
	background: #FFE1E1;
}

#bottom .links a:link, #bottom .links a:active, #bottom .links a:visited {
	font-family: "Trebuchet MS";
	color: #B2997F;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
#bottom .links a:hover {
	color: #ffffff;
	}

#copyright {
	color: #666666;
	padding-left:122px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

	

