

/* --HTML and BODY Information-- */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #666666;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

p { 
	padding: 0 0 10px 2px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	}
	
	h1 {
	color: #CC6D57;
	padding: 70px 0 20px 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	}
	
	h2 {
	color: #CC6D57;
	padding:40px 0 20px 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	}
	
		h3 {
	color: #CC6D57;
	padding: 0px 0 12px 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	}

a:link {
	color: #CC6D57;
	text-decoration: none;
	background-color: transparent;
}

a:visited{
	color: #CC6D57;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
	background-color: transparent;
}

a:active {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
	background-color: transparent;
}

a.footer:link, a.footer:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;}

a.footer:hover, a.footer:active{	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	}
	

/*End Links*/


/* centering container
--------------------------------- */
#centering {  
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: relative;
	}


/* main container
--------------------------------- */
#container {  
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 8px;
	text-align: left;
	position: relative;
	clear: both;
	}
	


/* left side
--------------------------------- */

#leftside {
	width: 469px;
	margin: 0;
	padding: 0;
	float: left;
}


/* main body
--------------------------------- */


#mainBody {
	width: 401px;
	margin: 0;
	padding :0;
	float: right;
}

#mainBody2 {
	width: 600px;
	margin: 0;
	padding :0;
	float: right;
}
	
	
/* quote and footer
--------------------------------- */


#footer {
	width:100%;
	margin: 0;
	text-align:center;
	background:#CC6D57;
}

#footer p {
	text-align:center;
	padding:20px;
	color: #FFFFFF;
}

