/* 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.gif);
}

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

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

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

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

#navigation {
	float: left;
	width: 225px;
	height: 416px;
	background-image: url(images/background-nav.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 24px;
	padding-right: 12px;
	font-size: 1em;
	padding-top: 8px;
	text-transform: uppercase;	
}

#right {
	float: left;
	width: 725px;
	height: 424px;
	background-color: #fff;
}

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

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

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

#footer {
	clear: both;
	width: 982px;
	margin: 0px auto;
	font-size: .85em;
	text-align: center;
	padding: 2px;
	padding-top: 10px;
	color: #000000;
	background: #ffffff;
	border-top: 1px dotted #000;
}

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

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