body {
	background: #FFFFFF url(pics/bg.jpg) no-repeat fixed center center;
	color: #000099;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-width: 0px;
}

h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
p {
	font-size: small;
}
.bold {
	font-weight: bold;
}

a {
	color: #000099;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}


#header {
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px;
}
#navigation {
	width: 100%;
}
#navigation ul {
	list-style: none;
	text-align: center;
	margin: 0px 0px 0px 20px;
}
#navigation li {
	display: inline;
	padding: 0px 15px 0px 0px;
}



#content {
	width: 100%;
	margin: 30px 0px 0px;
	padding: 0px;
}
#video {
	text-align: center;
}

#content ul {
	font-size: small;
}

#content .photo {
	border: 1px solid #000099;
	padding: 5px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 60px;
}

#content .contactform p {
	margin: 0px;
	clear: left;
	padding: 10px 0px 0px;
}
#content .contactform p label {
	float: left;
	width: 15%;
	font-weight: bold;
}
#content .contactform .text {
	background: #FFFFFF;
	border: 1px solid #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 280px;
}
#content .contactform p.submit {
	padding-left: 15%;
}
#content .contactform p.submit input {
	background: #000099;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}




#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
#footer p {
	font-size: x-small;
}
