/* CSS Document */

/* Body & Main properties */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #885a00;
	}

img {
	border: 0px;
	}

#colthree img {
	color: #000;
	border: 1px;
	}
	
#colmain img {
	color: #000;
	border: 1px;
	}
	
.main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px;
	}

a:link {
  color:#ffbd04;
  text-decoration:none;
  }
a:visited {
  color:#ffbd04;
  text-decoration:none;
  }
a:hover {
  color:#c0bba6;
  text-decoration:none;
  }
  
#navtext a:link {
  color:#fff;
  text-decoration:none;
  }
  
#navtext a:visited {
  color:#fff;
  text-decoration:none;
  }

#navtext a:hover {
  color:#664b00;
  text-decoration:none;
  }
  
#headertext a:link {
  color:#fff;
  text-decoration:none;
  }
  
#headertext a:visited {
  color:#fff;
  text-decoration:none;
  }

#headertext a:hover {
  color:#c0bba6;
  text-decoration:none;
  }
	
/* Header */

#header {
	text-align: left;
	background: #fff url("images/header.gif") no-repeat center;
	width: 548px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	}
	
#headertext {
		color: #fff;
		font: 10px Arial, Helvitica, sans-serif;
		padding: 13px 15px 0px 145px
		}
		
	
/* Content */

	
#content2 {
	text-align: left;
	background: url("images/background.gif") repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 548px;
	z-index: 2;
	}

#largeimage {
	position: relative;
	top: 0px;
	left: 135px;
	}
	
#texttop {
	position: relative;
	top: -155px;
	left: 33px;
	background: url("images/text_bg_top.gif") no-repeat;
	width: 475px;
	padding: 0px 0px 10px 0px;
	}
#text {
	position: relative;
	top: 8px;
	background: url("images/text_bg.gif") repeat-y;
	padding: 6px;
	font: 10px Arial, Helvitica, sans-serif;
	color: #fff;
	}
	
#textbottom {
	position: relative;
	top: 5px;
	background: #fff url("images/text_bg_bottom.gif") no-repeat;
	width: 475px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	}
	
/* Nav */

#nav {
	position: relative;
	top: -163px;
	left: 33px;
	text-align: left;
	background: url("images/nav_bg.gif") no-repeat;
	margin: 20px 0px 0px 0px;
	padding: 0px 9px 0px 0px;
	width: 93px;
	height: 143px;
	}
	
#navtext {
		font: 10.5px Arial, Helvitica, sans-serif;
		padding: 3px 0px 0px 10px;
		}
		
#navtext2 {
		font: 9px Arial, Helvitica, sans-serif;
		padding: 0px 0px 0px 5px;
		}

/* Text Area Styles */



/* Footer */
	
#footertext {
		position: relative;
		top: -160px;
		width: 465px;
		font: 10px Arial, Helvitica, sans-serif;
		background: #fff;
		padding: 10px 0px 0px 0px;
		color: #000;
		}
		
#footer {
	position: relative;
	top: -36px;
	background: #fff url("images/footer_bg.gif") no-repeat bottom;
	width: 548px;
	height: 267px;
	margin: 0px;
	padding: 0px;
	}