﻿/* General styles */
div {
	margin: 0px;
	padding: 0px;
}
.clear {
	margin : 0px;
	height : 1px;
	font-size : 1px;
	clear : both;
	line-height : 0px;
	overflow : hidden;
}
body {
	background-color: #ffffff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #4A4040;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5;
}
/* The layout */
#wrapper {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	border: solid 1px #4A4040;
}
#header {
	width: 1000px;
	height: 130px;
	display: inline-block;
	margin-bottom: 0px;
	background: url('../Images/header_bg.jpg') no-repeat;
	text-align: center;
}
#left_side /* Flash */ {
	width: 537px;
	height: 363px;
	display: inline-block;
	float: left;
	background-image: url(../Images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}
#content {
	width: 425px;
	height: 363px;
	display: inline-block;
	padding: 0 33px 0 5px;
	float: right;
	text-align: left;
	overflow: auto;
	background-image: url(../Images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	width: 1000px;
	height: 60px;
	clear: both;
	text-align: right;
	background-image: url(../Images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* The inner styles */
#header .logo {
	display: inline-block;
	width: 523px;
	height: 91px;
	display: inline-block;
	margin: 0;
	float: left;
	padding-top: 9px;
}
#header .menu {
	width: 1000px;
	height: 26px;
	display: inline-block;
	background-image: url(../Images/menu_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-left: 0px;
	margin-top: 4px;
	/* border: solid 1px #000000; */
}
#header .menu ul {
	margin: 0px 0px 0px 2px;
	padding: 0;
	width: 998px;
	height: 26px;
	list-style-type: none;	
}
#header .menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#header .menu ul li a {
	line-height:26px;
	display: block;	
	height: 26px;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	color: #171818;
	padding: 0 11px 0 11px;
}
#header .menu ul li a:hover {
	color: #0073BC;
	background-image: url(../Images/menu_bg2.png);
	background-repeat: repeat-x;
}
#footer .bottom_menu {
	width: 400px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#footer .bottom_menu ul {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 40px;
	list-style-type: none;
}
#footer .bottom_menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer .bottom_menu ul li a {
	display: block;
	width: 100%;
	height: 40px;
	text-decoration: none;
	font-size: 14px;
	font-family: times;
	line-height: normal;
	color: #474444;
	font-family: arial;
}
#footer .bottom_menu ul li a:hover {
	text-decoration: underline;
}
#footer .copyrigh {
	display: inline-block;
	float: right;
	margin-top: 35px;
	margin-right: 5px;
}
h1 {
	color: #de3830;
	font-weight: normal;
	font-size: 19px;
	margin-top: 5px;
}
h2 
{
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txtbox {
	width: 200px;
}
/* Admin styles */
#content_admin {
	width: 980px;
	display: inline-block;
	padding: 0 10px 0 10px;
	text-align: left;
}
#footer_admin {
	width: 1000px;
	height: 60px;
	text-align: right;
}
#footer_admin .copyrigh {
	display: inline-block;
	float: right;
	margin-top: 35px;
	margin-right: 5px;
}

