﻿*{
	margin: 0;
	padding: 0;
	text-transform: none;
}
body {

background-color:white;
font-family: Verdana;
}
#wrapper {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	background-color:white;
	z-index: -10;
}
#enter {
	float: right;
	padding-right: 170px;
	margin-bottom: 50px;
	clear: both;
}
#enter a{
	font-size: large;
	font-style: oblique;
}

h1{
	font-size: x-large;
}
h2{
	font-size: large;
}
h3{
	font-size: medium;
}
h4{
	font-size: small;
}
h5{
	font-size: x-small;
}
h6{
	font-size: xx-small;
	font-weight: bold;
}
p{
	font-size: small;
}

#topline {
	width: 948px;
	height: 135px;
	margin-bottom: 30px;
	margin-top: 10PX;
}
#navleft {
	width: 20%;
	height:400px;
	float:left
}
#maincontent {
	width: 79%;
	float: right;
}
#textleft {
	width: 44%;
	float: left;
}
#photostrip {
	float: right;
	clear: right;
	padding-right: 20px;
}
#photoblock {
	float: right;
	clear: right;
	padding-right: 10px;
}

#footer {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
}
	
