/* Main */
body {
	margin:0px 0px 0px 0px;
	background-color:#F5E9D1;
	color:#353535;
	font-family:Arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:180%;
}
a {
	color:#94966c;
}
a:hover {
	color:#001100;
}
acronym {
	cursor:help;
}
li {
	margin-bottom:5px;
}
dl dt {
	width:34%;
	float:left;
	text-align:right;
	font-weight:bold;
	clear:both;
	margin:0 0 10px 0;
	color:#836c6e;
}
dl dd {
	width:65%;
	float:right;
	margin:0 0 10px 0;
}

/* Layout */
#container {
	width:100%;
}
#header {
	background-image:url("design/back.jpg");
	border-bottom:7px double #8E7C78;
	height:300px;
}
#header a {
	display:block;
	width:100%;
	height:300px;
	background:url("design/sunny.jpg") center no-repeat;
}
#header a strong {
	display:none;
}
#content {
	margin:20px auto;
	width:820px;
}
#mainlinks {
	float:left;
	width:18%;
}
.linkhead {
	font-weight:bold;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}
ul.links {
	margin:0 0 20px 0;
	padding:4px 10px 4px 15px;
	border:2px solid #806769;
	background-color:#A18B8D;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	font-size:13px;
}
ul.links li {
	list-style-type:none;
	font-weight:bold;
	margin:3px 0px 3px 0px;
}
ul.links li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
ul.links li a:hover {
	color:#EDB7B7;
}
ul.links li#current {
	background:url("design/current.png") no-repeat;
	padding-left:19px;
	color:#FFFFFF;
}
#maintext {
	width:79%;
	float:right;
}
#footer {
	clear:both;
	text-align:center;
	font-size:10px;
}
#footer span {
	background-color:#e5bfb8;
	padding:1px 2px 1px 3px;
}

/* Heading */
h1 {
	margin:0 0 10px 0;
	padding:0px;
	background-repeat:no-repeat;
	width:100%;
}
#home {
	background-image:url("design/home.png");
	height:54px;
}
#sunny {
	background-image:url("design/sunny.png");
	height:52px;
}
#affiliates {
	background-image:url("design/affiliates.png");
	height:80px;
}
#about {
	background-image:url("design/about.png");
	height:59px;
}
#codes {
	background-image:url("design/codes.png");
	height:59px;
}
#rules {
	background-image:url("design/rules.png");
	height:47px;
}
#join {
	background-image:url("design/join.png");
	height:72px;
}
#fans {
	background-image:url("design/fans.png");
	height:71px;
}
h1 span {
	display:none;
}
h2#affiliates {
	background-image:none;
	height:auto;
}

h2, h3 {
	margin:25px 0px 25px 0px;
	padding:0px;
	letter-spacing:2px;
	font-size:25px;
	font-style:italic;
}
h2 {
	color:#A68B78;
}
h3 {
	color:#E9D19E;
}

/* Extra */
.nodisplay {
	display:none;
}
.noborder {
	border:none;
}
.inline {
	display:inline;
}
.float {
	float:left;
	margin:2px 10px 2px 2px;
}
.clear {
	clear:both;
}
.space {
	clear:both;
	height:40px;
}
.strike {
	text-decoration:line-through;
}
.highlight {
	color:#68888c;
	font-style:italic;
	font-weight:bold;
}
.warning {
	color:#F58282;
	font-weight:bold;
	margin:10px 0 25px 0;
	padding:15px 0 0 27px;
	background:url("images/warning.png") left no-repeat;
}
.copyright {
	color:#B0B0B0;
}
ul#stats {
	border:1px dotted #A18B8D;
	margin:30px auto 15px auto;
	padding:12px;
	width:50%;
}
ul#stats li {
	margin:0 0 4px 15px;
}
#sunnypic {
	float:right;
	margin:0 10px 2px 2px;
}
