@charset "UTF-8";
/* CSS Document */


body{
background-image: url(images/back.png);	
font-family: Helvetica Neue, Helvetica;
font-size: 12px;
}

#wrapper{
width: 997px;
margin: 0 auto;
background-image: url(images/centerfold.png);
background-repeat: repeat-y;
}

#preheader{
height: 87px;
background-image: url(images/back.png);	
}

#logo{
float: left;	
}

#menu{
float: right;	
padding-right: 25px;
padding-top: 60px;
}

#menu a:link, #menu a:visited{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}

#header{
height: 287px;	
background-repeat: no-repeat;
}

#register{
padding-top: 175px;
padding-left: 150px;
}

#footer{
height: 120px;	
background-image: url(images/footer.png);
background-repeat: no-repeat;
text-align: center;
}

.content{
	padding: 40px;
	padding-top: 10px;
padding-bottom: 0px;
}

#registernow{
width: 200px;
margin: 0 auto;
}

.simplebox{
	border: 1px solid #CCC;
	padding: 5px;
}

/* fonts */

h3{
font-size: 1.8em;	
}

h2{
font-size: 16px;
margin-bottom: 10px;	
margin-top: 0;
}

p{
font-size: 14px;	
}

hr{
margin: 8px;
margin-right: 7px;
color: #CCC;
}

a:link, a:visited{
color: #06C;	
}
