﻿#printhead {
	display:none;
}
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background-image: url("images/background.jpg");  	
/*	background:#000; 
	background-repeat: no-repeat;
	background-position: top left; 
	font-size:80%; 
	font-family: "Lucida Grande","Lucida Sans Unicode", Helvetica, 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:0px; 
	position:relative; 
	z-index:3; word-wrap:break-word;

}
	
#head {
	position:absolute; 
	margin:0; top:0; 
	display:block; 
	width:100%; 
	color:#fff;
	right:18px;   
	height:400px; 
/*	font-size:4em;  

	background:#006;
	z-index:5; 
	border-bottom: 1px solid #000; */
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
/*	right:18px;  */
	display:block; 
	width:100%; 
	height:25px; 
	background:#5F9EA0; 
	color:#fff;
	text-align:right; 
/*	font-size:2em;  */
	z-index:4; 
/*	border-top:1px solid #000;  */
}

#navcontainer ul 
{ 
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	text-align: center;
	width: 100%;
	margin-top: 450px;
/*	margin-left: 40px;	 */
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a 
{
	 text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #5F9EA0;
	font-weight: normal;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #48D1CC;
	font-weight: normal;
	text-decoration: none;
}

#sellaband img
{
	position:absolute;
	top: 5px;
	left: 10px;
	background: #FFFF00;
	width: 210px;
	height:320px;
	padding:2px;
	border: 1px solid black;
	font-family:arial;
}

.pad1 {
	display:block; 
	width:18px; 
	height:50px; 
	float:left;

}
.pad2 {
	display:block; 
	height:120px;
}
	
}
#content p {
	padding:0px;
	margin-left:5px;
}
.bold {
	font-size:1.2em; 
	font-weight:bold;
}
.red {
	color:#c00; 
	margin-left:5px; 
	font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;}
h2 {
	margin-left:5px;
}

h3 {
	margin-left:5px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#name 
{
	color: #D9D919;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 60pt;
	text-align: center;
	text-decoration: none;
	margin-top:20px;
	margin-bottom:20px;
}
