body {
width:900px;
margin:0 auto;
margin-top:10px;
background-color: white;
background-image:url(images/backgrnd.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

a:link { 
	color: #666666;
	text-decoration: none;
	}
a:visited { 
	color: #333333;
	text-decoration: none;
	}
a:hover { 
	color: #999999;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: #FF0000;
	}


/* ----- HEADER ----- */



#header {
width:900px;
height:175px;
background-color: #FFFFFF;
}
#header2 {
width:900px;
height:450px;
background-color: #852a29;
color:#FFFFFF;
padding-bottom:8px;
}

#header2 h3 {
text-align:right;
padding-top:40px;
padding-right:35px;
line-height:5px;
font-weight:100;
}

#header2 p {
text-align: center;
font-size:18px;
}
#header2 a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
#header2 a:visited { 
	color:#FFFFFF;
	text-decoration: none;
	}
#header2 a:hover { 
	color: #999999;
	background-color: #333333;
	text-decoration: none;
	}
#header2 a:active { 
	color: #000000;
	}

/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_3.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
width:900px;
background-color: #FFFFFF;
margin-top:10px;
border:white 2px solid;
}


/* ----- NAVIGATION ----- */



#content_left {
width:425px;

background-color: #FFFFFF;
float:left;
padding-top: 5px;
padding-left:5px;
text-align:justify;
padding-right:35px;
}


/* ----- MAIN CONTENT ----- */



#content { 
margin-left:480px;
width:400px;
background-color: #FFFFFF;
margin-top:5px;
margin-right:15px;
}
#content  p { 
margin-left:27px;
}

#content  img {
float:right;
}
/* ----- FOOTER ----- */



#footer { 
margin-top:10px;
padding-bottom:5px;
width:900px;
height:100px;
background-color: #FFFFFF;
}
#footer p { 
text-align:center;
line-height:18px;
}
#footer h5 { 
text-align:center;
color:#999999;
font-size:11px;
vertical-align:bottom;
}