body {
 text-align: center;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
 background: #1e1e1e;
 background-image: url(bg.jpg);
 background-position: top center;
}

* {
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #242424;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #000000;
}

#top{
	width: 100%;
	height: 340;
	margin: 0px auto;
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

#content { 
	width: 650px;
	color: #a2a2a2;
	font-size: 11px; 
	margin: 0px auto;
	padding: 0px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
}

#footer {
	width: 100%;
	margin-bottom: 10px;
	color: #969696;
	line-height: 16px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #535353;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #000000; 
 border: 1px solid #000000;
}

p {margin-right: 10px; margin-bottom: 14px; margin-top: 6px; margin-left: 10px; text-align: justify;}

.right {
	float: right;
	border: 3px solid #dfd5c6;
	margin: 5px 5px 5px 8px;
}
.left {
	float: left;
	border: 5px solid #656565;
	margin: 0px 10px 2px 12px;
}
.left:hover {
	border: 5px solid #aaaaaa;
}
.middle {
	border: 5px solid #595959;
	margin: 5px;
}
.middle:hover {
	border: 5px solid #7c7c7c;
}

.color1 { background-image: url(geass_bg2.jpg); }
.color1:hover { background-image: url(geass_bg3.jpg); }

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
i {font-family: Georgia; color: #d8d8d8;}
em {font-family: Georgia; color: #9dbccb;}
b {font-weight: normal; font-family: century gothic; font-size: 10px; text-transform: uppercase; color: #c1d7e2;}
h1 {
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #c5d6dd;
	letter-spacing: 5px;
	text-align: right;
	font-style: italic;
	}
h1:first-letter{
	color: #d4d4d4;
}
h2 {
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #c5d6dd;
	letter-spacing: 5px;
	text-align: center;
	font-style: italic;
	}

blockquote {
	margin-right: 120px; margin-bottom: 11px; margin-top: 11px; margin-left: 120px;  
	padding: 5px; 
	color: #747474;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	background-color: #1d1d1d;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px dotted #5d5d5d;
}

a {color: #ffffff; text-decoration: none;}

a:hover { color: #5b97bc; font-weight: none; text-decoration: none; cursor: crosshair;}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 20px;
margin-bottom: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background: none;
color: white;
width: 100%;
font-family: Century Gothic;
font-size: 17px;
line-height: 18px;
letter-spacing: 5px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
background: none;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: white;
}
