@charset "UTF-8";
body {
	background-image: url(../images/wallpaper_small.gif);
	text-align: center;
}
p {
	text-align: left;
	color: #AD7382;
}
a:hover {
	color: #C00;
}
a:active {
	color: #F00;
}
a:link {
	color: #A76F6F;
	text-decoration: none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
a:visited {
	color: #A76F6F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

#menubox {
	width:840px;
	height:230px;
	z-index:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	color: #C5858B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}

#content {
	width:740px;
	z-index:1;
	background-image: url(../images/transparent.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #C5858B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
    line-height:140%;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CCC;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #DEB286;
	text-align: left;
}
form {
	text-align: left;
}
#linksite {
	text-decoration: underline;
	color: #CC9;
	font-size: 12px;
}
