body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #222;
	text-align: center;
}
body {
	background-color: #1d392b;
	background-image: url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#nav {
	background-color: #e26b02;
	text-align: center;
	height: 40px;
	width: 950px;
	margin: 40 auto 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 1px solid #000;
	color: #efefef;
}
.nav_text td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	color: #E5E5E5;
}
.nav_text td a:hover {
	text-decoration:none;
	color: #ffffff;
}
#main {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;
	background-color: #ffffff;
	width: 900px;
	border: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#000;
	overflow:visible;
	display:inline-block;
}
#main_head {
	height: 170px;
	width: 900px;
	display:inline-block;
	background-color: #f6e5c1;
	border: 1px;
	border-bottom-style: solid;
	border-color:#000;
}
#content {
	padding: 25px;
}
.logo_box {
	background-image:url(images/right_bg.png);
	background-repeat:repeat-y;
	width: 265px;
	height: 476px;
	float:right;
	position:absolute;
	left: 634px;
	top: 0px;
	opacity: 0.70;               /* newer Mozilla and CSS-3 */
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.70;           /* Mozilla 1.6 and below   */
}
#logo_box_content {
	padding: 0px 18px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.button_box {
	width: 265px;
	float:left;
	left: 0px;
	position:absolute;
	top: 0px;
}
a:link {
	color: #1d392b;
	text-decoration: none;
}
a:visited {
	color: #1d392b;
	text-decoration: none;
}
a:hover {
	color: #1f4b35;
	text-decoration: underline;
}
a:active {
	color: #1d392b;
	text-decoration: none;
}
#bottom {
	background-color: #f6e5c1;
	margin: 0 auto 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;
	display: inline-block;
	width: 900px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#bottom_left {
	width: 280px;
	margin: 15px 0px 0px 20px;
	padding: 0 20px 0 0;
	float: left;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #954702;
}
#bottom_right {
	width: 510px;
	margin: 15px 20px 0px 5px;
	float: right;
	display: inline-block;
}
h1 {
	font-size: 24px;
	color: #000;
}
h2 {
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #000;
}
h5 {
	font-size: 12px;
	color: #954702;
}
h6 {
	font-size: 10px;
	color: #111111;
	font-style:italic;
	margin-left: 10px;
}
.popwin {
    position:absolute;
    visibility:hidden; 
    width:500px;
    height:350px;
    overflow: visible;
    margin-left: 50px;
    margin-top: -250px;
    padding: 10px;
	
}
