body {
	background-color: #D7D7D7;
	text-align: center;
	margin: 0px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #D7D7D7;
	padding-bottom: 0px;
}
#header {
	background-color: DBDBDB;
	padding: 0px;
	text-align: center;
	height: 477px;
	width: 800px;
}

#maincontents {
	background-color: DBDBDB;
	/*background-image:url(http://incised.net/alan/images/alan_pintings_bg.jpg);*/
	background-repeat:repeat-y;
	padding-left: 100px;
	padding-right: 5px;
	padding-bottom: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #666666;
	text-align: left;
	width: 670px;
}

#nav {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	word-spacing: 8px;
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
}


#nav a:link 
{
	color: #666666;
	text-decoration: none;
}

#nav a:visited 
{
	color: #888888;
	text-decoration: none;
}

#nav a:hover
{
color: #333333;
border-color: #999999;
}

#nav #current
{
	background: #FFFFFF;
	border-bottom: 1px solid white;
	color: #333333;
}


#footer {
	margin: 0px auto;
	padding: 0px;
	width: 796px;
	height: 24px;
	text-align: center;

}
#subhead {
	font-family: Georgia, "Bell MT", Century, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #999999;
	text-align: right;
	margin-top: -9px;
	margin-bottom: -9px;
	padding-bottom: -9px;
	border: 0px;
}

a:link 
{
	color: #333333;
	text-decoration: underline;
}

a:visited 
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #666666;
	border-color: #999999;
	text-decoration: underline;
}

#switch 
{
	float:left; 
	text-transform: uppercase;
	font-size:80%;
	padding-top:-90px;
	
}
