* 	{
		padding:0px;
		margin:0px;
		border:0px;
	}

body {
	font-family: "Gill Sans", "Goudy Old Style";
	line-height:1.7em;
	background-color: #191919;
	font-size:0.8em;
	color: #CCCCCC;
	}
	
#container {
		width:800px;
		margin-left:0px;
		margin-right:0px;
		padding-left:60px;
		padding-top:45px;
	}
	
#header	{
		width:800px;
		margin-bottom:50px;
	}

#name	{
		float:left;
		width:100px;
	}
	
	
#galleryNav	{
		float:left;
		margin-left:100px;
	}	
		
#galleryNav	a {
		color:#CCC;
	}

#nav	{
		float:left;
		width:175px;
		padding-right:25px;
	}
	
#main 	{
		float:left;
		width:550px;
	}

#imgDesc{
	margin-top:20px;
	color:#CCCCCC;
	}

pre 	{
	font-family: "Gill Sans", "Goudy Old Style";
	}
	
	
	
a	{
	text-decoration:none;
	color:#999999;
	}	

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