/*--The Big Pieces --*/

body {
	background: #FDB813;
	margin-top: 20px;	

}

strong {
	font-weight: bold;	
}

#webwrap {
	margin: 0px auto 0px auto;
	background-image: url(../images/bigr.jpg);	
	background-repeat: no-repeat;
	width: 1000px;
	
}

#web_page {
	padding-top: 125px;
	width: 800px;
}

#header{
	background-image: url(../images/freedomheader.gif);	
	background-repeat: no-repeat;
	height: 156px;
	
	
	
}

#footer {
	background-image: url(../images/freedomfooter.gif);	
	background-repeat: no-repeat;
	height: 100px;
	margin-top: -16px;
	clear: both;
}

#footer p {
	width: 800px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000;
}

#contentwrap {
	background-image: url(../images/bodyrepeat.gif);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
	float: left;
	width: 800px;
	}

/*-- Primary Text Formatting Definitions --*/

#contentwrap p {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
#contentwrap H1 {
	font-family: Times New Roman, serif;
	font-size: 22px;
	color: #FDB813	
}

#contentwrap H2 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #B73538;
		
}




/*-- Main Content Definitions --*/
#maincontent {
	float: left;
	width: 520px;
	padding: 10px;
	border-right: 1px dotted #000;	
}




/*-- Side Bar Definitions --*/
#rightside {
	width: 190px;
	float: left;
	
	padding: 10px 10px 25px 10px;
	
}

#rightside h1 {
	font-family: arial, sans-serif !IMPORTANT;
	font-size: 16px !IMPORTANT;
	color: #FFF;
	background: #000;
	padding: 2px 0px 2px 5px;
	
}

#rightside h2 {
	font-family: arial, sans-serif !IMPORTANT;
	font-size: 16px !IMPORTANT;
	color: #B73538;

	
}



#rightside HR {

	border: 1px dotted #000;

	
}

	
/*-- Navigation Definitions --*/



#navigation{
	width: 750px;
	position: absolute;
	top: 260px;
	margin-left: 23px;
	background-color: #FFB510;
	border: 1px solid #FFB510;
}

#navigation UL {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	float: left;
	height: 27px;
	
}

#navigation UL LI {
	

	display: inline;
	
	
}
#navigation li {
	padding: 0px 10px 0px 0px;
	
}

#navigation a {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 1px;
	padding: 9px 0px 9px 0px;
	
}

#navigation a:hover {
	background: #fff;
	color: #000;

	
}

/*-- Search Definitions --*/

#search {
	
	
}

#search input{
width: 150px !IMPORTANT;	
}


