/* COLOPHON
-----------------------------------------------------------------------------
	sheet:			main.css
	version:		1.0
	author:			pepper matrix
	
*/
body{
	margin: 0;
	padding: 0;
	text-align: center;
}
.entryPage {
	background: #9E931F;
}
.mainPage {
	background: #9E931F;
}
img {
	text-decoration: none;
	border: none;
}

a{
	text-decoration: none;
}
#entry a {
	background-repeat: no-repeat;
	background-position: center top;
	}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}




#entry { 
	text-align: center;
	padding-top: 260px;
}
#instruct {
	text-align: center;
	padding-top: 60px;
}
#siteInfo {
	width: 100%;
	float: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 270px 0px 5px 5px;
	color: #6E5201;
}

#copyright {
	float: left;
	padding: 0px;
	display: block;
	width: 300px;
	clear: right;
}
#pm{
	float: right;
	display: block;
	white-space: nowrap;
	text-align: right;
	margin-right: 5px;
	width: 200px;
}
#tele{
	float: right;
	display: block;
	white-space: nowrap;
	text-align: right;
	margin-right: 5px;
	width: 200px;
}

/* ****/
.content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#entry p, #instruct p {
	color: #6E5201;
	font-family: Tahoma, Vendana, sans-serif;
	font-size: 11px;
}

#instruct a {
	color: #000;
	text-decoration: underline;
}
#instruct a:visited{
	text-decoration: none;
	color: #000;
}
#instruct a:hover {
	text-decoration: none;
	color: #6E5201;
}

	

