body {
	margin: 0;
	padding: 0;
	background: url(../images/bodyBG.jpg) repeat-x 0 0;
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	color: #444444;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
}
img {
	border: 0;
}
li {
	margin: 0;
	padding: 0;
}

table, td, div {
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 25px;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
#header div.red {
	background: url(../images/red-head-BG.jpg) repeat-x 0 0;
	float: left;
	padding: 5px 20px;
}
#header div.yellow {
	background: url(../images/yellow-head-BG.jpg) repeat-x 0 0;
	float: left;
	padding: 5px 20px;
}
#content {
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	clear: both;
	overflow: hidden;
}
#side {
	float: left;
	width:  230px;
}
#side div#logo {
	padding: 0;
}
#side div#search {
	padding: 10px;
}
#side div#search h1 {
	font: 16px "Arial Narrow";
	color: #E9AB20;
	margin: 0;
}
#side div#search input[type="text"] { 
	font: 16px Arial, sans-serif;
	padding: 1px 3px;
	border: 1px solid #EDDBA0;
	color: #000;
	float: left;
	margin-top: 5px;
}
#menus h1 {
	padding: 0 0 0px 0px;
	margin: 0;
	color: #496A8F;
	font: 16px "Arial";
}
#menus a:link, #menus a:visited {
	color: #444444;
	text-decoration: none;
	display: block;
	padding: 3px 0 0 0px;
}
#menus a:hover, #menus a:active {
	background: #F1F2F2;
        color: #867E7E;
}
#menus div.block {
	padding: 0px;
}
#menus span.new {
	color: #FF0000 !important;
}
#inner {
	float: left;
	width: 769px;
	background: #EEEEED;
}
.flash {
	width: 700px;
	height: 331px;
}
.menu {
	background: url(../images/conent-menu-BG.jpg) no-repeat 0 0;
	height: 35px;
	color: #FFF;
	font-size: 14px;
	padding: 10px 10px;
}
.menu .logIn {
	float: left;
	color: #90949A;
	font-size: 16px;
	padding: 0 8px;
	text-decoration: none;
}
.menu .logOut {
	float: left;
	color: #FFF;
	font-size: 16px;
	padding: 0 19px;
	text-decoration: none;
}
.menu .goRight {
	float: right;
	width: 180px;
}
.info {
	margin: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #E3E3E2;
	width: 740px;
	height: 600px;
}
.info a:link, .info a:visited {
	color: #386CC7;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.info h1 {
	font: 14px Arial;
	color: #335672;
}
#inner .info .paragraph {
	padding-top: 10px;
	clear: both;
}
#footer {
	padding: 20px 0;
}
/*static classes*/
.clear {
	overflow: hidden;
	clear: both;
}


































