body {
	margin: 0;
	padding: 0; 
	background: #ffffff url('images/bg.jpg');
	font-size: 12px;	
	line-height: 17px;
	font-family:   tahoma, arial, verdana, sans-serif;  
	color: #FFC9C9;
	}

#page {
	background:#570D0D;
	margin: 10px auto;
	padding: 0px;
	width: 548px;
	border: 1px solid #FFC9C9;
	color: #FFC9C9;
	font-size: 12px;	
	line-height: 17px;
	font-family:   tahoma, arial, verdana, sans-serif;  
	text-align: left;
	text-decoration: none;
	cursor: default;		
	}
	
#header {
	padding : 0;
	margin : 0 auto;
	height : 300px;
	width : 548px;
	background : #570D0D url('images/maryweather.gif') no-repeat;
	}

#content {
	font-size: 12px;
	padding: 5px;
	}
	
#content a {
	font-weight: bold;
	color: #FF9292;
	border-bottom: 1px solid #FF9292;
	}

#content a:hover {
	color: #FF9292;
	background-color: #7C1212;
	}
	
#navigation {
	width: 700px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	float: right;
	font-size: 11px;
	}

#navigation a {
	display: block;
	float: right;
	font-weight: bold;
	color: #FF9292;
	border-bottom: 2px solid #FF9292;
	padding: 1px;
	margin-left: 15px;
	padding: 7px;
	}

#navigation a:hover {
	color: #FF9292;
	background-color: #7C1212;
	border-bottom: 2px solid #FF9292;
	}

h1 {
color: #FFC9C9;
font-size: 13px;
border-bottom: 1px dotted #FFC9C9;
text-transform: lowercase;
text-align: right;
}