/* Layout CSS */

body {
	background:#000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 5em 0 0 0;
	}

a {
	color: #FFFFFF;
	/*	font-weight:bold; */
	text-decoration: none;
	font-size:12px;
	letter-spacing: 1px;
}

a:hover {
	color: #FFCC00;
}

#selected {
	font-size: 12px;
	color: #FFCC00;
	letter-spacing: 1px;
}

a.box {
	color: #000000;
	/*	font-weight:bold; */
	text-decoration: none;
	font-size:11px;
	background-color: #FF9900;
	padding-right: 3px;
	padding-left: 3px;
}

a.box:hover {
	color: #000000;
	background-color: #FFCC00;
	padding-right: 3px;
	padding-left: 3px;
	}
	

div#wrapper {
	height:457px;
	width: 800px;
	margin: 0 auto; 
	text-align:left;
	/*margin-top:100px; */
	}  
	
.bodytext {
	font-size:12px;
	line-height: 1.1em;
	}

.titletext {
	font-size:13px;
	font-weight:bold;
	}
	
.bodytext2 {
	font-size:12px;
	line-height: 1em;
	}
	
.bodytext3 {
	font-size:12px;
	font-weight:bold;
	line-height: 1.2em;
	}

.smalltext {	
	font-size:9px;
	line-height: 1em;
	}

div#gitna {
	width: 800px;
	height:391px;
	}

div#title {
	height:19px;
	}
	
div#menu {
	
	}
	
div#footer {
	width: 780px;
	margin-top: 40px;
	/*margin-left:10px;
	margin-right:10px;*/
	font-size:11px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	}

.clear {clear:both}

.borders {background:#414141; margin:1px;}