/* b4ab99 <-- brown blue --> 6699FF */
@import url("reset.css");
body
{
    color: #d9d9d9;
    text-align: justify;
    font-family: "Times New Roman",Times,Georgia,Serif;
    background: #ef4023;
}

h1{text-indent: -9999px; background: url(images/h1.gif); width: 400px; height: 454px; margin: 50px auto;}
#h1_about{text-indent: -9999px; background: url(images/h1_about.gif); width: 200px; height: 227px; margin: 50px auto;}
#main_links{ margin: 0 auto; text-align: center; width: 600px;}
#main_links li
{
	color: #FFF;
	display: inline;
    padding-right: 20px;
    font-size: 22px;
    letter-spacing: 2px;
}
#wrapper{
	margin:20px auto;
	width: 600px;
}



#main{
	padding: 20px;
	color: #000;
}

#main p{text-align: justify; font-size: 20px; line-height: 120%; padding-bottom: 10px;}

#footer{width: 580px; margin: 0 auto; text-align: center;}


a:link, a:visited
{
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}