@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center top;
}
#wrapper {
	border: thick solid #333;
	background-image: url(images/white_back.png);
}
#header {
	background-color: #447cfe;
	padding-top: 0px;
	margin-top: 20px;
}
#nav {

}
#main {
	background-repeat: repeat;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#footer {
	background-color: #447cfe;
	padding-top: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	padding-bottom: 0px;
}
#footer h4 {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 100%;
}

a, a:visited {
	color: #000;
}
a:hover {
	color: #447cfe;
}

h1 {
	font-size: 36px;
	padding: 0px;
	margin: 0px;
}

.space {
	padding-bottom: 12px;
}
.maincopy {
	background-color: #9fce3a;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	width: 300px;
	height: 475px;
	vertical-align: middle;
}
.maincopy p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.contentc {
	padding-left: 50px;
}
#footer a , #footer a:visited{
	color: #000;
}
#footer table {
	margin-right: auto;
	margin-left: auto;
}

#footer a:hover {
	color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maincopy p a {
	color: #447cfe;
}
#gallery {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}

