body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #273939;
	font-family: Times New Roman, Arno Pro, Arial;
	font-size: 14px;
	/* background-image: url("images/bg.jpg"); */
}

div#top {
	width: 1128px;
	height: 47px;
	margin: 0 auto;
}

div#header {
	background-image: url("images/header_2.jpg");
	background-repeat: no-repeat;
	width: 1128px;
	height: 56px;
	margin: 0 auto;
}

div#header h1 {
	margin-top: 0px;
	position: relative;
	top: 70%;
	padding-left: 260px;
	position: relative;
	font-size: 20px;
}

div#middle {
	background-image: url("images/content_bg_2.jpg");
	background-repeat: repeat-y;
	width: 1128px;
	margin: 0 auto;
}

div#menu {
	float: left;
	width: 250px;
}

div#content {
	float: left;
	width: 678px;
}

div#txt {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 40px;
	color: #2b3e40;
}

div#txt img {
	border-width: 3px;
	border-style: solid;
	margin: 5px 5px 5px 5px;
}

div#bottom {
	background-image: url("images/bottom_2.jpg");
	background-repeat: repeat-x;
	height: 227px;
}

div#wrapper{
	width: 1128px;
	margin: 0 auto;
}

div#footer {
	background-image: url("images/footer.jpg");
	width: 1128px;
	height: 127px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
	color: #e2e8b8;
	font-size: 12px;
}

ul.pages {
	margin: 0px 0px 0px 0px;
	padding-left: 60px;
	font-weight: bold;
}

ul.pages li {
	list-style-type: square;
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

ul.pages li a {	color: #444444;	font-size: 12px; font-weight: normal; text-decoration: none; }
ul.pages li a:visited {	color: #444444;	font-size: 12px; font-weight: normal; text-decoration: none; }
ul.pages li a:hover { color: #444444; font-size: 12px; font-weight: normal; text-decoration: none; }

div.section {
	font-size: 16px;
	padding-left: 25px;
	font-weight: bold;
}

a.section_link { font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
a.section_link:visited { font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
a.section_link:hover { font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }

div.section img {
	margin: 0px 5px 0px 5px;
}