@charset "utf-8";

.container {
	width: 80.1%;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: thin solid #000;
}


.header {
	background-color: #FFF;
	background-image: url(assets/images/banner.jpg);
	width: 100%;
	background-repeat: no-repeat;
}

#image {
	border: thin none #000;
	width: 100%;
	border-radius: 30px;
}

.fltrt {
	float: right;
	border: thin none #000;
	margin-right: 30%;
}


body {
	background-image: url(assets/images/tumblr-static-wood-background-by-zcat.jpg);
}



.container .footer {
	background-color: #141414;
	color: #FFF;
}
.container .content table tr td {
	float: none;
	text-align: center;
	background-color: #FFF;
	border: thin none #FFF;
}
h1 {
	text-shadow: 2px 6px 3px #999
}

.container .content form {
	height: 200%;
	width: 100%;
}
.center_text {
	text-align: right;
}
h2 {
	color: #666;
}
