html {
height: 100%;
}


body {
	background-image: url(../images/patt-bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}

a:link {
	color: #741916;
}
a:visited {
	color: #741916;
}
a:hover {
	color: #A99269;
}
a:active {
	color: #741916;
}

#start {
	height: 500px;
	width: 800px;
       background-image: url(../images/start-bg.png);
	margin-left:auto;
	margin-right:auto; 
       margin-top:-15px;
}



#wrap {
	height: 1000px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#headbg {
	background-image: url(../images/head-bg.jpg);
	height: 350px;
	position: static;
}
#head1 {
	width: 775px;
	background-repeat: no-repeat;
	height: 342px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/head-1.jpg);
	}
#head2 {
	width: 775px;
	background-repeat: no-repeat;
	height: 342px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/head-2.jpg);
	}
#head3 {
	width: 775px;
	background-repeat: no-repeat;
	height: 342px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/head-3.jpg);
	}
#head4 {
	width: 775px;
	background-repeat: no-repeat;
	height: 342px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/head-4.jpg);
	}
#head5 {
	width: 775px;
	background-repeat: no-repeat;
	height: 342px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/head-5.jpg);
}
#navigation {
	float: left;
	height: 207px;
	width: 194px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 140px;
	background-image: url(../images/nav-bg.png);
	line-height: 12px;
}
#textwrap {
	height: 300px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/text-bg.png);
}

#left {
	float: left;
	height: 175px;
	width: 350px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #741916;
	font-weight: lighter;
}
#right {
	float: right;
	height: 275px;
	width: 355px;
	padding-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
#texthead {
	height: 153px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
}
#footer {
	background-image: url(../images/footer.png);
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
#navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #741916;
}
#navigation a:active {
	text-decoration: none;
}
