body { 
	background: #3e78c8 url("images/bg.png");
	font: 10pt georgia, serif; 
	}
input {
	border: 1px solid #000;
	}
textarea {
	border: 1px solid #000;
	}
img { 
	border: 0px;
	}
table {
	border-style: none;
	border-spacing: 0px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003c8e;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003c8e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}
#menuitems a:hover, a:active { 
	text-decoration: none; 
	color: #000;
	}
#main {
	position: relative;
	left: 50%;
	margin-top: 0px;
	margin-left: -400px;
	width: 800px;
	background: #ffffff url("images/mainbg.png") repeat-y;
	}
#content {
	position: relative;
	left: 35px;
	width: 730px;
	}
#header {
	width: 800px;
	height: 200px;
	background: transparent url("images/header.jpg") no-repeat top left;
	}
#header h1 {
	display:none
	}
#menu {
	width: 800px;
	height: 36px;
	background: transparent url("images/menu.png") no-repeat top left;
	}
#menuitems {
	position: relative;
	top: 5px;
	left: 35px;
	width: 730px;
	text-align: center;
	}
#footer {
	width: 800px;
	height: 55px;
	background: transparent url("images/footer.png") no-repeat top left;
	}
#footer_text {
	position: relative;
	top: 8px;
	left: 35px;
	width: 730px;
	text-align: center;
	}
#preview {
	width: 100px;
	height: 75px;
	}
#descript {
	font: 10pt georgia, serif; 
}
