* {margin:0;padding:0;border:0;}
html, body { height: 100%; overflow-x: hidden; overflow-y: auto; }
body {
	background-color: #b2b1b9;
	font-family: Arial;
	font-size: 11px;
}


/***** containers *****/
#wrap {
	width: 1039px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(images/content-bg.png) repeat-y center;
	margin: 0 auto -198px auto;
}
#wrap .push {
	clear: both;
	height: 198px;
}

#left img { float: right; margin: 0 15px 0 0; }
#left {
	float: left;
	width: 222px;
	height: 100%;
	background: url(images/left-bg.png) no-repeat;
	padding-top: 253px;
}

#right {
	float: left;
	width: 222px;
	height: 197px;
	background: url(images/right-bg.png) no-repeat;
}

#container {
	float: left;
	width: 595px;
	height: 100%;
}


/***** header *****/
#header {
	width: 595px;
	height: 64px;
	background: url(images/header.jpg) no-repeat;
	padding: 113px 0 0 0;
}
#header ul {
	width: 559px;
	height: 34px;
	list-style: none;
	margin: 0 18px;
}
#header li { float: left; }
#header li img { margin-top: 9px; }
#header li a {
	display: block;
	height: 34px;
	padding: 0 11px;
}
#header li a:hover { background-color: #1d0f86; }
#selected { background-color: #1d0f86; }


/***** content *****/
#content {
	width: 511px;
	padding: 45px 52px 0 32px;
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #231085;
	margin-bottom: 10px;
}

#content p {
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 13px;
}

#content a:hover {
	text-decoration: underline;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
}


/***** footer *****/
#footer {
	width: 1039px;
	height: 198px;
	margin: 0 auto;
}
#footer .note {
	float: left;
	width: 172px;
	height: 23px;
	color: #989898;
	padding: 175px 0 0 50px;
}
#footer .mid {
	float: left;
	width: 595px;
	height: 198px;
	background: url(images/footer.jpg) no-repeat;
}
#footer li {
	float: left;
	list-style: none;
	margin: 40px 2px 25px 14px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
#footer a:hover {
	text-decoration: underline;
}

#footer a {
	color: #9D9DA8;
	text-decoration: none;
}
#input, textarea, select {
	border:1px solid #214c74;
	padding:2px;
	color:#214c74;
}
.input {
	width: 150px;
	border: 1px solid #214c74;
	padding: 2px;
	color: #214c74;
}
