* {
	margin:0px;
	padding:0px;
}
a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:FF0000;}
a:hover {text-decoration: underline; color:FF0000;}

#header {
}

#main {
	width:810px;
	margin:auto;
}

h1{
	color:#FFFFFF;
}
h2 {
	background-color: #FFF2BE;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:20px;
	margin-top:20px;
	letter-spacing: 0.1em;
	color: #FF3300;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

#MailForm {
	margin:auto;
	width:810px;
}

#MailForm table {
	width:810px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #CCC;
}
#MailForm th {
	background-color:#FFFBEA;
	font-size:85%;
	width:130px;
	letter-spacing:0.5em;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #CCC;
}
#MailForm td {
	font-size:85%;
	letter-spacing:0.1em;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #CCC;
}
#MailForm input{
	border: 1px solid #CCCCCC;
	padding:5px;
	margin:10px;
}
.button-area {
	text-align:center;
	padding:10px;
}
.button {
	margin:10px;
	padding:5px;
	border-width:1px;
}

#footer {
	width:810px;
	margin:auto;
	background-color:#FFCC66;
	padding:10px;
	text-align:center;
}
#footer p {
	font-size:85%;
	text-align:center;
}
