/* CSS Document 
	grey middle				(body bg)				#303030
	text kahki										#f1dbb1
	text green										#b3cc19
	text grey										#e1e1e1
	text red										#ba3333
*/
body { 
	background-color: 		#303030;
	background-image:		url(../images/main_bg.gif);
	background-repeat:		no-repeat;
	color:					#e1e1e1;
	font-size:        		10px;
	margin:           		0px;
	padding:				0px;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	cursor:					default;
}

#total_content {
	width:					800px;
	margin-left:			auto;
	margin-right:			auto;
}

#menu {
	height:					25px;
	padding-top:			15px;
}

.menu_icon {
	margin-left:			10px;
	margin-right:			2px;
	vertical-align:			middle;
}

#header {
	background-image:		url(../images/header.gif);
	height:					200px;
}

#eqko_logo {
	width:					105px;
	margin-left:			auto;
	margin-right:			auto;
	padding-top:			81px;
	}
	
/*.projects {
	width:					800px;
}*/
	
.project_header {
	background-image:		url(../images/project_header_bg.gif);
	background-repeat:		repeat-x;
	padding:				0px;
	empty-cells:			show;
	height:					42px;
}

.project_data {
	height:					40px;
}
		
.project_text {
	padding-right:			5px;
	color:					#b3cc19;
	vertical-align:			bottom;
	padding-bottom:			1px;
}

.project_content {
	background-image:		url(../images/project_bg.gif);
	padding-top:			30px;
	padding-bottom:			30px;
}

.project_title {
	color:					#f1dbb1;
	font-family:			"Arial black";
	font-size:				30px;
}

.title_offset {
	position:				relative; 
	top:					11px;
}

#location {
	text-align:				right;
}

#footer {
	text-align:				center;
	/*padding-top:			10px;*/
	padding-bottom:			10px;
}

img {
	border:					none;
}

table, td, th {
	border-collapse:		collapse;
	padding:				0;
	margin:					0;
	text-align:				left;
}

th {
	color:					#b3cc19;
}

a:link {
	color:					#e1e1e1;
	text-decoration:		none;
}
a:visited {
	color:					#e1e1e1;
	text-decoration:		none;
}

a:hover {
	color:					#ba3333;
}