* {
	margin: 0;
	padding: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../layout/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

ul {
margin-left: 20px;
padding: 0;
}

a {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #800080;
}
a:active {
	color: #FF0000;
}

h1 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.header {
	height: 155px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	border: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header/1.jpg);
	background-repeat: no-repeat;
}

.header #rt {
	background-image: url(../images/header/2.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 155px;
	width: 483px;
}

.menu {
	height: 25px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.left_col {
	float: left;
	width: 366px;
	padding-right: -5px;
}
.left_col h1 {
	height: 42px;
	width: 366px;
	background-image: url(../layout/left_top.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.left_col #cont {
	height: auto;
	width: 326px;
	background-image: url(../layout/left_mid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: -8px;
	padding-right: 25px;
}
.left_col #bot {
	height: 20px;
	width: 366px;
	background-image: url(../layout/left_bot.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.right_col {
	float: right;
	width: 600px;

}
.right_col h1 {
	height: 42px;
	width: 600px;
	background-image: url(../layout/right_h1.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.right_col #home {
	height: 175px;
	width: 600px;
	background-image: url(../images/7-position.jpg);
}

.right_col #cont {
	width: 570px;
	background-image: url(../layout/right_mid.png);
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	margin-top: -8px;
}

.right_col #top {
	height: 20px;
	width: 600px;
	background-image: url(../layout/right_top.png);
	background-repeat: no-repeat;	
}

.right_col #bot {
	height: 20px;
	width: 600px;
	background-image: url(../layout/right_bot.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}

#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9933;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #CCC;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

.floatingright {
    float:right;
	margin-right: 5px;

    }
.floatingleft {
	float:left;
	margin-right: 5px;
}

.container h2
{
	font-size: 14px;
	font-weight: bold;
}

.container h3
{
	font-size: 16px;
	font-weight: bold;
}

.container h4
{
	font-size: 10px;
	font-weight: normal;
	float: right;
}
.container h5
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.container h6
{
	font-size: 18px;
	font-weight: bold;
}

.container b
{
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.container #s8 {
	font-size: 8pt;
}

.container h8 {
	color: #FF9933;
}
img
{
 border-color: black;
} 

.s8 {
	font-size: 8pt;
}