* { padding: 0; margin: 0; }

a:link {
	text-decoration:none;
	color:#900;
	}
a:visited{
	text-decoration:none;
	color:#900;
	}
a:active{
	text-decoration:none;
	color:#900;
	}
a:hover{
	color:#f00;
	text-decoration:underline
	}

body {
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 font-size: 13px;
 background-color:#f4f6f6;
 background-image:url(images/mainbg.jpg);
 color:#333;
 height:100%;
 background-repeat:repeat-x;
}

p {
 padding: 5px;
}



#wrapper { 
 margin: 0 auto;
 width: 928px;
 height:inherit;
 background-image:url(images/subheader.jpg);
 background-repeat:no-repeat;
}

#chat {
	width:100%;
	height:77px;
	margin-top:-5px;
}

#container {

	 height:inherit;
}

#content { 
 float: left;
 color: #333;
 height: 350px;
 width: 597px;
 display: inline;
  height:inherit;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 127px;
 background-image:url(images/subheader.jpg);

 
}

#header-top {
	background-image:url(images/header-top.jpg);
	height:51px;
	background-repeat:no-repeat;
}

#header-right {
	background-image:url(images/headerright.jpg);
	width:621px;
	height:479px;
	float:right;
	display:inline;
	background-repeat:no-repeat;
}

#header-bottom {
	clear:both;
	background-image:url(images/header-bottom.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:77px;
}

#menu {
	background-image:url(images/mainmenu.jpg);
	float:left;
	width:307px;
	height:479px;
	display:inline;
	background-repeat:no-repeat;
}




#footer { 
 width: 100%;
 height: 51px;
 clear: both;
 color: #333;
 background-image:url(images/footerbg.png);
}

#articleheader {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	color:#000;
	width:100%;
}

#evalform-container {
	 height:inherit;
	 padding:4px;
}

#formcontent {
	background-color:#FFF;
	border:1px solid #c0c2c2;
	padding:5px;
	margin-right:3px;
	margin-bottom:3px;
}

#formz {
	
}

#contentbody {
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	 height:inherit;

	 text-align:justify;
}

#rightcolumn {
	width:100%;
	height:inherit;
	float:right;
	width:661px;
	margin-top:100px;
}

#leftcolumn { 
 height: 100%;
 color: #333;
 height:inherit;
 width: 267px;
 float: left;

}

