@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	
}
	
p {
	color: #828282;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	
}

#pagebase {
	min-height: 600px;
	width: 902px;
	
	margin: 0 auto; 
	clear:both;
}
#content {
	min-height: 550px;
	width: 900px;
	
	background-image:url(images/FAD_Full.gif) ;
	background-repeat:no-repeat;
	background-position:top left;
	border:thin #ddd solid;
}
#headerdiv {
	height: 60px;
	width: 620px;
	margin-left:235px;
	margin-right:45px; /* 900-280px = 620px */

	font-size: 16px;
	color: #828282;
	font-weight:bold;
}
#nav {
	height: 30px;
	width: 620px;
	margin-top:30px;
	text-align:right;
	font-size: 18px;
	color: #828282;

}
#image-nav {
	height: 30px;
	width: 620px;
	font-size: 16px;
	color: #828282;
	clear:both;
}

#imageloc {
	/* height: 460px; */
	min-height:460px;
	width: 620px;
	margin-left:235px;
	margin-right:45px; /* 900-280px = 620px */
	clear:both;
}
#imageloc img {
	/* padding-right:20px;*/
}

#Art_ {
	padding-right:20px;
}
/*
#imageframe{
	width: 325px;
	float:left;
}

#textcontent{
	width: 295px;
	float:right;
		
}*/

#footer {
	clear:both;
	height: 30px;
	width: 900px;
	margin:auto;
	color: #828282;
	font-size: 11px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

h1{
	color: #aaa;
	font-weight:bold;
	font-size:64px;
	
	margin-top:4px;
	margin-bottom:4px;
	
	display:inline;
	
}

