html, body {
	height: 100%;
	background: #ffffff url('images/bg.png') repeat-x top left;
}

fieldset {
	border: none;
	margin: 0; padding: 0;
}
legend {
	display: none;
}
textarea {
	height: 100px;
}

label {
	display: block;
}
button {
	font-weight: bold;
	cursor: pointer;
	margin: 6px 0px;
}


#header {
	background: transparent url('images/bg_grad.png') no-repeat top center;
	height: 440px;
	padding-top: 20px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#iewarning {
	padding: 20px;
	border-bottom: 2px solid #cccccc;
	text-align: left;
	background: #000000;
	color: #ffffff;
}
#iewarning h2 {
	color: #ffffff;
}
#iewarning a {
	color: #d4d4d4;
}


#logo, #logo a {
	width: 335px;
	height: 80px;
	float: left;
}
#logo a {
	display: block;
	text-indent: -10000px;
	background: transparent url('images/2.png') no-repeat right top;
}

#mainmenu {
	float: right;
	margin: 0;
	padding-top: 55px;
	padding-right: 10px;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px 6px;
}
#mainmenu li a {
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainmenu li a.selected {
	color: #6a96a8;
}

.container {
	width: 980px;
	margin: 0 auto;
}

#footer_spacer {
	height: 100px;
	clear: both;
}
#footer {
	border-top: 1px solid #b7b7b7;
	background: #eeeeee;

	height: 100px;
	width: 100%;

}
#footer ul {
	margin: 0px;
	padding: 6px 0px 0px 10px;
}
#footer p {
	margin: 0px;
	padding: 6px 0px 0px 10px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer li a {
	display: inline-block;
	border-right: 1px solid #d4d4d4;
	padding: 0px 8px 0px 4px;
	color: #666666;
	text-decoration: none;
}
#footer li:last-child a {
	border-right: none;
}

#copy {
	color: #848484;
	font-size: 11px;
}