@charset "UTF-8";
/* CSS Document */

body {
   text-align:center;
   font-family:Times, "Times New Roman", serif;
   font-size: 14px;
   line-height:19px;
   margin:0;
   }
   
img {
	border: #CCC solid 1px;
	}
   
a:link {
	color:#666;
	text-decoration:none;
	}
	
a:visited {
text-decoration:none;
	color:#666;
	}
	
a:hover {
	text-decoration:underline;
	}

#wrapper {
	text-align: left;
	width:900px;
    margin-left: auto;
    margin-right: auto;
	}
	
#header {
	height:65px;
	margin-top:15px;
	border-bottom:thick #000 solid;
	}

#logo {
	float:left;
	}
	
#logo img {
	border:none;
	}

#info {
	text-align:right;
	float:right;
	margin-top:3px;
	font-size:13px;
	line-height:15px;
	}
	
#nav_wrapper {
	border-bottom:1px #000000 solid;
	position: absolute;
	font-size:17px;
	font-style: italic;
	}

#nav_wrapper ul {
	padding-left:0;
	margin:10px 0;
	}
	
#nav_wrapper ul li {
	display: inline;
	}
#projects {
	float:left;
	width:450px;
	}
#nav {
	float: right;
	text-align:right;
	width:450px;
	}
	
#nav ul li {
	display: inline;	
	}
	
#content {
	padding:50px 0 15px 0;
	}
	
#work td {
	border-bottom:#000000 solid 1px;
	padding: 20px 0;
	}
	
#bulletin img {
	border:none;
	}
#bulletin td {
	border-bottom:#000000 solid 1px;
	padding: 20px 0;
	}
	
#footer {
	height:20px;
	border-top: solid #000 1px;
	background-image:url(../images/stripes.jpg);
	background-repeat: no-repeat;
	padding: 1px 6px 0 6px;
	font-size:12px;
	}
	
#footer_left {
	float:left;
	}
	
#footer_right {
	float:right;
	}