/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#522e3e;
	line-height:13px;
	background-color:#4c172e;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
}

h1{	
	font-size: 155%;
	color: #522e3e;	
	font-weight: bold;
}


#wrapper {
	width:839px;
	height:581px;
	margin-left: auto;
	margin-top:10px;
	margin-right: auto;
	background-repeat:no-repeat;
	background-image:url(images/splash_back.jpg);

}

#footer {
	color:#999999;
	width:839px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	padding:15px 0px 0px 15px;
	width:268px;
	height:159px;
}

#text {
	padding:0px 20px 0px 25px;
	width:238px;
	height:159px;
}

#footer a:link, #footer a:visited{

	color:#999;

	text-decoration:none;

}
