/***************************************************************************
*                                                                          *
* contented2 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
***************************************************************************/

* {
	padding:0;
	margin:0;
	
	
}

body {
	color: #333333;
	background-color:#FFFFFF;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:1.00em;
	margin:5px auto;
	width:800px;
	background-image: url();
	padding-left:5px;
	padding-right:10px;
	float:center;
	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.3em 0;margin-left:1em;}

h1 {font-size:1.67em;color: #FFF;}

h2 {font-size:1.5em;color: #FFF;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

li, dd { 
	margin-left:2em;
}

a {
	color: #666;
	background-color: #;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666666;
	background-color: #;
	font-weight: normal;
	text-decoration: underline;
}

#container
{
margin: em auto;
width: 800px;
font-size:1.0em;
text-align: left;
background-color: #fff;
border: 1px #000000;
border-top: # solid thin;
border-bottom: #CC6600 solid thin;
border-left: #CC6600 solid thin;
border-right: #CC6600 solid thin;

}


#content {
	color: #666666;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content a {
	color: #CC3300;
	background-color:#;
}

#box_r {
margin: em auto;
width: 250px;
font-size:1.0em;
text-align: left;
background-color: #fff;
border-top: # solid thin;
border-bottom: #CCC solid thin;
border-left: #CCC solid thin;
border-right: #CCC solid thin;

}

#box_trips {
margin: em auto;
width: 565px;
font-size:1.0em;
text-align: left;
background-color: #;
border-top: #CCC solid thin;
border-bottom: #CCC solid thin;
border-left: #CCC solid thin;
border-right: #CCC solid thin;

}


#footer {
	color:#ccc;
	background-color:#FFFFFF;
	font-size:80%;
	line-height:1.5em;
	width: 790px;
	clear:both;
}

#footer	a {
	color:#FF3333;
	background-color:#FFFFFF;
	text-decoration: none;
}

#footer	a:hover {
	color:#FF0000;
	background-color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

