body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}


div.wrapper	{
	width: 100%;
	}

div.main	{
	width: 750px;
	height: 600px;
	background-image: url(main_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	}


.mainfont	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
	}

div.sidemenu	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
	}
	
div.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
	background-image: url(footer.gif);
	background-position:top center;
	background-repeat: no-repeat;
	width: 750px;
	height: 29px;
	padding-top: 20px;
	margin-bottom: 20px
	}
	
a.footer	{
	color: #000000;
	text-decoration: none
	}

a.footer:hover	{
	color: #000000;
	text-decoration: none
	}
	
a.footer:active	{
	color: #000000;
	text-decoration: none
	}
	
a.footer:visited	{
	color: #000000;
	text-decoration: none
	}

a {
	color: #ef3e42;
	text-decoration: none
}

a:hover	{
	color: #c09f7a;
	text-decoration: none
	}

select		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 100%
	}
	
input	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #ef3e42;
	border: 1px solid #000000;
	padding: 2px;
	text-transform: uppercase;
	width: 50px
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

