/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2E2E2E;
	font-size: 1em;
	background-color: #FFFFFF;
}

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

#header {
	width: 961px;
	height: 126px;
	margin: 0px auto;
	background-image: url(images/head-1024.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

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

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

#navigation {
	float: left;
	width: 206px;
	height: 494px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .85em;
	padding-top: 3px;
	text-transform: uppercase;
	line-height: 3em;
	font-weight: bold;	
}

#right {
	float: right;
	width: 745px;
	height: 497px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
    padding: 0 0 9px 0;
	text-decoration: none;
	color: #2E2E2E;
	display: block;
}

#navigation a:hover {
	padding: 0 0 9px 0;
	text-decoration: underline;
	color: #f22e22;
}

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

#footer {
	clear: both;
	width: 959px;
	margin: 0px auto;
	font-size: .6em;
	text-align: center;
	padding: 2px;
	border-top: 1px dotted #2E2E2E;
}

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

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