* {
	margin: 0;
	padding: 0;
	border: 0px;
}

body {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(img/dot.gif);
}
#container {
	position: absolute;
	width: 750px;
	margin-top: -210px;
	margin-left: -375px;
	text-align: left;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
}
#content {
	clear: both;
	background-color: #900;	
	width: 750px;
	min-height: 300px;
	border: 1px solid #fff;
	border-left: 0px;
	border-right: 0px;	
}
#content p {
	padding-top: 5px;
} 
#textarea {
	padding: 20px;
	color: #fff;
}
#top_left {
	float: left;
	font-size: 16px;
	width: 387px;
	height: 70px;
	background-color: #900;
	line-height: 35px;
	background-image: url(img/top.gif);	
}
#top_right {
	float: right;
	width: 363px;
	height: 70px;
}
#nav_top, #nav_bottom {
	width: 380px;
	height: 35px;
	font-size: 12px;
	text-align: center;
}
#nav_top a {
	background-color: #900; 
	display: compact;
	margin: 0px;
	color: #fff;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 34px;
	height: 34px;
	width: 120px;
	float: left;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #fff;
	border-right: 0px;
	border-top: 0px;	
}
#nav_bottom a {
	background-color: #900; 
	display: compact;
	margin: 0px;
	color: #fff;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 35px;
	height: 35px;
	width: 120px;
	float: left;
	vertical-align: middle;
	text-decoration: none;
	border: 0px;	
	border-left: 1px solid #fff;
}
#nav_top a:hover, #nav_bottom a:hover {
	background-color: #a1713f; 
	color: #fff;
}
#bottom_left {
	float: left;
	width: 389px;
	height: 50px;
	color: #fff;
	background-color: #900;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border_right: 1px solid #fff;	
}
#bottom_right {
	float: right;
	width: 361px;
	height: 50px;	
	background-image: url(img/top.jpg);
}
h2 {
	font-size: 14px;
	line-hight: 40px;
	color: #fff;
	text-align: center;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fc6;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: underline;
}
