/*
 B O D Y  &  O T H E R S
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

body {
	background: white; margin: 0; padding: 0;
}

#content {
	margin: 0 auto;
	width: 450px;
	font-size: 10pt;
	padding-top: 20px;
	color: #444;
}

a {
	text-decoration: underline;
	color: #CC5959;
}

a img {
	border: 2px solid white;
}

a:hover {
	text-decoration: none;
	color: #CC5959;
}


/*
 H E A D E R
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

#header {
	background: url("header.jpg");
	width: 450px;
	height: 150px;
	display: block;
	text-align: center;
	line-height: 150px;
	color: #770D0D;
	margin: 0 auto;
	border-bottom: 10px white solid;
}


/*
 N A V I G A T I O N
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

#navigation {
	margin: 0 auto;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #CC5959;
	width: 450px;
	text-align: center;
}

#navigation li {
	margin: 0 auto; 
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}
	
#navigation a:link, #navigation a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #CC5959;
	text-align: center;
}

#navigation a.active:link, #navigation a.active:visited {
	border-bottom: 4px solid #CC5959;
	padding-bottom: 2px;
	background: #fff;
	color: #F14949;
	text-align: center;
}

#navigation a:hover {
	padding-bottom: 2px;
	background: #fff;
	color: #F14949;
	text-align: center;
}

