#container {
	top: 0px;
	width: 750px;
	min-height: 1000px;
	overflow: visible;
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #B7E6EC;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

* html #container { height: 1000px; } /* for ie */
html>body #container { height: auto; } /* for mozilla firefox */

#content {
	top: 265px;
	left: 18px;
	width: 690px;
	min-height: 500px;
	height: auto;
	margin: 0px;
	padding: 10px;
	padding-bottom: 150px;
	z-index: 10;
	position: relative;
	border: none #000 1px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	overflow: visible;
	background-color: #FFFFFF;
}

* html #content { height: 500px; } /* for ie */
html>body #content { height: auto; } /* for mozilla firefox */

#header {
	top: 0px;
	left: 18px;
	width: 710px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	position: absolute;
	border: none #fff 1px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/background.jpg);
}

#header a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
}

#header a:link {
	color: #42507A;
}

#header a:active {
	color: #FFFFFF;
}

#header a:visited {
	color: #556C96;
}

#header a:hover {
	color: #FFFFFF;
}

#loginform {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: -5px;
}

