
body { 
	font:8pt verdana; 
	background:url(../images/body_bg.gif); 
	margin:0;
	padding:0;
	}

a:link, a:visited, a:active {

color:#666;
font:bold 8pt verdana, arial, sans-serif;

}

a:hover {

	color:#FFCC00;
	font:bold 8pt verdana, arial, sans-serif;
}

h1 {

	font:28pt verdana, arial, sans-serif;
	color:#666;
	margin:0;
	padding:20px;
}

h2 {

	font:14pt verdana, arial, sans-serif;
	color:#666;
	padding:10px;
	margin:0;

}

p { 
	font: 8pt verdana; 
	margin: 0px; 
	text-align: justify;
	}

	
#contain {
	width:750px;
	height: 700px;
	border-right:3px solid #FFCC00;
	border-left:3px solid #FFCC00;
	margin-left:auto;
	margin-right:auto;

}
	
#header {
	display: none;
	width:750px;
	border-bottom:1px solid #CCC;
	background:#F5F5F5;

}

#leftcol {
	background: url(../images/left_col.jpg) no-repeat;
	height: 708px;
	width:254px;
	float:left;
	padding: 0;
	border-left:1px solid #000;

}

#leftcol p {

	padding:3px 18px 3px 18px;
	margin:0;

}

#content {
	background-color:#999999;
	width:200px;
	height: 708px;
	float:left;
	padding:0;
}
#nav {
	background: transparent;
	position: absolute;
	top: 225px;
	}
	

#content p {

	padding:0;
	margin:0;

}

#rightcol {
	background:#999999;
	width:294px;
	height:708px;
	float:left;
	padding:0;
	border-right:1px solid #000;

}

#right_content  {
	border-left: 1px dotted #333333;
	padding:3px 18px 3px 18px;
	margin:100px 0 0 0;

}
#right_content_contact  {
	border-left: 1px dotted #333333;
	padding:3px 18px 3px 18px;
	margin:100px 0 0 0;

}
#right_content li {
	color:#CCCCCC;
	display:block;
	list-style-type: none;
	background: url(../images/bullet1.jpg) no-repeat 0px 3px;
	padding-left: 10px;
	}
#right_content h4.about {
	background:url(../images/about_head.jpg) no-repeat;
	width: 103px;
	height: 15px;
	
	}
#right_content h4.projects {
	background:url(../images/project_head.jpg) no-repeat;
	width: 150px;
	height: 20px;
	
	}
#right_content h4.services {
	background:url(../images/services_head.jpg) no-repeat;
	width: 150px;
	height: 20px;
	
	}
#right_content_contact h4.contact {
	background:url(../images/contact_head.jpg) no-repeat;
	width: 150px;
	height: 20px;
	
	}
#footer {
	width:750px;
	background: url(../images/tri-bar.jpg) no-repeat center;
	padding:4px 0 4px 0;
}

#footer p {
	text-align:right;
	padding-right:4px;
	font:8pt verdana, arial, sans-serif;
	color:#666666;

}
	
