
/* standard elements */

body{align:center;}
div a {
	color: #F4B436;
	cursor: pointer;
	text-decoration: none;
}
p {font-colour: #fff;}
h1 {
	color: #000;
	font: bold 12px sans-serif;
	letter-spacing:2px;
	margin: 18px 0 0 0;
}



/* structure */
.main {
	background:#000;
	width: 910px;
	margin: 0 auto;
	align:center;
}

.footer {clear: both;}


div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #F2AC32;
	color: #FFF;
}


/* main navigation */
.link_menu {

}
.link_menu a {
	color:#666;
	display: block;
	font: bold 12px "Lucida Sans Unicode",sans-serif;
	letter-spacing: 3px;
	height: 30px;
	padding: 14px 15px 0px 55px;
	text-decoration: none;
	background: url(img/star-menu.gif) no-repeat;
	text-align: left;
}
.link_menu a:hover {color:#666;
	display: block;
	font: bold 12px "Lucida Sans Unicode",sans-serif;
	letter-spacing: 3px;
	height: 30px;
	padding: 14px 15px 0px 65px;
	text-decoration: none;
	background: url(img/star-menu2.gif) no-repeat;
	text-align: left;}

/* projects */
.abl {
	background: #000;
	clear: both;
	color: #fff;
	font: normal 12px ,sans-serif;
	letter-spacing:1px;
	line-height: 16px;
	overflow: hidden;
	text-align: left;
	padding: 10px 5px 5px 0px;
	

}.lbl {
	background: #222 url(img/main_bg.jpg);
	clear: both;
	color: #000;
	font: normal 12px ,sans-serif;
	letter-spacing:1px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
	float:center;
	width:900px;
	

}
.lbl2 {
	
	clear: both;
	color: #000;
	font: normal 13px ,verdana;
	overflow: hidden;
	text-align: justify;
	line-height:20px;
	padding: 25px 10px 10px 10px;
	float:center;
}

.lbl3 {
	
	color: #000;
	font: normal 12px ,verdana;
	overflow: hidden;
	text-align: left;
	padding: 5px 10px 10px 5px;
	align:left;
	
 
}






/* footer */

.footer2 {
	width: 100%;
	height: 40px;
	background: #ffffff;
	padding-top:-40px;
	align: center;
	padding-bottom-: 20px;
	text-align: center;
	font: normal 11px ,verdana;
	
	
}
.footer {
	width: 100%;
	height: 122px;
		padding-top:-40px;
	align: center;
	padding-bottom: 0;
	text-align: center;
	margin:5px;
	font: normal 11px ,verdana;
}


.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 606px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: left bottom;
	width: 320px;
}

