html {
	height:90%;
}
body {
	margin:0px;
	width:100%;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
	background-color:#b5b5b5;
	overflow-x:auto;
	overflow-y:scroll;
}
#top {
	height: 135px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}

#centermenu {
	position:absolute;
	left:50%;
	z-index:2;
}
#leftmenu {
	position:absolute;
	z-index:2;
}
#centermain {
	position:absolute;
	left:50%;
}
#leftmain {
	position:absolute;
}




/* CSS Menu Start */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.subuls {
	display: none;
	position: absolute;
	top: 1.1em;
	left: 5px;
	border:1px solid #eeeeef;
	text-align:left;
	background-image:url(../images/menu_bar_ul.gif);
	background-repeat:repeat;
}
.subuls li{
	width: 100%;
}
.subuls li.fill {
	background-image:url(../images/menu_bar.gif);
	background-repeat:no-repeat;
}
.subuls li.blank {
	background-image:url(../images/spacer.gif);
	background-repeat:repeat;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}

/* END CSS Menu */

/* Mainstyles */
.forwysiwyg {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#666666;
}

/* Begin form shit */
label.normal, label.error {
	float: left;
	width: 120px;
	text-align:right;
	margin-right: .3em;
	margin-top:.4em;
}
label.error {
	color:#990000;
	font-weight:bold;
}


input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 5.3em;
	margin-right: .3em;
}

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
	margin-left: 6.3em;
}

form p, form br {
	clear: both;
}

