/* Home Page components */
body {
	text-align: center;
	font-family: Arial;
	background-color: #333333;
}

#pageWrap {
	text-align: center;
	width: 100%;
}

.header {
	font-variant: small-caps;
	color: #CCCCCC;
	font-size: 1.25em;
}

.photoBox {
	height: 600px;
	width: 100%;
	text-align:center;
}

.buttonBar {
	height: 42px;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

a.button {
	text-decoration: none;
	color: #CCCCCC;
	margin: 0 42 0 42;
	font-variant: small-caps;
}

a.button:hover, #at {
	text-decoration: underline;
	color: #22FF22;
	margin: 0 42 0 42;
	font-variant: small-caps;
}

span.spacer {
	width: 42px;
}

.textAreaWrap {
	text-align: center;
	width: 100%;
}

.textArea {
	width: 800px;
	text-align: left;
	color: #CCCCCC;
	float:none;
	left: 100px;
	position: relative;
}

.footer {
	margin-top: 50px;
	font-size: 0.75em;
	font-variant: small-caps;
	color: #CCCCCC;
}

	