/******************************
It's a comment
It's a comment
IDs start with #
Classes start with .
******************************/
#main {
	position: static;
	display: block;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/swirls.gif');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
}

#blankheader {
	width: 950px;
	height: 45px;
	display: block;
}

.vertcent1 {
	#position: absolute;
	display: table-cell;
	#top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vertcent2 {
	#position: relative;
	#top: -50%;
}

#header {
	position: static;
	#position: relative;
	display: table;
	background-color: white;
	height: 110px;
	width: 885px;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	font-family: "Century Gothic", Arial;
	background-image: url('images/swirls1.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

	#header a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}

#bottommenu {
	position: static;
	#position: relative;
	display: table;
	overflow: hidden;
	width: 885px;
	height: 60px;
	background-color: black;
	color: white;
	font-family: "Century Gothic", Arial;
}
	#bottommenu a {
		color: white;
		text-decoration: none;
	}

#ourcontent {
	display: block;
	position: relative;
	width: 883px;
	height: auto;
	min-height: 300px;
	background-color: white;
	background-image: url('images/swirls2.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 10pt;
	text-align: justify;
}

	#ourcontent p {
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 160px;
		font-family: "Century Gothic", Arial;	
	}
	
	#ourcontent a {
		color: black;
		text-decoration: none;
	}

#footer {
	display: table-cell;
	width: 885px;
	height: 40px;
	background-color: black;
	text-align: right;
	color: white;
	font-family: "Century Gothic", Arial;
	font-size: 8pt;
	vertical-align: bottom;
}


body {
	background-image:url('images/background.gif');
	margin: 0px;
	text-align: center;
}

form {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 160px;
	text-align: center;
	width: 400px;
}

input {
	border: 1px solid black;
	padding: 1px;
	margin: 1px;
	width: 260px;
}

textarea {
	border: 1px solid black;
}

label {
	width: 100px;
	text-align: right;
	float: left;
	font-family: "Century Gothic", Arial;
}

p {
	font-family: "Century Gothic", Arial;
}

ul {
	font-family: "Century Gothic", Arial;
	list-style-type: circle;
}

.image a:link, a:active, a:hover, a:visited {
	text-decoration: none;
}