﻿@charset "UTF-8";
/* CSS Document */
body {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: "Good Times";
	font-size: 60px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
#form1 {
	color: #CCCCCC;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	height: 317px;
	top: 0px;
	left: 0px;
}
#holder {
	padding: 10;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	height: 800px;
}
#text-content {
	width: 400px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #666666;
	height: 800px;
	color: #000000;
}
#gallery {
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 800px;
}
#gallery2 {
	border: 3px solid #666666;
	height: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	text-align: center;
}

