/*
CSS for PHENOMENAL: THE Raven Baxter FANLISTING [version 1]
http://rae.beatifique.org
Modified by Ai~ [http://beatifique.org]
Based on a design by Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFEBBB url(img/bg.jpg) repeat-x top left;
	font: 12px/120% "Lucida Grande", "Lucida Sans", Arial;
	color: #333;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: 0px;
	background: #FFEBBB;
	border: 1px dotted #333;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #3A7F8B;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}


h1 {
	font-size: 28px;
}


a {
	color: #648127;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #99FFCC;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

.center {
	text-align: center;
}

b {
	color: #691614;
}

i, em {
color: #FF4839;
}

#header {
	width: 750px;
	height: 338px;
}

#welcome {
	width: 275px;
	height: 261px;
	position: absolute;
	top: 23px;
	left: 459px;
	overflow-x: hidden;
	overflow-y: auto;
}


#welcome p {
padding: 12px;
text-align: justify;
}

#welcome p.center {
text-align: center;
}

#welcome h1 {
	margin: 0;
	padding: 5px 5px 0px 10px;
	font: bold italic 20px/110% "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	text-transform: uppercase;
	border-bottom: 2px dashed #BFC875;
	color: #3A7F8B;
	text-align: left;
}

#welcome a {
	font-weight: bold;
	color: #5AAB8E;
	background: #ffffcc;
}

#welcome a:hover {
	background: #C28169;
	color: #C5F6C7;
}

#menu
{
margin-top: 2px;
}

*html #menu {
margin-top: 5px;
}

#menu li
{
display: inline;
padding-bottom: 14px;
background-repeat: no-repeat;
}

#menu a
{
padding-left: 20px;
padding-bottom: 14px;
text-transform: lowercase;
text-decoration: none;
font: 20px "Lucida Grande", "Lucida Sans", Arial;
}

#menu a:link, #menu a:visited
{
padding-left: 18px;
color: #000;
background: url(img/bullet.gif) no-repeat 0 8px;
}

#menu a:hover
{
color: #8D7258;
padding-left: 18px;
background: url(img/bullet.gif) no-repeat 0 4px;
}




/* Footer */

#footer {
	clear: both;
	margin-top: -15px;
}


#footertxt {
	width: 590px;
	padding: 3px;
	text-align: right;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #97ABAE;
	font: 10px Tahoma, Arial, Serif;
}

#footer a {
	color: #B3D4B3;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
