body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #6D90C6;
	scrollbar-face-color: #E03287;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #E03287;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}
#container{
	width:1000px;
	height:750px;
	background:url(../images/main.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height:182px;
	text-align:center;
}
#container .elements{
	width:268px;
	height:107px;
	float: left;
	margin-left: 61px;
	margin-top: 24px;
	text-align: left;
	
}
#container .elements h1 {
	background-color: #1486c7;
	text-align: right;
	margin: 0px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#container .elements p {
	margin: 0px;
}

#header .smenu, #header .ssmenu{
	text-align:left;
	margin-top:10px;
	float: left;
	margin-left: 365px;
	clear: left;
	width: 630px;
}

.smenu a, .smenu .selected:hover, .ssmenu a{
	text-decoration:none;
	background:url(../images/smenu_off.jpg) no-repeat;
	width:175px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	margin-left:5px;
	float: left;
	clear: none;
}
.smenu a:hover, .smenu .selected,.ssmenu a:hover{
	background:url(../images/smenu_on.jpg) no-repeat;
	color:#000000;

}

.ssmenu a, .ssmenu .selected:hover{
	background:url(../images/ssmenu_off.jpg) no-repeat;
	width:125px;
	color:#FFFFFF;
}
.ssmenu a:hover, .ssmenu .selected{
	background:url(../images/ssmenu_on.jpg) no-repeat;
	color:#000000;
}


#menu{
	text-align:left;
	padding-left:15px;
	width:270px;
	float: left;
	clear: left;
}
#content{
	float:left;
	width:560px;
	height:485px;
	text-align: left;
	margin-top: 35px;
	overflow: auto;
	clear: right;
	margin-left: 70px;
}
#content ul {
	list-style-image: url(../images/bull.jpg);
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	clear: both;
	width: 95%;
	text-align: right;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer2 {
	background-image: url(../images/bottom.png);
	height: 130px;
	width: 810px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	text-align: left;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 100px;
}

