#wrapper{
	width: 750px;
	background-color: #FFFFFF;
	margin: 10px auto;
	text-align: left;
	border: 1px none #A19E9E;
}

#content p{
	width: auto;
	height: auto;
	margin: 10px;
}

body{
	background-color: #FFFFFF;
	color: #A19E9E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9pt;
}


.leftimage{
	float: left;
}

.rightimage{
	float: right;
	margin: 10px;
}

#footer{
	text-align: center;
	font-size: 8pt;
	color: #A19E9E;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#indexwrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 500px;
	width: 800px;
	margin: 75px auto auto;
}

#indexcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

A:link {	
	text-decoration:none;
	color: #A19E9E;
}	
		
A:visited  {	
	text-decoration:none;
	color: #A19E9E;
}	
		
A:active	
{
	text-decoration:none;
	color: #A19E9E;
}	
		
A:hover	
{
	text-decoration:none;
	color: #FF0000;
}

IMG {

	border:none;
}

#banner {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 110px;
}

