html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
h1 {
}
h2 {
	color: #909090;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p {
	margin: 0 0 10px;
}
#wrapper1 {
	height: auto;
	min-height: 100%;
	background: url(images/bg_bottom.jpg) repeat-x center bottom;
}
#wrapper2 {
	height: 100%;
	text-align: center;
	background: url(images/bg_top.jpg) repeat-x center top;
}
#wrapper3 {
	height: 100%;
	background: url(images/banner_bg.jpg) repeat-x center top;
}
#logo {
}
#page-area {
	width: 765px;
	text-align: left;
	margin: 25px auto;
}
#nav {
	width: 150px;
	text-align: right;
	float: left;
	position: relative;
}
#nav .padding {
	padding: 10px 25px 0 0;
}
#nav a {
	display: block;
	margin: 0 0 25px;
}
#page-photo {
	width: 200px;
	height: 382px;
	float: left;
	background: url(images/bg_photo.jpg) no-repeat;
}
#content-box {
	width: 415px;
	float: left;
	position: relative;
}
#content-box .padding {
	padding: 0 0 0 30px;
}
#content-box a {
	color: #3E789F;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
}
#content-box a:hover {
	color: #A3E312;
}
#content {
	min-height: 335px;
}
#content ul {
	padding: 0 0 0 15px;
	margin: 0;
}
#content li {
	padding: 0;
	margin: 10px 0;
}
#copyright {
	font: 9px "Trebuchet MS", Helvetica, sans-serif;
	padding: 0 0 10px;
	margin: 0;
}
#tip-who, #tip-what, #tip-when, #tip-where, #tip-why, #tip-how {
	color: #909090;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: none;
}
.hr {
	height: 4px;
	width: 100%;
	background: url(images/bg_line_h.png)
}
