	/* LINKS */

a:link, a:visited {
	font-family:'Tahoma',sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#256f56;
	}

a:active, a:hover {
	font-family:'Tahoma',sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-style:oblique;
	color:#0a9063;
	}

div#menu a:link, div#menu a:visited {
	font-size:12px;
	font-family:'Georgia',sans-serif;
	font-style:italic;
	background:#618e7f;
	text-transform:lowercase;
	text-align:center;
	margin:2px;
	padding:2px;
	color:#b4d3c9;
	width:125px;
	height:14px;
	display:block;
	}

div#menu a:hover, div#menu a:active {
	font-size:12px;
	font-family:'Tahoma',sans-serif;
	background:#b4d3c9;
	text-transform:lowercase;
	text-align:center;
	margin:2px;
	padding:2px;
	color:#618e7f;
	width:125px;
	height:14px;
	display:block;
	}


	/* DIV LAYERS */

div#wrapper {
	width:610px;
	height:auto;
	margin:0 auto;
	background:#e1e8ee;
	border:1px solid #e1e8ee;
	padding:10px;
	}

div#header {
	position:relative; top:0;
	margin:0 auto;
	width:600px;
	background:#e1e8ee;
	}

div#ardent {
	position:relative; top:0;
	width:600px;
	height:auto;
	border:0;
	background:#e1e8ee;
	margin:0 auto;
	}

div#menu {
	float:left;
	width:160px;
	height:auto;
	background:#76ab99;
	}

div#main {
	float:right;
	width:435px;
	height:auto;
	}

div#disclaimer {
	position:relative; top:0;
	margin:0 auto;
	clear:both;
	}


	/* BODY */

body {
	font-family:'Tahoma',sans-serif;
	background-color:#3c5a50;
	margin:0;
	text-align:justify;
	font-size:11px;
	line-height:13px;
	letter-spacing:1px;
	color:#3d584f;
	}

h1 {
	font-family:'Georgia',sans-serif;
	font-size:13px;	
	line-height:22px;
	font-weight:bold;
	font-style:oblique;
	letter-spacing:5px;
	text-align:left;
	text-transform:lowercase;
	color:#3f5f54;
	border-bottom:1px dotted #2d433b;
	padding:5px;
	margin:5px;
	}

h1:first-letter	{
	margin:0;
	font-size:20px;	
	font-style:italic;
	}

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

p.center {
	text-align:center;
	}

p.right {
	text-align:right;
	}

p#navi {
	text-align:center;
	}

p.stats {
	font-size:9px;
	}

p.joined {
	text-align:left;
	}

	/* TABLES */

table.a {
	width:350px;
	margin:0 auto;
	}

input, option, select, textarea { 
	font-family:'Tahoma',sans-serif; 
	background-color:#7bab9f;
	text-decoration:none;
	border-left:1px solid #6c888a;
	font-size:11px;
	font-weight:normal;
	color:#3b564d;
	text-align:left;
	}
