body {
	background-color: #E0EAEF;
	text-align: center;
}

#main {
        float:left;
	background-color: #FCF9F0;
	width: 595px;
	text-align: left;
	border: 1px solid #8A8575;
        margin-bottom:10px;
}

#header {
        float:left;
	background-color: #AFCCBA;
	height: 50px;
	width: 595px;
	text-align: right;
}

#rule {
        float:left;
        margin-bottom: 20px;
        width: 100%;
	height: auto;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DC8835;
	border-bottom-color: #DC8835;
	padding: 0px;
	font-size: 2px;
}

#footer {
width:100%;
clear:left;
text-align:center;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #DC8835;
font-size:10px;
}

form {
margin-left: 10px;
}

h1 {
	text-align: right;
	padding: 0px;
	color: #D3E2D9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	float: right;
	width: auto;
	margin: 19px 15px 0px 0px;
}

h2 {
color: #DC8835;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: large;
margin-left: 10px;
margin-top: 10px;
}

p {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}

a {
font-family: arial, helvetica, sans-serif;
font-size: 12 px;
color: #8A8575;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:visited {
color: #DC8835;
}

.example {
border-width: 1px;
border-style: solid;
border-color: #8A8575;
margin-left: 10px;
margin-right:10px;
float: left;
clear: left;
}

.group {
float:left;
clear:left;
}