@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: url(images/green_bg.gif) repeat-y top center #3e5c19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	line-height: 20px;	
	height: 100%
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #950645;
	padding: 0;
	margin: 0;	
}

#container {
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	background: transparent url(images/footer.jpg) center bottom no-repeat;
}

#content {
	width: 489px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/under_construction.png) left top repeat-y;
}

.contentmid {
	padding-top: 50px;
	margin-bottom: 0;
	margin: 0;
	text-align: center;
}

.contact {
	text-align: left;
	margin-left: 60px;
	margin-right: 20px;
}

.pink {
	color: #950645;
}

.small {
	font-size: 10px;
}

.center {
	margin-right: 10px;
}

.dots {
	height: 3px;
	width: 322px;
	background: url(images/dots.gif) top left no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


.spacer {
	height: 20px;
	width: 100%;
	clear: both;
}

.spacerhalf {
	height: 10px;
	width: 100%;
	clear: both;
}