* {
	margin:				0;
	padding:			0;
}
body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#333333;
	background-color:	#fff;
	background-image:	url(../images/small_back.gif);
	background-repeat:	repeat-x;
}
h1 {
	font-size:			24px;
	margin-bottom:		10px;
}
textarea {
	display:			inline;
	margin-top:			2px;
	border:				1px solid #333;
	background:			#eee;
}
input {
	display:			inline;
	margin-top:			2px;
	border:				1px solid #333;
	background:			#eee;
	height:				18px;
}
label {
	display:			inline;
	float:				left;
	margin-top:			2px;
	width:				100px;
	line-height:		18px;
}
.center_container {
	display:			block;
	position:			absolute;
	margin-left:		50%;
	left:				-355px;
	width:				710px;
}
.top_menu_container {
	text-align:			right;
	padding-right:		30px;
}
#top_menu li {
	display:			inline;
	list-style:			none;
	margin-left:		10px;
	text-transform:		uppercase;
	font-size:			10px;
}
#top_menu li a {
	color:				black;
	text-decoration:	underline;
}
#top_menu li a:link {
	color:				black;
	text-decoration:	none;
}
#top_menu li a:visited {
	color:				black;
	text-decoration:	none;
}
#top_menu li a:hover {
	color:				black;
	text-decoration:	underline;
}
.content {
	display: 			block;
	float:				left;
	background:			url(../images/rounded.gif) no-repeat;
	margin:				5px 0 0 5px;
	padding:			30px 10px 30px 10px;
	vertical-align:		middle;
	line-height:		18px;
	height:				230px;
	width:				440px;
}
#main_menu {
	float:				right;
	margin-top:			5px;
	margin-right:		5px;
}
#main_menu li {
	display:			inline;
	list-style:			none;
	margin:				0 0 0 15px;
}
.footer {
	display:			block;
	background:			url(../images/rounded_small.gif) no-repeat;
	float:				right;
	margin-top:			15px;
	padding:			7px;
	height:				46px;
	width:				211px;
}
.footer img {
	margin-left:		40px;
}