@charset "utf-8";
/* CSS Document */

html{
	width:100%;
}

body {
	width:100%;
	margin:0;
	padding:0;
	/*font:normal 0.8em/1.2em verdana,aria,sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	overflow-x:hidden;
	background:#B9C5A8 url(../images/body-bg.gif) repeat-x;
	}


/*
Psudo class filter to put a vertical scrollbar in mozilla by default to avoid page jumping
*/
:root body{
	overflow-y:scroll;
}

a{
}
a:link{
}
a:visited{
}
a:hover{
}
	
/* constrains width to desired dimension */	
#wrapper0 {
	width:980px;
	margin:20px auto;
	}
	
#header {
	padding:10px;
	margin:0;
	text-align:left;
	color:#666666;
	}
	
#header a {
	color:#0033CC;
	}

#utility {
	height:30px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px 0 10px;
	background:url(../images/utility-bg.png) repeat-x;
}
#utility a{
	height:30px;
	padding:8px 15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	background:url(../images/utility-bg.png) repeat-x;
}
#utility a:link{
	text-decoration:none;
}
#utility a:visited{
	text-decoration:none;
}
#utility a:hover{
	text-decoration:none;
	background:url(../images/utility-bg-hover.png) repeat-x;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF;
	}
	
	
#column-main {
	position:relative;
	margin:0;
	text-align: center;
	}
	
#column-left { 
	width:160px;
	margin:0;
	padding:0;
	}
	
#column-right {
	text-align:left;
	margin:0;
	padding:0;
	}
	
#column-center {
	width:227px;
	background:#000;
	min-height:564px;
	}
	
#footer {
	position:relative;
	clear:both;
	margin:0;
	padding:0;
	}
