/* CSS Document */

body
{
	padding:10px 20px 20px 20px; /*padding around entire site*/
    text-align:center;
    margin: 0px;
	background: #888888 url(images/bg.gif) repeat;
    color: #000000;
	height: 100%;
	min-height:100%;
}
html,body {
	height: 100%;
	min-height:100%;
	}
#bodya{
	background:#ffffff url(images/red_bg.gif);
	height: 100%;
	min-height:100%;
	width: 1000px;
	margin-top:0px;
	margin-bottom:0px;
}
#wrapper{
	width:1000px;
	height:auto;
	}
#header
{
	position: relative;
	background: #ffffff url(images/header_bg.gif) no-repeat;
    color: #000000;
	width:1000px;
    height: 130px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
    text-align: left;
}
#menu{
	float:left;
	background-color:#ffffff;
	min-height:450px;
	width:179px;
	border-right:1px solid #000000;
}
#menu_bg{
	background:#ffffff url(images/menulogo.gif) no-repeat;
	height:38px;
	width:169px;
	
}
#menuspacer{
	height:10px;
	background:#ffffff;
}
#menuitem{
	text-align:left;
	padding-left:40px;
	font-size:14px;
	line-height:38px;
}
#menuitem:hover{
	color:#ffffff;
	
}
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
 	color:#0066ff;
}
h1{
	text-decoration:underline;
}
#content{
	background:#ffffff url(images/acelogotint.gif) no-repeat;
	height:450px;
	width:819px;
	float:left;
	text-align:left;
	overflow:scroll;
}
#rightcol{	
	width:200px;
	height:100px;
	background:#ffffff url(images/rightcol_bg.gif) repeat;
	float:right;
}
