#logo {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#navbutton {
	float: left;
}
.photo {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#navwrap {
	width: 950px;
	overflow: hidden;
	margin-bottom: 30px;
}
#pageheader {
	background-image: url(../images/layout/lineback.png);
	padding: 10px;
	overflow: hidden;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.middle {
	margin-right: auto;
	margin-left: auto;
}
#body {
	background-image: url(../images/layout/black.png);
	clear: both;
	overflow: hidden;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
body {
	background-image: url(../images/layout/back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #000;
}
.paragraph {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica;
	color: #CCC;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
}
.heading {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica;
	font-size: 24px;
	font-style: normal;
	color: #2AAB54;
	font-weight: normal;
}
#columnright {
	padding: 10px;
	float: right;
	width: 450px;
	margin-right: 40px;
	margin-left: 30px;
}
#columnleft{
	padding: 10px;
	float: left;
	width: 350px;
	text-align: center;
}
#third {
	padding: 20px;
	float: left;
	width: 263px;
}
.heading2 {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}
.formtext {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica;
	line-height: 30px;
	color: #CCC;
}

