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

* { margin:0; padding:0; }
		
hr.hr1 {
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	border-left: 1px solid #F5E3E0;
	border-right: 1px solid #F5E3E0;
	color: #F5E3E0;
	background-color: #F5E3E0;
	height: 3px;
    	}
		
hr.hr2 {
	border-top: 1px dashed #933;
	border-bottom: 1px solid #F5E3E0;
	border-left: 1px solid #F5E3E0;
	border-right: 1px solid #F5E3E0;
	color: #F5E3E0;
	background-color: #F5E3E0;
	height: 3px;
    	}
		
hr.hr3 {
	border-top: 1px dotted #933;
	border-bottom: 1px solid #F5E3E0;
	border-left: 1px solid #F5E3E0;
	border-right: 1px solid #F5E3E0;
	color: #F5E3E0;
	background-color: #F5E3E0;
	height: 3px;
    	}		

.styleNews {
	font-size: 10px;
	font-family: Gill Sans, Helvetica, Arial, sans-serif; 
	color:#777;
	letter-spacing: 1px;
		}
		
.styleDate {
	font-size: 9px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif; 
	color:#555;
	letter-spacing: 5px;
		}	
		
.styleNotes {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#FFF;
	letter-spacing: 1px;
		}	

.styleUpdates {
	font-size: 11px;
	font-family: Gill Sans, Baskerville, Helvetica, Arial, sans-serif; 
	color:#777;
	letter-spacing: 1px;
		}
		
.styleWork {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#000;
	letter-spacing: 2px;
		}
		
.styleRecentWork {
	font-size: 18px;
	font-family: Gill Sans, Helvetica, Arial, sans-serif; 
	color:#990000;
	letter-spacing: 8px;
		}
		
.styleWorkDetails1{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#000000;
	font-weight:bold;
	letter-spacing: 2px;
		}
		
.styleWorkDetails2{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#000000;
	letter-spacing: 2px;
		}						
	
.styleManifesto {
	font-size: 10px;
	font-family: Gill Sans, Baskerville, Helvetica, Arial, sans-serif; 
	color:#333;
	letter-spacing: 1px;
		}		
		
.styleFooter {
	font-size: 13px;
	font-family: Gill Sans, Baskerville, Helvetica, Arial, sans-serif; 
	color:#FFF;
	letter-spacing: 2px;
		}


/*///////////////////////////////////////////////////*/	


a:link {
	color:#333;
	text-decoration:none;
			}
			
a:visited {
	color:#333;
	text-decoration:none;
		}
		
a:hover {
	color:#FF9900;
	text-decoration:underline;
		}
	
a:active {
	color:#333;
	text-decoration:none;
			}


/*///////////////////////////////////////////////////*/	

body {
	background-color:#F5E3E0;
		}
	
#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
		}
		
#header {
	width:100%;
	height:150px;
	margin-bottom: 20px;
	text-align:left;
	float:left;
		}
		
#billboard {
	width:550px;
	height: 385px;
	padding-right:50px;
	text-align:left;
	float:left;
		}
		
#top {
	width:100%;
	text-align:left;
	float:left;
	height:425px;
		}
		
#bottom {
	width:100%;
	text-align:left;
	float:left;
	height:500px;
		}		

#topbottomdivider {
	width:100%;
	height: 5px;
	margin-bottom:40px;
	float:left;
		}
		
#bottomfooterdivider {
	width:100%;
	height: 5px;
	margin-bottom:10px;
	float:left;
		}	

#work {
	width:300px;
	height: 385px;
	text-align:left;
	float:left;
		}
		
#news {
	width:550px;
	height: 400px;
	padding-right:50px;
	text-align:left;
	float:left;
		}
		
#newsentry {
	width:480px;
	padding-right:10px;
	margin-bottom:40px;
	text-align:left;
	float:left;
		}		
		
#about {
	width:300px;
	height: 400px;
	text-align:left;
	float:left;
		}	

#workentry {
	width:250px;
	text-align:left;
	margin-bottom:40px;
		}

#manifestoentry {
	width:240px;
	background-color:#FFF;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	padding:10px;
		}
		
#linkentry {
	width:240px;
	background-color:#FFF;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	padding:10px;
		}		

#footer {
	width:900px;
	height:35px;
	text-align:center;
	float:right;
		}

#photoscroll1 {
	/* Typical fixed height and fixed width example */
	width: 240px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:#F5E3E0;
	margin-top: 20px;
	padding:10px;
		}

.fixedwidth1 {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 230px;
	height: 800px;
	position: relative;
	color: black;
	padding: 1px;
		}
		

#photoscroll2 {
	/* Typical fixed height and fixed width example */
	width: 520px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:#F5E3E0;
	margin-top:20px;
	margin-right: 30px;
	padding: 10px;
		}

.fixedwidth2 {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 510px;
	height: 780px;
	position: relative;
	color: black;
	padding: 1px;
		}


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
		}

.vscrollerbase {
	width: 5px;
	background-color:#FDB8BB;
		}
.vscrollerbar {
	width: 10px;
	background-color:#FFF;
		}
.hscrollerbase {
	height: 10px;
	background-color:#F5E3E0;
		}
.hscrollerbar {
	height: 10px;
	background-color:#F5E3E0;
		}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color:#F5E3E0;
		}
