body {
	background-color: #e6e6e6;
	background-image: url(images/darktile.jpg);
}

#mainContainer{
	width: 70%;
	margin: 0px auto;

}
header {
	background-color: #900;
	border-radius: 10px;
}

header nav ul li {
	display: inline;
	line-height: 25px;
	float: right;
	font-size: 16px;
	width: 10%;
	padding-top: 10px;
}

header nav ul li a{
	color: #fff;
	text-decoration: none;
}
header nav ul li a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background-color: #580000;
	border-radius: 5px;
}

header img {
	width: 100%;
	border-radius: 10px;
}

#topBar {
	background-color: #900;
	height: 50px;
	border-radius: 10px;
}

#headerBox {
	position: absolute;
	float: left;
	top: 50px;
	margin-left: 50px;
	width: 100px;
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Satisfy', cursive;
	text-align: center;
	text-shadow: 2px 2px #600;
	background: linear-gradient(#333, #666, #AAA); 
	color: #fff;
	border: 1px solid #005858;
	box-shadow: 1px 1px #005858;

}

section h1 {
	background-color: #900;
	color: #fff;
	border-radius: 10px;
	height: 40px;
	padding-left: 20px;
	padding-top: 10px;
}

.circular {
	border-radius: 125px;
}

.floatRight{
	float: right;
}

article {
	background-color: #fff;
	padding: 100px;
		border-radius: 2px;
	padding: 100px;
}

h4 {
	font-style: italic;;
}


legend {
	color:#fff;
	font-size: large;
	font-weight:bold;
	padding-bottom:30px;
	text-shadow: 1px 1px 1px #600;
}

#contactform {
	color: #fff;
	background: #CCC; /* For browsers that do not support gradients */
    background: linear-gradient(#666, #CCC, #AAA); 
	width: 500px;
	border: 1px solid ;
	border-radius: 20px;
	padding:20px;
	margin:0px auto;
}

#contactform ul li {
	list-style: none;
	padding: 10px;
}

#contactform fieldset {
	border:0px;
	margin-bottom:20px;
	border-radius: 10px;
	background: #900; 
}

#contactform label{
	float: left;
	font-size: 17px;
	width: 130px;
}

#contactform input {
	line-height: 20px;
}

form#contactform input:focus,
form#contactform textarea:focus {
	background: #B4BDee;
	color: #009;
}

fieldset#buttons {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contactform button {
	background: linear-gradient(#333, #666, #AAA); 
	color: #ffffff;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 1px #000;
	border: solid;
	border-radius: 10px;
}

footer {
	background-color: #900;
	height: 120px;
	border-radius: 10px;
	margin-top: 5px;
	text-align: center;
	padding-top: 20px;
}

footer nav ul li {
	font-size: small;
	display: inline;

}

footer nav ul li a {
	font-size: small;
	text-decoration: none;
	color: #fff;
}

footer nav ul li:after {
	color: #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	content: "|";
}

footer nav ul li:last-of-type:after {
	content: "";
}

footer img {
	padding-left: 15px;
}

#copy {
	color: #fff;
	font-size: 10px;
	margin-top: 1px;
	width: 102%;
	text-align: center;
}

.error {
	color: red;
}