* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d1d1d1;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	background-color: #333333;
	color: #eae7e7;
	width: 850px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px;
	border: #eae7e7 1px solid;
}

#header {
	height: 100px;
}

#nav {
	margin: 0px;
	width: 850px;
	text-align: right;
	height: 27px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	font: 17px Georgia;
	padding-top: 3px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#nav a:link,#nav a:active,#nav a:visited {
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
}

#nav a:hover {
	text-decoration: underline;
	color: #202b37;
}

.edit_body {
	line-height: 130%;
}

.edit_body a:link,.edit_body a:active,.edit_body a:visited,.edit_body a:hover {
	text-decoration: underline;
	color: #eae7e7;
}

#footer {
	height: 28px;
	width: 850px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0 auto;
	border-top: #eae7e7 1px solid;
	color: #eae7e7;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	background-color: #828795;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}

#login {
	height: 20px;
	padding: 5px;
	color: #eae7e7;
	font-family: tahoma;
	font-size: 10pt;
	text-align: right;
}

.field {
	color: #202b37;
	font-family: tahoma;
	font-size:8pt;
	background-color: #eae7e7;
	border: #000000 1px solid;
	padding: 4px;
}

label {
	width:130px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
	margin-top: 2px;
}

.error {
	padding: 2px;
	font-size: 8pt;
	font-family: tahoma;
	color: #950000;
	background-color: #f7c5c4;
	border: #ff0000 1px solid;
	margin-left: 5px;
}
