/* CSS Document */

body {
	margin-top: 25px;
	padding: 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #020001;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/webbkgd.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	}
	
	#logo {
		margin: 0 200px 0 200px;
		text-align:center;
		font-size: .70em;
		color: #f57230;
	}
	
	#content2 {
		width: 400px;
		color: #FFC;
		font-size: .80em;
		margin-top: 10px;
	}
	
	h3 {
		color: #f57230;
		font-weight: normal;
	}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#f57230;
	text-decoration:underline;
}

#join {
	padding-top: 10px;
}



