* {
	margin:0px;
	padding:0px;
}

html {
	overflow:auto;
}

body {
	background:url(../images/Backgr_bk_1680_1080.jpg);
	font-family: Arial, Helvetica, sans-serif;
	}

a:link {
	text-decoration:none;
}

#wrapper {
	width:989px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}

#header {
	width:989px;
	height:198px;
	clear: none;
	padding:0px;
}

#top {
	width:989px;
	height:50px;
	background-image:url(../images/Topmenu_bg.png);
}

#scrollmargintop {
	width:989px;
	height:12px;
}

#scrolltext {
	width:600px;
	height:24px;
	margin-left:305px;
	margin-right:84px;
	background-color:#000;	
	filter:Alpha(opacity=60);
    opacity:0.6;
    moz-opacity:0.6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
	
#side1eft {
	background-image:url(../images/Sides_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	height:400px;
	width:31px;
}

#navibox {
	width:140px;
	height:330px;
	background-image: url(../images/Logo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	float:left;
	padding-top:35px;
	padding-bottom:35px;
	padding-right:25px;
	padding-left:25px;	
	
}

#middle {
	width:35px;
	height:400px;
	float:left;
	background-image: url(../images/Sides_bg.jpg);
	background-repeat: no-repeat;
}

#content {
	height:330px;
	width:600px;
	float:left;
	padding-top:35px;
	padding-bottom:35px;
	padding-right:50px;
	padding-left:50px;	
	background-image: url(../images/content.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
}

#content_index {
	width:615px;
	height:320px;
	overflow:auto;
}

#sideright {
	background-image:url(../images/Sides_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	height:400px;
	width:33px;
}

#bottom {
	background-image:url(../images/Bottom_bg.png);
	height:50px;
	width:989px;
	float:left;
}

#footer {
	height:20px;
	width:650px;
	padding-left:285px;
	padding-right:54px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
	text-decoration:none;
	float: left;
}

