html {
width:auto;
}

body {
background:#dad9db url(../images/bodybg.jpg) repeat-x left top;
text-align:center;
margin:0;
padding:0;
}

img { outline: none }

a {
	color: #4f3a7e;
	text-decoration: underline;
	outline: none
}
a:hover {
	text-decoration: underline;
}


#mainbg {
_height:757px;
min-height:757px;
width:925px;
background:url(../images/mainbg.jpg) no-repeat left top;
text-align:left;
margin:0 auto;
}

#leftcolumn {
float:left;
width:375px;
margin:0;
padding:0;
}

#rightcolumn {
float:left;
height:auto;
width:auto;
margin:0;
padding:0;
width: 550px;
}

#logo {
float:left;
height:150px;
width:375px;
}

#logo h1 {
margin:0;
padding:0;
}



#contentcell {
float:left;
width:453px;
margin-top:108px;
margin-left:8px;
padding:0;
display:inline;
min-height: 600px;
_height:600px;
}

#icons {
text-align:right;
height:20px;
width:auto;
margin:16px 10px 4px;
}

#icons img {
margin-left:2px;
}

#contenthead {
width:auto;
margin:6px;
padding:0;
}

#contenthead h2 {
font:bold 20px Arial, Helvetica, sans-serif;
color:#40822b;
float:left;
margin:0 4px 0 1px;
padding:0;
}

#content {
height:auto;
width:auto;
font:12px/18px Arial, Helvetica, sans-serif;
color:#333;
margin:10px;
}

#bottommenu {
	height:30px;
	width:453px;
	text-align:right;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#4f3a7e;
	float: left;
}

#bottommenu a {
color:#4f3a7e;
text-decoration:none;
}

#bottommenu a:hover {
color:#40822b;
text-decoration:underline;
}

#menu {
margin-left:46px;
margin-top:74px;
width:270px;
float:left;
display:inline;
}

#bottombar {
	width:925px;
	float: left;
	height: 30px;
	text-align: right;
}

#copyright {
	width: 375px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #87848d;
	text-align: center;
	height: 30px;
}

#copyright a {color: #87848d;}

.inputbutton
{
color: #333333;
background-color: #EEEEEE;
background-image: url('../images/bg_new_knap.jpg');
background-repeat: repeat;
font-size: 11px;
cursor: pointer;
border-bottom:  1px solid;
border-left:  1px solid;
border-right:  1px solid;
border-top:  1px solid;
height: 19px;
width: 69px;
margin-right:2px;
margin-top:3px;
}