html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	font-size:11px;
	background:url('images/bg.jpg') top left repeat-x;
}
a{text-decoration:none}
a:active{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:underline}
p{ margin:0px; padding:7px 0px; }

object { outline: none; -moz-outline-style: none; } /* get rid of flash outline on click */

#header, #content, #footer{}
#header{
	z-index:3;
	position: relative;
	padding:0px;
	height:185px;
	width:770px;
	background-color:#CCC;
}

#content{
	z-index:1;
	position: relative;
	padding:0px;
	width:965px;
	/* min height for firefox and IE */
	height: auto !important;
	height:405px;
	min-height:405px;
}

#footer{
	z-index:4;
	position: relative;
	padding:0px;
	width:870px;
	height:40px;
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
}

#footer a{color:#cccccc; text-decoration:none}
#footer a:hover{text-decoration:underline}


