/* www.justinalbers.com - Style v 1.0 */

body{
	background-image:url(images/bg_fill.png);
	background-repeat:repeat;
	/*this part below centers the whole website*/
	margin-left : auto;
	margin-right : auto;
	width : 900px; 
	}
#master{
	width:900;
	text-align:center;
}
#top{}
#header{
	margin-top:-10;
	}
#nav{
	float:right;
	margin-right:58px;
}
#contentLeft{
	width: 390px;
	float: left;
	margin-top:-2px;
	margin-left:60px;
	text-align:left;
	color:rgb(221,221,221);
	font-family:Arial; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 360px;
}
html>body #contentLeft {
	width: 360px; 
	/* ie5win fudge ends */
}
#contentRight{
	float: left;
	margin-top:0px;
	margin-left:20px;
	text-align:left;
	width: 390px; 
	color:rgb(221,221,221);
	font-family:Arial;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 360px;
}
html>body #contentRight {
	width: 360px; 
	/* ie5win fudge ends */
}
#gallery{}
#gallery_nav{
	text-align:center;
}
#gallery_img{
	text-align:center;
}
#padder{
margin:0px;
}	
#space{
	margin-bottom:5px;
}
#bottom{}
#update,li,pre{
	margin:3px;
	color:rgb(180,179,158);
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	}	
a, a:link, a:visited, a:hover, a:active{
	color:rgb(180,179,158);
}
h4 {
	margin:2px;
	color:rgb(180,179,158);
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
h5{
	margin:2px;
	color:rgb(180,179,158);
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}
h6{
	margin:2px;
	color:rgb(221,221,221);
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}
li{
	list-style-type:none;
	}	