/* CSS Document */
html
{
  height: 100%;
}

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}


img	{
	border: 0;
	}

h1, h2, h3 {
	color: red;
	}
	
h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#wrapper	{
	position: absolute;
	left:  0px;
	top: 30px;
	
	height: 100%;
	background:url(images/new_logo_tall.jpg) left no-repeat;
	background-position: 10px 0 ;
	
	}
	
#header {
	text-align: center;
	}

#content	{
	padding: 0 10px 0 350px;
	width: 740px;
	}
	
#footer {
	display: block;
	margin-top: 20px;
	text-align: center;
	}
	
#nav {padding-left:300px}	
#nav img	{
	margin-right: 10px;
	margin-left: 10px;
	}
	
.photo	{
	margin-right: 15px;
	}

.nobottommargin	{
	margin-bottom: 0px;
	}
.hometext {
	text-align:center;
	
}
.enter { font-size: 21px; color:red;}
.faq{line-height: 1.1em;}
.contact {margin: 25px 0 0 150px;}