/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#ccc;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link, a:visited, a:active{
	text-decoration:underline;
	color:#15792C;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
h1{
	color:#15792C;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2{
	color:#15792C;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{
	background:#fff url(../images/border_bg.gif) repeat-y;
	width:770px;
	margin:0 auto;
	height:100%;
	
}
#wrapper_content{
	padding:0 12px;
}
#header{
	height:128px;
	padding:0 10px;
}
/* *********************  NAVIGATION ************************************** */

#navigation{
	height:23px;
	text-align:right;margin-left:520px;
}


#navigation #center{
	margin:0 auto;padding-top:1px;
}
#navigation span {
	display:none;
}

/* home Button */
#navigation .home {
	float:left;
	width: 54px; height: 23px;
	background:url(../images/home.gif) 0 -25px no-repeat;
	}

#navigation .home a, #navigation .home a:active {
	display:block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/home.gif) top left no-repeat;
	}
#navigation .home a:hover {
	background-image: none;
	}
/* portfolio Button */
#navigation .portfolio {
	float:left;
	width: 78px; height: 23px;
	background:url(../images/portfolio.gif) 0 -25px no-repeat;
	}

#navigation .portfolio a, #navigation .portfolio a:active {
	display:block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/portfolio.gif) top left no-repeat;
	}
#navigation .portfolio a:hover {
	background-image: none;
	}
/* contact Button */
#navigation .contact {
	float:left;
	width: 90px; height: 23px;
	background:url(../images/contact.gif) 0 -25px no-repeat;
	}

#navigation .contact a, #navigation .contact a:active {
	display:block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/contact.gif) top left no-repeat;
	}
#navigation .contact a:hover {
	background-image: none;
	}
	
#navigation_bar{
	background:url(../images/navigation_bg.gif) repeat-x;
	height:5px;
}

#lcol{
	width:180px;
	margin:10px 0 0 5px;
	padding:50x 10px;
	float:left;
}
#lcol #list{
	padding-left:15px;
}
#ccol{
	margin:5px 10px 5px 190px;
	border-left:1px solid #666;
	padding-left:15px;
}