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

html{
	width:100%;
}

body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:#333;
	}

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

/* constrains width to desired dimension */	
#wrapper0 { 
	width:980px;
	margin:0 auto;
	border-right:solid #000 1px;
	border-left:solid #000 1px;
	background:#FFF;
	}
	
#header {
	height:90px;
	padding:10px;
	margin:0;
	text-align:left;
	color:#FFF;
	background:url(../images/theme/header-bg.png) 50% no-repeat;
	}
	
#header a {
	color:#FFF;
	padding:5px 10px;
	text-decoration:underline;
	}

.graduated-divider{
	height:2px;
	background:url(../images/theme/graduated-divider.png) repeat-y;
}

#utility {
	height:50px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:0;
	background:url(../images/theme/utility-bg.png) no-repeat;
	border-top:solid #FFF 1px;
	border-bottom:solid #FFF 1px;

}

#utility a{
	padding:10px 20px;
	color:#FFF;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#utility a:link{
	text-decoration:none;
}
#utility a:visited{
	text-decoration:none;
}
#utility a:hover{
	text-decoration:none;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
	
#column-main {
	position:relative;
	width:980px;
	margin:0 auto;
	}
	
#column-left { 
	position:relative;
	top:0;
	left:0;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0;
	padding:10px;
	z-index:100;
	}
	
#column-right {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0;
	padding:10px;
	z-index:99;
	}
	
#column-center {
	position:relative;
	padding:10px 10px 10px 220px;
	}
	
#footer {
	position:relative;
	clear:both;
	height:75px;
	margin:0;
	padding:10px;
	color:#FFF;
	background:url(../images/theme/footer-bg.png) repeat-y;
	}
#footer a:link{
	color:#FFF;
}
#footer a:visited{
	color:#FFF;
}
#footer a:hover{
	color:#FFF;
}

