html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#container {
	width: 900px;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -53px;
	margin-left: auto;
	border: 1px solid #333;
}

#header {
	height: 106px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#middle {
	text-align:left;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#text {
	width: 500px;
	margin-left: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	position: relative;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #333;
}
#nav {
	height: 36px;
	width: 600px;
	float: right;
	margin-top: 69px;
}

#nav a:hover {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	color: #099;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#nav a {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	display: block;
	height: 36px;
	width: 100px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	height: 36px;
	width: 100px;
	float: left;
}
#logo {
	width: 250px;
	float: left;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 5px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 1px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: lighter;
	color: #069;
	letter-spacing: 1px;
}
#text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #355772;
}
#text a:hover {
	color: #509EAB;
}
#text ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
