HTML {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}
#content{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.main{
	width:auto;
	height:auto;
}
#page_bg {
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	background-color: #E8E8EC;
	background-repeat: repeat-x;
	background-image: url(../images/pagbg.png);
	background-position: left top;
}
#page{ 
	text-align:left; 
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:50px;
	width:860px;
	height:100%;
	
}
#headerleft {
	height: 155px;
	width: 209px;
	background-image: url(../images/headerleft.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headeright {
	height: 155px;
	width: 838px;
	background-image: url(../images/headeright.png);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 209px;
	margin: 0px;
	float: left;
}
.leftcoltop {
	float:left;
	width: 209px;
	height: 8px;
	overflow: hidden;
	background-image: url(../images/leftmod_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	clear:left;
}
.leftcol {
	float:left;
	width: 209px;
	background-image: url(../images/leftmod_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
	overflow: hidden;
}
.leftmodfooter {
	float:left;
	background-image:url(../images/leftmod_footer.png);
	height: 28px;
	width: 209px;
	background-repeat: no-repeat;
}
div#carea {
	float:left;
	width: 628px!important;
	margin: 0px;
	background-image: url(../images/midroundbody.png);
	background-repeat: repeat-y;
	padding: 0px;
	
	
}
div#carea div.top {
	height: 14px;
	width: 628px;
	overflow: hidden;
	background-image: url(../images/toproundbody.png);
	background-repeat: no-repeat;

}
div#carea div.middle {
	margin-top: -1px;
  	padding: 0 7px 0 10px;
  	width: auto !important;

}
div#carea div.bottom {
	height: 14px;
	width: 628px;
	overflow: hidden;
	background-image: url(../images/botroundbody.png);
	background-repeat: no-repeat;
	float:left;
	
}

.shadow-right {
	background: url(../images/right_shadow.png) repeat-y right;
}

.shadow-left {
	background: url(../images/left_shadow.png) repeat-y left;

}

.wrapper-left {
	background: url(../images/topleft.png) no-repeat left top;
	padding-left:11px;	
}
.wrapper-right {
	background:url(../images/topright.png) no-repeat top right;
	padding-right: 11px;
}
.bottomenu {
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 860px;
	height: 56px;
	margin-bottom: 15px;
	padding-top: 10px;
	float:left;
}

.cleaner {
	clear: both;
}

.trrubrik {
	font-size:15px;
	font-weight:bold;
}

a:link, a:visited {
	color: #7A7A7A;
	text-decoration: underline;
	font-weight: normal;
} 

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
