body {
	background-color: #00B18C;
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

a { color: black; text-decoration: none; }
a:hover{ color: #00B18C; }

h1 {
	font-size: 16px;
	margin: 3px 0px;
}

h2 {
	font-size: 14px;
	margin: 3px 0px;
}

h3 {
	font-size: 12px;
	margin: 3px 0px;
}

#container {
	width: 800px;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
}

#header {
	borderV: solid 1px #00A0B0;
	marginV: 10px auto;
	height: 120px;
}

#nav {
	background-image: url(../images/bg_nav.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
}
#nav a { color: #333; }
#nav a:hover { color: #00B18C; }
#nav span { margin: 0px 10px 0px 30px; }


#flash {
	width: 450px;
	height: 350px;
	text-align: left;
}

#copy {
	font-size: 14px;
	height: 305px;
	text-align: left;
	overflow: auto;
}

#footer {
	color: white;
	text-align: center;
}
#footer a { color: white; }
#footer a:hover { color: black; }

#input_txt {
	height: 12px;
	width: 400px;
	margin: 0px auto;
}

#text_area {
	height: 100px;
	width: 530px;
	margin: 0px auto;
}

#sub_btn { float: right; }
