/* CSS Document */
/* Tags */
body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background:url(../images/bg_tile.jpg) repeat-x;
}


/* Classes */
.left	{
	float:left;
	padding-left:20px;
	}
	
.right	{
	float:right;
	padding-right:20px;
	}
	

/* Divs */	
div#wrapper {
	width:720px;
	margin:20px auto;
	background:#fff;
}	

#header {
	height:100px;
	width:720px;
	}
	
#photos {
	height:120px;
	width:720px;
	}
	
#nav {
	height:25px;
	width:720px;
	border-bottom:1px solid #999;
	}

#nav ul	{
	margin:0;
	padding:0;
	width:720px;
	list-style:none;
	float:left;
	}
	
#nav ul li	{
	float:left;
	}
#nav ul a	{
	display:block;
	width:60px;
	height:25px;
	line-height:2.3em;
	padding-left:20px;
	text-decoration:none;
	color:#999;
	}

#nav ul a:hover {
	color:#000;
	text-decoration:underline;
	}
				
#content {
	min-height:200px;
	width:720px;
	}
	
#text {
	min-height:150px;
	width:520px;
	margin:10px auto;
	}

#text p	{
	color:#999;
	font-size:1.1em;
	line-height:1.8em;
	margin:10px auto;
	}
	
#text a, #text a:visited	{
	color:#006600;
	}
	

#footer {
	height:60px;
	}
	
#tag_line	{
	text-align:center;
	}
	
#address	{
	text-align:center;
	}
	
#copyright {
	height:25px;
	color:#999;
	}
	
#copyright a, #copyright a:visited	{
	color:#006600;
	}