html,body{
	height:100%;
}

body{
	text-align: center;
	margin: 0;
	font-size:12px;
	font-family: sans-serif,verdana,helvetica;
}


#wrapper{
	width:936px;
	margin:0 auto;
	position:relative;
	text-align: left;	
	border-left:5px #eee solid;
	border-right:5px #eee solid;
}

#header,#container,#footer{
	width:100%;	
}

#header{
	height:100px;
	background: #cde;	
}

img#headerlogo{
	position: relative;
	left:80px;
	top:15px;
}

#container{
	clear:both;			
	min-height:100%;				
}

#colmid,#colleft,#col1,#col2,#col3{
	min-height:100%; /* needed for container to be 100 */
}

.inner{
	margin:1em;
}

.innerpad{
	padding:1em;
}

#col1{
	width:50%;	
	background: #fff;
}

#col2{
	width:20%;
	background:url(img/col3-bg.png) left top repeat-x;
}

#col3{
	width:30%;	
	background: #eee;
}

#leftpanel{
	width:210px;
	background:url(img/col3-bg.png) left top repeat-x;
}

#rightpanel{
	width:725px;
}

#footer{
	clear:both;		
	background: #ddd;
}

#searchbar,
#logininfo{
	width:auto;
	float:right;
}

h2.pageheading{
	padding-left:15px;
	border-left:6px #8A2E8A solid;
	line-height: 120%;
}

div#requesterror{
	height:300px;
	text-align:center;
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	vertical-align: middle;
}

