/* -- Global -- */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #687276;
}

body {
	background-color: #def2fb;
}

a {
	text-decoration: none;
	color: #5792b1;
	letter-spacing: 1px;
}

a:hover {
	background-color: #5792b1;
	color: #fff;
}

img {
	border: 0;
}

/* -- Layout -- */
#wrapper {
	width: 720px;
	margin: 10px auto;
}

#header img, #left img {
	margin: -2px 0;
}

#left {
	width: 316px;
	float: left;
}

#right {
	margin-top: -2px;
	background-image: url(images/content.jpg);
	width: 404px;
	height: 310px;
	float: right;
}

#content {
	width: 384px;
	height: 290px;
	overflow: auto;
	padding: 5px;
}

#foot {
	clear: both;
}

/* -- Content Styles -- */
h2 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #37434f;
	margin-bottom: 3px;
	color: #37434f;
}

p {
	text-align: justify;
	padding: 5px 5px 30px 5px;
}

#flstats {
	margin: 0 0 30px 0;
}

#flstats li {
	list-style: none;
	margin-left: 30px;
}

/*-- Join form -- */
input, select, option, textarea {
	border: 1px solid #94a3a8;
	background-color: #ececec;
	padding: 3px;
	color: #94a3a8;
	font-size: 11px;
}

.show_join_name_field, .show_join_email_field, .show_join_url_field {
	width: 300px;
}

.show_join_comments_field {
	height: 50px;
	width: 300px;
}
