/* CSS Document */

body {
	background-color:d8ddd8;
	background-image:url(images/page-background.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: center; }
	
	
#page-container {
	width: 760px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 2px solid #555555;
	text-align: left; }



	#header1 {
		height: 78px;
		margin-top: 3px;
		text-align: right;
		line-height: 12px;}
	#header1 table {
		font-size: 11px;
		font-weight:bold; }

	#header1 a {
		color: #666666; }
		
		

/*********** CONTENT ************/
	#content-container {
		width: 			760px;}
	
	#content-container table {
		width: 			100%;
		font-size: 		12px;
		line-height: 	20px; }



	#pastprojs  li { margin: 20px; }

/*********** FOOTER ************/
	#footer-container {
		clear: 				both;
		background-image:	url(images/footer-background.gif);
		width: 760px;
		height: 			115px;
		text-align: 		center; }
		
		
	#footer-navbar { 
		font-weight: 		bold;
		font-size: 			12px; 
		color: 				#444444;}
	#footer-navbar a { color: #444444; }
		
	#footer-copyright table {
		color: 			#DDDDDD;
		font-size: 		10px; }
	#footer-copyright table a { color: #DDDDDD; }






a { text-decoration: none; }
a:hover {text-decoration: underline; }

.SmallItalic { font-style: italic; font-size: 11px; }
