.marquee {
	position:relative;
	overflow:hidden;
	width:796px;
	height:120px;
	border-color:#999999;
	border-style:solid;
	border-width:2px;
}

body, .mainbody {
	margin:0px;
	margin-bottom:10px;
	margin-top:4px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
}

.mainbody {
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#EFF1F5;
}

.mainwrap {
	display:block;
	width:800px;
	text-align:left;
}

.text_in {
	display:block;
	float:none;
	width:500px;
	padding-left:150px;
	padding-right:150px;
	margin-bottom:20px;
	background-image:url(images/art_back.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

h1, h2, h3 {
	font-weight:100;
	margin-top:4px;
	margin-bottom:4px;
}

.half {
	display:block;
	float:left;
	width:380px;
	margin-left:10px;
	margin-right:10px;
}

form {
	margin:0px;
}

input, textarea {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	margin-bottom:4px;
	padding:3px;
	background-color:#E9E9E9;
}

a:link, a:active, a:visited { color:#990000; text-decoration:none; }
a:hover { color:#CC6600; text-decoration:underline; }
