@charset "UTF-8";
body {
	background-image: url(../site_imgs/fanj_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3F4EE;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}
#outer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../site_imgs/fanj_mashup.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
#container {
	width: 820px;
	margin-left: 75px;
	background-color: #FFFFFF;
	background-image: url(../site_imgs/fanj_13.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
	width: 820px;
	height:159px;
	float: left;
	overflow:hidden;

}
#nav {
	width: 820px;
	height: 37px;
	background-image: url(../site_imgs/fanj_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	overflow:hidden;

}
#leftcol {
	float: left;
	width: 581px;
	background-image: url(../site_imgs/fanj_07.png);
	background-repeat: no-repeat;
	background-position: left top;

}
#rightcol {
	float: left;
	width: 239px;
	
}
#clear {
	clear: both;
}

#content {
	width: 526px;
	margin-top: 110px;
	margin-left: 55px;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
h1 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
	color:#542D81;
}
a {
	color: #A0BC2A;
	text-decoration: none;
}
a:hover {
	color: #A0BC2A;
	text-decoration: underline;
}

#contacts {
	background-image: url(../site_imgs/fanj_14.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
}
#contacts p {
	font-size:11px;
	margin-left: 28px;
}
#rightcol_spacer {
	height: 100px;
	width: 239px;
}#lftcol_spacer {
	height: 260px;
	width: 581px;
}
#join {
	background-image: url(../site_imgs/fanj_11.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:170px;
	width: 239px;
}
#join form {
	margin-left:24px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-top:0px;
}
#join form #submit {
	margin-top:8px;
	background-color: #F3F5EF;
	margin-bottom: 10px;
	padding:2px 4px;
	width:50px;
}
#join form input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #E06B2A;
	background-color: #F3F5EF;
	border: solid 1px #E06B2A;
}
.dottedline {
	height: 2px;
	width: 100%;
	margin-bottom: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #94BD00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94BD00;
}
