/* Main */
body {
	height:100%;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
	background-color:#181818;
	letter-spacing:1px;
	background-image:url("design/yellow.png");
	background-repeat:repeat-y;
	background-position:right;
}
a:link, a:active, a:visited {
	color:#D1D1D1;
}
a:hover {
	color:#AA760D;
}
ul {
	padding:0px;
	margin:10px;
}
li {
	list-style-type:square;
	color:#FEBD3A;
	margin-bottom:5px;
}
br {
	margin-bottom:2px;
}

/* Headings */
h1, h2 {
	line-height:10px;
}
h1 {
	font-size:16px;
	color:#FEBD3A;
	margin-right:15px;
	padding:5px;
	border-bottom:2px dashed #FEBD3A;
	background-image:url("design/sunflower.gif");
	background-repeat:no-repeat;
	text-indent:17px;
}
h2 {
	font-size:14px;
	color:#487FC3;
}

/* Layout */
#container {
	width:100%;
}
#header {
	background-image:url("design/lionheads_01.jpg");
	width:700px;
	height:400px;
}
#content {
	background-image:url("design/lionheads_02.jpg");
	background-repeat:no-repeat;
}
#maintext {
	width:490px;
	padding:5px 0px 0px 5px;
}
ul#links {
	margin:0 auto; 
	padding:0; 
}
#links li {
	list-style-type:none;
	position:absolute;
}
#links a {
	display:block;
	overflow:hidden;
	width:51px;
	left:249px;
}
#links a#home {
	position:absolute;
	background:url("design/home.jpg") no-repeat -1000px 0;
	height:19px;
	top:207px;
}
#links a#about {
	position:absolute;
	background:url("design/about.jpg") no-repeat -1000px 0;
	height:18px;
	top:226px;
}
#links a#codes {
	position:absolute;
	background:url("design/codes.jpg") no-repeat -1000px 0;
	height:18px;
	top:244px;
}
#links a#join {
	position:absolute;
	background:url("design/join.jpg") no-repeat -1000px 0;
	height:19px;
	top:262px;
}
#links a#fans {
	position:absolute;
	background:url("design/fans.jpg") no-repeat -1000px 0;
	height:18px;
	top:281px;
}
#links a#home:hover, #links a#about:hover, #links a#codes:hover, #links a#join:hover, #links a#fans:hover {
	background-position:0 0;
}

/* Extra */
.highlight {
	border-bottom:1px solid #487FC3;
	background-color:#487FC3;
	color:#181818;
	padding:1px 2px 1px 2px;
	text-align:right;
}
.highlight a {
	color:#000000;
	text-decoration:none;
}
.highlight a:hover {
	color:#FFFFFF;
}
.noborder {
	border:none;
}
.nodisplay {
	display:none;
}
.inline {
	display:inline;
}
