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

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

#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;
	clear:both;
}


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

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

#nav a:hover
{
color: #A9A9A9;
}

#footer {
	margin-top: 50px;
	padding: 0px;
	font-size:70%;
	text-align: center;
	border-top: 1px solid #666666;

}

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%;
	position:relative;
	top:-18px;
}

table {
	margin: 0px;
	padding: 0px;
}
