/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/wp.jpg);
}

/************* HEADER ************/

#header {
	width: 986px;
	height: 238px;
	margin: 0px auto;
	background-image: url(images/masthead.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/************* CONTENT ************/

#content {
	width: 986px;
	margin: 0px auto;
}

#navigation {
	float: left;
	width: 218px;
	height: 398px;
	background-image: url(images/navigation-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 42px;
	padding-right: 12px;
	font-size: 1em;
	padding-top: 26px;
	text-transform: uppercase;	
}

#right {
	float: right;
	width: 714px;
	height: 424px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
    padding: 12px 0 12px 0;
	text-decoration: none;
	color: #f8f5e4;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #f8f5e4;
}

#navigation a:hover {
	padding: 12px 0 12px 0;
	text-decoration: none;
	color: #c2b9d4;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #c2b9d4;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 982px;
	margin: 0px auto;
	font-size: .85em;
	text-align: center;
	padding: 2px;
	padding-top: 10px;
	color: #43365b;
	background: #f8f5e4;
}

#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
	color: #43365b;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #43365b;
	font-weight: bold;
}
