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

body {
	background-color: #440000;
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/content.jpg);
}

#header {
	height: 232px;
}

#intro {
	width: 815px;
	padding-top: 5px;
	margin-left: 50px;
}

#content {	
	width: 900px;
	padding-top: 0;
	margin-top: 0;
}

#pics {
	width: 900px;
	height: 1140px;
	background-image: url(../images/piccontent.jpg);
	background-repeat:no-repeat;
}

#bottom {
	width: 900px;
	height: 777px;
	background-image:url(../images/bottomcontent.jpg);
	background-repeat:no-repeat;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 100px;
}


/* content table -----------------------------------------------*/

.content {
	width: 816px;
	margin-left: 47px;
	margin-top: 264px;
}
.content td {
	width: 272px;
	padding-right: 5px;
}

.content2 {
	width: 816px;
	margin-left: 47px;
	margin-top: 250px;
}
.content2 td {
	width: 272px;
	padding-right: 5px;
}

.content3 {
	width: 816px;
	margin-left: 47px;
	margin-top: 246px;
}
.content3 td {
	width: 272;
	padding-right: 5px;
}

/* text styles-------------------------------------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

#intro {
	margin-bottom: 4px;
}

#intro h1 {
	padding: 0px 10px;
	margin: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
}
	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #444444;
}