@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.formInput {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
}

.mainContainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	height:150px;
	width:800px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.button {
	background-image:url(images/button-bg.jpg);
	width:151px;
	height:50px;
	text-align:center;
}

.buttonText {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.buttonText:hover {
	text-decoration:underline;
}

.menu {
	float:left;
	width:180px;
}

.content {
	float:left;
	width:620px;
}

.contentEdit {
	float:left;
	width:800px;
}

.footer {
	font-size:9px;
	color:#999999;
	text-align:center;
}	

.clear {
	clear:both;
}
