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

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}

html, body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	width: 100%;
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	overflow: inherit;
}



#container {
	width: 1175px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}




#images {
	position: relative;
	top: 30px;
	width:900px;
	margin:0 auto;
	float: right;

}

#workNav {
	position: relative;
	width:250px;
	top: 30px;
	margin:0 auto;
	float: left;
	text-align: right;
	line-height: 18px;
	font-size: smaller;
	
}

#mainNav {
	position: relative;
	width:900px;
	height: 10px;
	top: 15px;
	margin:0 auto;
	float: right;
	text-align: right;
}

#footer {
	width: 900px;
	position: relative;
	clear: both;
	height: auto;
	margin: 0 auto;
	float: right;
	padding-top: 40px;
}

#contentBox {width: 600px; float: right;}

#content1 {
	position: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	width:275px;
	height: auto;
	margin:0 auto;
	float: left;
	line-height: 18px;
	text-align: justify;
	clear: both;
	
}


#content2 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	width:275px;
	height: auto;
	margin:0 auto;
	line-height: 18px;
	text-align: justify;
	float: left;
	
}

#content3 {
	position: relative;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	width:275px;
	height: auto;
	margin:0 auto;
	line-height: 18px;
	text-align: justify;
	float: right;
	
}



ul, li, ul li {
display: block;
list-style: none;
text-decoration: none;
}

/*TWITTER*/


ul#twitter_update_list li {
	margin-bottom: 10px;
	
}

