/***************************************************************************
*                                                                          *
* 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: #666666;
	background-color:#fff;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.83em;
	margin:5px auto;
	width:450px;
	background-image: url();
	padding-left:5px;
	padding-right:0px;
	float:center;
}

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

h1 {font-size:1.67em;}

h2 {font-size:1.39em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

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

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

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

#container
{
margin: 1em auto;
width: 450px;
text-align: left;
background-color: #FFF;
}


#maincontent {
	font-size:1.2em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:450px;
	float:left;
}

