#printhead {
	display:none;
	}


html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	font-size:80%; 
	font-family: arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}


body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	}

#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:200px;
	position:relative;
	z-index:3;
	word-wrap:break-word;
	color:#000;
	background:url(../images/dice.jpg) #fff;
	background-repeat:no-repeat;
	}

#contentright {
	float:right;
	top:100px;
	right:150px;
	height:200px;
	width:150px;
	background:#def;
	border:0px solid #000;
	margin:5px;
	padding:5px;
	}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:200px;
	background:#aaa;
	background-position:0 100px;
	font-size:1.5em;
	color:#fff;
	z-index:4;
	}

#head {
	position:absolute;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:100px;
	background:url(../images/logo.png) #fff;
	background-repeat:no-repeat;
	z-index:5;
	color:#000;
	border-bottom:1px solid #aaa;
	}

#foot {
	position:absolute;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:51px; 
	background:url(../images/silver_emblem_vsmall_long.png) #fff;
	background-repeat:no-repeat; 
	z-index:7; 
	color:#008080; 
	text-align:right; 
	font-size:1em; 
	z-index:4;
	border-top:1px solid #aaa;
	}

* html #head, * html #foot,* html #left {
	position:absolute;
	}

#pad1 {
	display:block;
	width:25px;
	height:100px;
	float:left;
	}

.pad2 {
	display:block;
	height:100px;
	}

#content p {
	padding:5px;
	font-size:1.2em;
	font-weight:500;
	}

.bold {
	font-size:1.2em;
	font-weight:600;
	}


.p1	{
	font-size:3.1em;
	}

.p2	{
	font-size:2.1em;
	}

.p3	{
	font-size:1.2em;
	font-weight:600;
	}

h1 	{
	margin-left:15px;
	}

h2 	{
	margin-left:5px;
	}

h3 	{
	margin-left:5px;
	}

#navmain span {
	display:none;
	}
 
a.navmain, a.navmain:link, a.navmain:visited {
	float:left;
	display:block;
	width:150px;
	height:40px;
	background:#aaa;
	border:0px solid #000;
	margin-top:1px;
	margin-right:1px;
	text-align:left;
	text-decoration:none;
	font-family: arial, sans-serif;
	font-size:1em;
	font-weight:600;
	color:#000;
	line-height:30px;
	overflow:hidden;
	}

a.navmain:hover {
	color:#ffff33;
	background:#aaa;
	}

a.navmain:active {
	color:#ff9966;
	background:#aaa;
	}


