#wrapper {
	margin-right: auto;
	margin-left: auto;
	
	margin-top: 0;
	width: 970px;
	padding-top: 260px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
}

#navi {
	width: 240px;
	float: left;
	padding-right: 35px;
	padding-top: 25px;
}

#content1 {
	width: 310px;
	float: left;
	padding-right: 30px;
}

#content2 {
	float: right;
	width: 310px;
	margin-left: 20px;
}

#content1 img {
	max-width: 310px;
	height: auto;
}

#content2 img {
	max-width: 310px;
	height: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff992f;
}

a:active, a:hover {
	color: white;
}

p { color: #ffdc99; font: italic 17px Georgia, Times, "Times New Roman", serif; margin-top: 8px; }

h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, "Helvetica Neue"; font-weight: 300;
}

h1 {border:solid 6px #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
	background-color: white;
	color: black;
	padding: 8px 12px 7px;
	display: table;
	font-size: 36px;
	text-transform: uppercase;
}

h2 {
	color: #ffdc99;
	display: table;
	font-size: 28px;
	text-transform: uppercase;
}

h3 {border:solid 4px #000000;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
	background-color: white;
	color: black;
	padding: 8px 12px 7px;
	display: table;
	font-size: 24px;
	text-transform: uppercase;
}

h4 {border:solid 4px #000000;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
	background-color: white;
	color: black;
	padding: 6px 10px 5px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
}

h5 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	letter-spacing: 1px;
	margin-top: 0;
}

h6 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

address {
	color: #812b03;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}
