/* CSS Document */

html{
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	background:#000000;
	padding:20px;
	padding-top:10px;
}
.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
	margin-left:auto;
	margin-right:auto;
	background:#000000;
	width:800px;
	text-align:center;
	font-size:10px;
}

body{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family:arial,sans-serif;
	font-size:small;
	color:#B59F93;
	background:#000000;
	height:100%;
}

div#pageFooter{
	clear:left;
	margin-left:auto;
	margin-right:auto;
	background:#000000;
	width:800px;
	text-align:center;
	font-size:10px;
}

div#Left{
	background:#000000;
	float:left;
	width:380px;
	font-size:12px;
}

div#Right{
	background:#000000;
	float:right;
	width:400px;
}

div#credits{
	font-size:10px;
	text-align:right;
	clear:both;
}

a:visited{
color:#666666;
}
a:link{
color:#BA1F29;
}
a:hover{
color:#B59F93;
}


div#pageMenu{
    background:#FFFFFF url(../images/menu.gradient.gif) repeat-x top;
	width:101px;
	font-size:10px;
	text-align:right;
	padding:10px;
	text-shadow:#666666;
	padding-right:5px;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
}

.menu            {
	text-decoration : none;
	font : normal 10px Arial, Helvetica, sans-serif;
	color: #000066;
}

@media Print
{
    .screenOnly {display:none}
	div#Menu {display:none}
	div#pageHeader {display:none}
	div#Content {margin-left:0px;}
}
	
@media Screen
{
   .printOnly {display:none}
}


