body {
	background: url(/cf-texture2.png);
	background-repeat: repeat;
	background-color: #000000;
	color:#ffffff;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, sans-serif }
a:link,a:active,a:visited { color : #cccccc; text-decoration: none; }
a:hover { text-decoration: underline; color : #FFFFFF; }
hr { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}

#gen-body {
    position: relative;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	width:800px;
	/*background:#aa3333;*/
	top: 20px;

}


#project-body {
    position: relative;
	color: #ffffff;
	font-family: arial,sans-serif;
	font-size: 13px;
	width:1000px;
}

#project-head {
	background:#aa3333;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:10px;
	width: 300px;
}

#head {
	/*background: url("/headback.gif");*/
	background-repeat:repeat-x;
	color: #ffffff;
	font-family : sans-serif;
	font-weight: bold;
	font-size: 32px;
	padding-right: 10px;
	text-align:right;
	height:40px;
}


#index-links {
	position:relative;
	background:#363636;
	color:#ffffff;
	font-size:14px;
	font-family: sans-serif;
	padding: 10px;
	text-align: left;
}
#index-links-left {
	margin-left:10px;
	
}

#index-links-right {
	position:absolute;	
	top:10px;
	left:400px
	
}


#opening {
	background:#000000;
	color: #ffffff;
	font-family : sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:10px;
	text-align: left;
}

