/* CSS Styling by Nori 
Layout: Fanimated.net featuring Aladdin and Jasmine; gift for Buruma @ fanimated.net
URL: http://pure-rhythm.org
Author: Nori
*/

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #00004d url('images/bg.jpg');
	text-align: center;
	color: #6dc7a3;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-serif;}
	
p {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
}

#page {	width: 760px;

	position: relative;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #010080;
	}
	
#pagebody {
	width: 760px;
	background-color: #010080;
	text-align: left;
	
}

#header {
 	background: url('images/header.jpg') no-repeat;
	width: 100%;
	height: 300px;}
	
#main {
	width: 550px;
	float: left;
	padding: 5px;
	}

#sidebar {
	width: 190px;
	float: right;
	padding: 5px;
}

#sidebar ul {
	width: 190px;
	margin: 0px;
	padding: 0;
	list-style-type: none;

}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #a6cda1;
	font-size: 13px;
	font-family: Verdana, Tahoma, Sans-serif;
	padding-left: 6px;
	letter-spacing: 4px;
	height: 17px;
	display: block;
	margin-bottom: 2px;
	background-color: #00639e;}

#sidebar ul li a:hover {
	color: #ffda9c;
	font-size: 13px;
	font-family: Verdana, Tahoma, Sans-serif;
	padding-left: 10px;
	letter-spacing: 4px;
	display: block;
	background-color: #005897;}


	
#footer {
	height: 88px;
	clear: both;
	text-align: center;
	background: url('images/footer.jpg') no-repeat;
	position: relative;
	width: 100%;
	bottom: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #a6cda1;
	color: #a6cda1;
}

a:hover {
	color: #ffda9c;
	text-decoration: none;
	border-bottom: 1px dotted #ffda9c;
}


b, u, i, strong, em, th {
	color: #f1edd4; }

blockquote {

	margin: auto;
	background-color: #005897;
	width: 60%;
	color: #66b7ab;
	padding: 4px;
	}

input, textarea, select {
	background-color: #005897;
	width: 60%;
	color: #66b7ab;
	padding: 4px;}

table {
	text-align: center;
	margin: auto;
	width: 60%;}

td { 
	background-color: #00639e;
	padding: 2px;
	margin: 2px;}

h1 {
	
color: #66b7ab;
	
	font-family: Georgia, 'Times New Roman', Serif;

	font-style: italic;	
	font-size: 24px;
	border-left: 12px solid #66b7ab;
	padding-left: 18px;}

h1:first-letter {
	color: #25b59a;
	}


h2 {
	color: #35969f;
	font-size: 20px;
	font-family: Georgia, 'Times New Roman', Serif;
	letter-spacing: 2px;
	border-left: 12px solid #35969f;
	padding-left: 18px;}

h3 {
	color: #0f82a1;
	font-size: 17px;
	font-family: Georgia, 'Times New Roman', Serif;
	letter-spacing: 4px;
	border-left: 12px solid #0f82a1;
	padding-left: 18px;
}

h4 {
	color: #a6cda1;
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Serif;
	letter-spacing: 4px;
	border-left: 8px solid #a6cda1;
	padding-left: 5px;
}

img.avatar {
	margin-right: 8px;
	margin-top: 4px;}
