body {
 text-align: center;
 margin: 0px auto;
 background-color: #140f14;  
 color: #5b555e;
 background-image: url(rai_bg.jpg);
 background-position: top center;
}

* {
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #140f14;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #000000;
}
table {
	font-family: arial; 
	font-size: 10px; 
	text-align: justify;
	margin: 0px auto;
}

#content{
	width: 600px;
	padding-top: 400px;
	margin: 0px auto; 
	line-height: 18px;
	font-family: arial; 
	font-size: 11px; 
}
#page{
	width: 100%;
	margin: 0px auto; 
	background-color: #140f14;
	background-image: url(images/rai_02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#nav{
	width: 100%;
	height: 52px;
	margin: 0px auto; 
	background-image: url(images/rai_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav ul
{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 2px;
/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #2d212e;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px; 
/* fixes Firefox 0.9.3 */
}

#nav ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
/* matches link padding except for left and right */
	padding-top: 15px;
}

#nav ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #2d212e;
	text-decoration: none;
	font-family: century gothic;
	text-transform: uppercase;
}

#nav ul li a:hover
{
background-color: #0b080c;
color: #544b57;
}

#footer {
	width: 100%;
	padding: 10px 0px;
	line-height: 15px;
	font-size: 10px;
	font-family: arial;
	text-align: center;
	margin: 0px auto;
}

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

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

.siblings {
	float: left;
	margin: 9px 5px 1px 0px;
	filter: alpha(opacity=50);
	moz-opacity: .50;
	opacity: .50;
	border: 5px solid #241c26;
}
.siblings:hover {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.middle {
	border: 5px solid #241c26;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #000000;
}
.online {
	border: 5px solid #241c26;
	margin: 2px;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
}
.online:hover {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.project {
	margin: 11px 75px;  
	padding: 10px; 
	color: #605a63;
	line-height: 19px;
	text-align: justify;
	background-color: #1a141a;
	border-left: 12px solid #241c26;
}
.box {
	margin: 11px 75px;  
	padding: 10px; 
	color: #605a63;
	line-height: 19px;
	text-align: center;
	background-color: #1a141a;
	border-left: 17px solid #241c26;
}

em {font-family: Georgia; color: #8d818e;}
i {color: #8b979d;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #748393;}

h1 {
	font-family: century gothic;
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #443747;
	letter-spacing: 5px;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	}
h2 {
	font-family: century gothic;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #4c444f;
	letter-spacing: 4px;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	}
h3 {
	font-family: century gothic;
	font-size: 16px;
	font-weight: normal;
	color: #665f67;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 2px;
	text-align: left;
	font-style: italic;
	line-height: 1em;
	}
h4 {
	font-family: century gothic;
	font-size: 9px;
	font-weight: normal;
	color: #665f67;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	}

blockquote {
	margin: 11px 35px; 
	padding: 10px; 
	color: #534b56;
	line-height: 19px;
	text-align: justify;
	background-image: url(quote0.gif);
}

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

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