body {
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #3A4778;
	color: #335;
	font-family: Arial, Century Gothic, sans-serif; 
	font-size:12px;
	letter-spacing: .04em;
	padding: 0px;
	margin: 0px;
}
a {color: #66A; text-decoration: none; font-weight: bold;}
a:visited {color: #336}
a:hover {color: blue}

h1 {
	color: #339;
	font-size: 16px;
	margin: 15px;
	text-align: left;
}

h2 {
	color: #339;
	font-size: 14px;
	text-align: left;
}

h3 {
	color: #99F;
	font-size: 12px;
	text-align: left;
	margin: 3px;
}

img {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 15px 10px 15px;
}

#container {
	background-image: url(../images/container.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	height: 780px;
	padding-top: 10px;
}

#header {
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 850px;
	height: 125px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	text-align: center;
	font-size: 12px;
}
#header table {
	margin-top: 100px;
	padding: 0px;
	width:840px;
	height: 10px;
}

#header a {color: #335}
#header a:visited {color: #447}
#header a:hover {color: #AAF}

#content, iframe {
	width: 840px;
	height: 590px;
	position: relative;
}

#left {
	width: 380px;
	height: 590px;
	border-right: solid 1px #EEF;
	margin: 0px;
	float: left;
	text-align: left;
	padding-left: 10px;
	position: relative;
}
#left h1{
	margin-left: -3px;
	letter-spacing: 0.1em;
}
#left p{padding-right: 10px}

#right {
	width: 430px;
	height: 590px;
	max-height: 570px;
	float: right;
	padding-top: 20px;
	overflow: auto;
}
#right p, #right li, #right h2 {
	text-align: left;
	padding-right: 10px;
}

#footer {
	margin: 20px auto;
	color: white;
	font-weight: bold;
	letter-spacing: .06em;
}
#footer a {color: #CCF}
#footer a:hover {color: #EEF}

#home_btns {
	float: right;
	margin: 0px;
	padding: 0px;
	width:420px;
	height: 585px;
}
#home_btns img {
	float: right;
	margin: 0px;
	padding: 0px;
}

#bottom_img {
	margin:0px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

form {
	width:400px;
	border: solid 1px #99F;
	padding: 5px;
}

input {
	width:330px;
	border: solid 1px #99F;
	float:right;
	font-family: Century Gothic, Arial, sans-serif; 
	font-size:12px;
}

textarea {
	width:390px;
	height: 200px;
	border: solid 1px #99F;
	font-family: Century Gothic, Arial, sans-serif; 
	font-size:12px;
}