body {
	margin: 0;
	padding: 0;
	background: #ADC8DB;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
   font-size: 16px;
}

h3 {
   font-size: 15px;
}

img { border: 1px solid black; }

.fake { display: none; }

.piccie {
   float: left;
   margin-right: 10px;
   margin-bottom: 2px;
}

.defloat {
   clear: left;
   margin-top: 20px;
}

.small {
   font-size: 10px;
}

a {
   font-weight: bold;
   text-decoration: none;
}

a:link { color: #2A5680; }
a:visited { color: #356BA0; }

#wrap {
   background: #87B0D0 url(background.jpg) repeat-y;
   width: 409px;
   margin: auto;
}

#header {
   width: 409px;
   height: 406px;
   background: transparent url(header.jpg) no-repeat;
}

h1 {
   margin: 0;
   padding: 0;
}

h1 span {
   display: none;
}

h1 a {
   width: 409px;
   height: 50px;
   display: block;
}

#navigation {
   margin-top: -50px;
   margin-bottom: 40px;
   padding: 0 15px;
   letter-spacing: 4px;
   font-size: 14px;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navigation a {
   text-decoration: none;
   color: #000;
   font-weight: normal;
}

#navigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#linkabout { float: left; }
#linkfans{ clear: left; float: left; }
#linkjoin { float: right; }
#linkcodes { clear: right; float: right; }
#linkextras { clear: right; float: right; }

#content {
   padding: 2px 15px;
}

#content ul {
   list-style: url(bullet.gif);
}

h2 {
	font-size: 16px;
}

#disclaimer, .credit {
	text-align: center;
	font-size: 9px;
}

#content {
   text-align: justify;
}

#disclaimer {
   padding: 2px 15px;
}

.imagebox {
	width: 120px;
	height: 100px;
	text-align: center;
	float: left;
}

.textfield, textarea {
   border: 1px solid white;
   background-color: #F3F7FA;
}

.button {
   background-color: #C3D7E6;
}

#main {
   clear: both;
}
