img { display: block; }
body {
	background-color: #6c6;
	text-align: center;
}
#container {
	width: 620px;
}
#body form {
	padding-left: 10px;
}

#logoCont {
	height: 159px;
	width: 620px;
}
#main {
	width: 600px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	top: 0px;
}
#body p {
	padding-left: 10px;
	padding-right: 10px;
}

#body h1 {
	padding-left: 10px;
	font-size: 16px;
	}
#body h2 {
	font-size: 1.3em;
	padding-left: 10px;
	font-style: italic;
	}
#menu {
	background-color: #090;
	background-repeat: repeat-x;
	width: 600px;
	top: 0px;
	margin: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	text-align: center;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	width: 600px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}
#footer {
	background-color: #090;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 620px;
	padding: 0px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	vertical-align: bottom;
	margin: 0px;
	top: 0px;
}
#footer a { color: #ccc; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: none; }
#nav {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}
#nav li {
	display: inline;
	margin: 0px;
	margin-left: -4px;
}

.bar {
	margin: 0px;
	padding: 0px;
}
#nav li a{ color: #fff; 
	text-decoration: none;
	padding: 0.2em 1em;
	border-right: 1px solid #fff; }
#nav li a:hover { color: #fff; 
	text-decoration: none;
	background-color: #0C0; }
#menu #active { border-left: 1px solid #fff; }
input {
	border: thin solid #F90;
	background-color: #fff;
}
select {
	border: thin solid #F90;
}
textarea {
	border: thin solid #F90;
}

#submit:hover {
background-color:#CCC;
}
