#main_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	clear: both;
	min-width: 800px;
	background-image: url(/img/content.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}
#separate {
	clear: both;
	float: left;
	height: 10px;
	width: 740px;
}
#body {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	clear: both;
	margin-left: 30px;
	min-height: 325px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 828px;
	text-align: left;
	height: auto;
	position: absolute;
	background-color: #FFFFFF;
	visibility: visible;
	margin-left: 50%; /* centering trick */
	left:-400px; /* centering trick */
	z-index: 1;
	margin-bottom: 25px;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: -8px;
}
#header {
	background-image: url(/img/header.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	float: left;
	width: 800px;
}
#menu {
	background-image: url(/img/menu.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	float: left;
	width: 800px;
}
#footer {
	background-image: url(/img/footer.jpg);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	float: left;
	width: 800px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	float: left;
	clear: both;
	width: 850px;
	background-image: url(img/copyright.jpg);
	padding-top: 9px;
	background-repeat: no-repeat;
	height: 20px;
	margin-right: 25px;
	margin-left: -25px;
	background-position: center;
	background-color: #FFFFFF;
}
#button {
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 100px;
	padding-top:2px;
}
#login {
	background-color: #aad3ef;
	clear: both;
	float: right;
	height: auto;
	width: 150px;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
	min-height: 175px;

}
fieldset {
	border: 2px solid #027ec6;
}
legend {
	font-weight: bold;
	background-color: #CCCCCC;
}
h2 {
	clear: both;
	height: auto;
	width: 740px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
}
