body {
		background: #ffffff; 
		font-family: georgia, serif; 
		margin: 0; 
		padding: 0px; 
	}


 
h1 {font-size: 130%; }

#topBar
{
	width: 95%;
	padding-right:10px;
	padding-top:3px;
	text-align: right;
}


#wrap {
	position: relative;
	top: 45px;
	width: 600px;
	overflow: visible;
	border: 0px solid #000;
	text-align: left;
	
}

#logo {
	
	position:relative;
	
}

#logo-small {
	
	position:relative;
	left: -10px;

	
	
}



#bottomFooter 
{
	position: relative; top: 200px; text-align: center; width: 100%; color: #ccc;	
}

#bottomFooter a
{
	color: #ccc;
}
#section {
	margin-top:20px;
	position: relative;
	left: 145px;
	width: 450px;
	text-align: left;
	color: #000;
	
}

#section li
{
	 padding-bottom: 10px;
	 line-height: 20px;
}

#projectdesc {
	color: #000;
}

#projectdesc a {
	color: #555;
	font-size: 13px;
}

#header {
	
	width: 450px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #ccc;
	
}



a { border: none; outline: none;}

a:link			{ color: #000; text-decoration: underline; } 
a:visited		{ color: #000; text-decoration: underline; }
a:active		{ color: #000; text-decoration: underline; } 
a:hover			{ color: #000; text-decoration: underline;}