body {
	color: #333;
	background-image: url(images/caseystripe-1.png);
	background-repeat: repeat;
	font-family:  Arial, sans-serif; 
	font-size: 12px;
	}
	
div#wrapper {
	width:990px;
}

/******************** LINKS *******************/

a{
   color: #333;
 }
 
a:hover{ 
 color:#333;
 text-decoration:underline;
}

div.clear {
	clear: both;
}

/******************** HEADER ********************/

div#header {
	margin-bottom: 10px;
	margin-left: 20px;
}

div#header h1{
	font-family: Georgia;
	font-size: 26px;
	font-weight: lighter;
	font-style: italic;
	background: white;
	margin-left: 0px;
	width: 245px;
	padding: 10px;
	
	
}

/******************** NAVIGATION ********************/


div#left {
	text-decoration: none;
	width: 100px;
	float:left;
	background: white;
	margin: 10px;
	margin-left: 20px;
	padding: 5px;
	padding-top: 0px;
}

div#left ul {
	font-size: 12px;
	
	list-style-type: none;
	padding: 0;
	background: white;
}

div#left ul li {
	float: left;
	width: 100px;
	background: white;
	padding: 0px;
}

div#left ul li a {
	margin-left:5px;
	font-weight: normal;
	text-decoration: none;
	padding:0;
}

div#left ul li a:active{
	text-decoration:underline;
}

div#left ul li a:hover{
	text-decoration:underline;
}

div#left ul li ul li {
	font-size:12px;
	font-style:italic;
	font-weight:lighter;
}

div#left ul li ul {
	margin-left: 5px;
}

/******************** MIDDLE CONTAINER ********************/

div#middle {
	background-color: white;
	width: 500px;
	float: left;
	margin: 10px;
	margin-right: 5px;
	padding: 15px;
	padding-top: 10px;
}
div#middleproject1  {
	background-color: white;
	width: 500px;
	margin: 10px;
	float: left;
	margin-left: 150px;
	margin-right: 5px;
	padding: 15px;
	padding-top: 10px;
	
	
}


div#middle a:hover {
	color:#00AEEF;
}

div#middle a {
	text-decoration:none;
	 
}



div#middle h1{
	padding: 0;
	margin: 0;
	font-size: 14px;
	display:inline;
}

div#middle h2{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight:lighter;
	
}

div#middle p{
	padding: 0;
	margin: 0;
}

div.underline h1{
	text-decoration:underline;
}


	
/******************** RIGHT CONTAINER ********************/
	
div#right {
	text-decoration: none;
	width: 250px;
	float:left;
	background:white;
	margin: 10px;
	padding: 15px;
	
}

div#right h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: lighter;
}

div#right h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	padding: 0;
}

p.center {
text-align: center;
}

div.huge {
	font-size:16px;
	display:inline;
}
	
/******************** AND LAST BUT NOT LEAST ********************/
	
div#footer{ 	
	font-size: smaller;
	margin: 10px;
	height: 20px;
}

	





 



