

/* Layout Stylesheet */ 
body{
 	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
 }	 
 
#wrapper { 
	width: 716px;
	margin: 0px auto;
}

#header{
	background-image:url(images/header.gif);
	height:100px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 350px;
	float:right;
	margin-right:15px;
	margin-top:65px;
}

#frame {
	width:716px;
	padding-top: 10px;
	text-align:left;
	background-image:url(images/center.gif);
	background-repeat:repeat-y;
		}
		
#content {
	width:716px;;
}

.inside {
	padding-left:25px;
	padding-right:25px;
}

a:link, a:visited, a:active {
		color:#000000;
		text-decoration:none;
}

a:hover {
		color:#2b5fa8;
}

#bottom {
		background-image:url(images/footer.gif);
		height: 80px;
		clear:both;
}

.footer {
		font-size:14px;
		color:#666666;
		padding-left:80px;
		padding-top:45px;
}

.red {
		color:#c41e40;
		font-weight:bold;
}

.projects {
		font-size:11px;
}