body{
	margin-top: 20px;

}
#header{
	margin-bottom: 10px;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:915px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 915px;
	height: 42px;
	font-weight: bold;
	color: #e79e9a;
	line-height: 42px;
	float: left;
	background-color: #bd2c27;
	margin-bottom: 10px;
}

#nav a{
	text-decoration: none;
	padding-right: 25px;
	padding-left: 30px;
	color: #e79e9a;
}

#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#on {
	color: #FFF;
	text-decoration: underline;
}

.content {
	width: 873px;
	float: left;
	border: 1px solid #DEDDE5;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #BD2C27;
}


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: justify;
}

.body a{
	text-decoration: underline;
	color: #75c1db;
	font-weight: bold;
}

.body a:hover{
	color: #BD2C27;
	text-decoration: none;

}

#footer {
	width: 896px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #BD2C27;
	float: left;
	height: 42px;
	padding-left: 20px;
	line-height: 45px;
	background-color: #f2f1ec;
}
	
#footer a {
	text-decoration: none;
	color: #BD2C27;
}
	
#footer  a:hover {
	color: #BD2C27;
	text-decoration: underline;
}
#bottomlinks{
	float: right;
	padding-right: 20px;
}

#bottomlinks a{
	color: #BD2C27;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#bottomlinks a:hover{
	color: #BD2C27;
	text-decoration: underline;
}
#copyright{
	float: left;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
}
#error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FE0000;
	text-indent: 250px;
}
.red {color: #FE0000
}

