@charset "utf-8";
html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	text-align: center;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding: 0px;

	}
.main #container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
 /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.main #header {
	background: #FFF url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
	border-top: 1px solid #4CC417;
	border-left: 1px solid #4CC417;
	border-right: 1px solid #4CC417;
	}
.main #menu {
	font-weight: bold;
	font-size: 11px;
		width: 900px;
	background-color: #008400;
	background:url(../images/layout/menu_bg.png);
	border: 1px solid #4CC417;
	}
.main #menu ul {
	width: 100%;
	padding: 5px 50px;
	margin: 0;
	text-align: left; /*set value to "center" for example to center items*/
	}
.main #menu ul li {
	display: inline;
	color: #FFFFFF;
	padding: 3px 0;
	padding-right: 10px;
	margin: 0;
	text-decoration: none;
	}
.main #menu ul li a {
	color: #FFFFFF;
	padding: 3px 0;
	padding-right: 10px;
	margin: 0;
	text-decoration: none;
	}
.main #menu ul li a:hover {
	color: #494949;
	}
.main #mainContent {
	width: 900px;
	background: #52A300;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	padding-bottom:32px;
	margin: 0px;
	border-left: 1px solid #4CC417;
	border-right: 1px solid #4CC417;
	}
.main #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 26px;
	width: 900px;
	border: 1px solid #4CC417;
	background-image:url(../images/layout/menu_bg.png);
	} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-weight: bold;
	}
input {
	background: #FFF;
	border: 1px solid #666;
	}
.main #logo {
	position: absolute;
	top: 40px;
	padding-left: 50px;
	/* background: url(../images/layout/wisalogo.gif); */
	background-repeat: no-repeat;
	width: 120px;
	height: 150px;
	}
.main a img {
	border: none;
	}
