body, a, a:visited, a:active, h1, h2, h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
}
body
{
  font-size: 12px;
}
a
{
color: #6688dd;
text-decoration: none;
}

html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #000000;
}

#contentBox
{
padding-bottom: 40px;
padding-right: 10px;
padding-left: 10px;
}

#pageContainer {
	border-right : 5px solid #ddd;
	border-left : 5px solid #ddd;
	width: 80%;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	min-width: 320px;
}
.headBox {
height: 150px;
background: url("../images/header-grad.png") 0% 0% repeat-x;
border-bottom: 3px solid #dddddd;
}

#menuItems
{
  padding-top: 10px;
  padding-bottom: 10px;
  background: url("../images/menu-grad.png") 0% 0% repeat-x;
}

.menuBox {
height: 35px;
padding-top: 0px;
padding-bottom: 0px;
font-size: small;
width: 100%;
background-color: #eeeeee;
}

.menuBox .menu-item
{
	padding-right: 6px;
	padding-left: 6px;
}
.menu-item:first-child
{
	padding-left: 5px;
}
.menu-item a
{
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.menu-item a:hover
{
	color: #7da0f7;
}


.menuGrad
{

height: 30px;
background: url("../images/grad.png") 0% 0% repeat-x;
background-color: #FFFFFF;

}

#footBox
{
width: 100%;
position: absolute;
bottom: 0 !important;
bottom: -1px;
height: 20px;
font-size: x-small;
text-align: center;
padding-top: 5px;
}

.float-right
{
	float: right;	
	clear: right;
}

img.bordered
{
  border: 1px #ddd solid !important;
  padding: 5px !important;
  margin: 5px;
}

hr
{
border-top: 0px;
border-bottom: 1px dotted #dddddd;
border-right: 0px;
border-left: 0px;
width: 80%;
padding-top: 10px;
padding-bottom: 10px;
}

.iphone
{
min-height: 200px;
}

img.button
{
margin: 5px;
}
p
{
padding-left: 5px;
}

p.spaced
{
padding-bottom: 10px;
}