/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/
	
.body {
font-family:arial,verdana;
font-size:12px;
line-height:22px;
color:#472102;
}

.footer	{
font-family:arial,verdana;
font-size:10px;
color:#a0a0a0;
}

A  { 
color: #422d22; 
text-decoration: none; 
}

A:hover {
color: #fff468;
text-decoration: underline;
}
	



/* 
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/

body {
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
	color:#ffffff;
	}

img	{
border:0px;
}

#box {
	background-color:#ffffff;
	color:#ffffff;	
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;	
	border-top:0px solid #ffffff;
	border-bottom:1px solid #ffffff;	
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px; 
	min-height: 600px;
    height:auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#home-logo {
	background-color:#ffffff;
	color:#ffffff;	
	position: absolute;
	margin-left:0px;
	margin-top:210px;
	margin-bottom:0px;
	padding:0px;
	}

#home-image {
	background-color:#ffffff;
	color:#ffffff;	
	position: absolute;
	margin-left:455px;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	}


