/* Set all margins to 0 */

	* {
		margin:0 auto;
	}	
	
	body {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height:1.4em;
		color:#333333;
		text-align:center;
	}	
	
	a {
		outline:none;
		text-decoration:none;
		border:none;
	}
	
	a { color:#999; }
	a:hover { color:#333; background-color:#FFFF99;}
	a:active { color:#333; background-color:#FFFF99; }
	a:visited { color:#999; }
	
	img {
		border:none;
	}
	
		
/*Menu styles */	
	
	#menu {
		position:fixed;
		z-index:3;
		top:30px;
		left:0px;
		width:80px;
		background:#ffffff;
		padding:10px;
		border-top:#CCCCCC 1px solid;
		text-align:left;
	}
	
	.items ul {
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	
	.items ul li{
		list-style:none;
		margin:0 0 10px 0;
		padding:0;
	}
	
	
	
	/* OPTIONAL MENU */
	
		#menu2 {
			position:fixed;
			z-index:3;
			top:30px;
			right:0px;
			width:140px;
			background:#ffffff;
			padding:10px;
			border-top:#CCCCCC 1px solid;
			text-align:left;
		}
		

	
	.tomsowden {
		padding-bottom:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		line-height:1.4em;
	}
	
	.tomsowden a:link {
		text-decoration:none;
		color:#FF3300;
		border:none;
	}
	.tomsowden a:hover {
		text-decoration:none;
		color:#FF3300;
		background-color:#FFF;
		border:none;
	}
	.tomsowden a:visited {
		text-decoration:none;
		color:#FF3300;
		border:none;
	}
	.tomsowden a:active {
		text-decoration:none;
		color:#FF3300;
		border:none;
	}		
	
	
	.items a:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		line-height:1.4em;
		text-decoration:none;
		color:#333;
		border:none;
	}	
	
	.items a:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		line-height:1.4em;
		text-decoration:none;
		color:#333;
		border:none;
	}	
	
	.items a:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		line-height:1.4em;
		text-decoration:none;
		background-color:#FFFF99;
		color:#000;
		border:none;
	}
	
	.items a:active {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		line-height:1.4em;
		text-decoration:none;
		background-color:#FFFF99;
		color:#000;
		border:none;
	
	}	
	
/* Content */	

	#wrapper {
		width:950px;
		text-align:left;
		background:#FFFFFF;
	}	
	
		#landing {
			width:950px;
			height:900px;
			background:url(../images/gasoline_bg.jpg) #FFF top left no-repeat;
		}	
	
		#photographs {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		#followed {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		/* OPTIONAL PHOTOGRAPHS */
		
			#photographs2 {
				width:1550px;
				height:900px;
				text-align:left;
				background:#FFFFFF;
				padding-top:30px;
				padding-color:#003333;
			}
			
		#books {
			width:950px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		#videos {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		#lulu {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		#statement {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}
		
		#contact {
			width:950px;
			height:900px;
			text-align:left;
			background:#FFFFFF;
			padding-top:30px;
		}

/* Browser tables */	

	TABLE.browser {
		width:950px;
		border:none;
	}
	
		TD.browseleft {
			width:470px;
			padding:30px 5px 30px 0;
			vertical-align:top;
			text-align:left;
		}
		
		TD.browseright {
			width:470px;
			padding:30px 0 30px 5px;
			vertical-align:top;
			text-align:left;
		}
		
		TD.browsemain {
			width:950px;
			padding:10px 0;
			vertical-align:top;
		}
		
			/*Browser table styles */
				
				#textone {
					width:465px;
					margin-right:5px;
					float:left;
				}	
				
				#texttwo {
					width:465px;
					padding-top:200px;
					margin-right:5px;
					float:left;
				}	
				
				#textthree {
					width:230px;
					margin-right:10px;
					float:left;
				}
				
				#textfour {
					width:230px;
					float:right;
				}		
				
				img.browser {
					padding:0 10px 10px 0;
				}
				
					.browser a:hover {
						background:none;
					}
					
					.browser a:active {
						background:none;
					}
				
				img.browserend {
					padding:0 0px 10px 0;
				}

/* Typographical bits */

.projecttitle {
	font-size:15px;
	padding:10px 0 2px 0;
	margin:0 0 8px 0;
	display:inline-block;
	border-bottom:1px solid #333;
	width:auto;
}
