/* CSS Document */
body {
	color: #d4d7da;
	background: #1b1b1b;
	margin: 0px;
	padding: 0px;
	position: relative;
}
img {
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
}
p {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
a:link {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #f6901e;
}
a:visited {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #d4d7da;
}
a:hover {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #f6901e;
	text-decoration: none;
}
a:active {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #f6901e;
	text-decoration: none;
}

/* Creates Page Centering*/
.layoutLogic {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.pageContainer {
	background: #343940;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgback.jpg);
	background-repeat: repeat-y;
}

/* Content */
.pageHeader {
	padding: 0px 28px 0px 28px;
}
.content {
	display: block;
	padding: 0px 78px 0px 78px;
	background-image: url(images/bgback.jpg);
	background-repeat: repeat-y;
}
.orangeText {
	color: #f6901e
}

/* Image Links */
.linksTop {
	display: inline;
	text-align: center;
	margin: 0px 28px 0px 28px;
	padding: 0px 118px 0px 118px;
}
.linksBottom {
	display: inline;
	text-align: center;
	margin: 0px 28px 20px 28px;
	padding: 0px 40px 0px 40px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

/* Clear */
.clearAll {
	clear: both;	
}
form {
	width: 150px;
	}