



#site {
	width: 769px;
	/* height: 600px; */
	height: 1200px;
	
}

#header {
	margin: 0px;
	padding: 0px;
}

#header_image {
	width: 769px;
	height: 129px;
	margin: 0px;
	padding: 0px;
}

#header_links_padding {
	float: left;
	height: 20px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #502417;
}

#header_links {
	font-weight: bold;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 4px;
	background-color: #502417;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#main {
	background-image: url('../images/background.jpg');
	width: 769px;
	height: 511px; 
	
	
}

#main1 {
	background-color: #D0C75E;
	width: 769px;
	height: 511px;
}

#main2 {
	background-color: #D0C75E;
	width: 769px;
	/* height: 511px; */
	height: 1011px;
}

#main3 {
	background-color: #D0C75E;
	width: 769px;
	/* height: 511px; */
	height: 3661px;
}

#main4 {
	background-color: #D0C75E;
	width: 769px;
	/* height: 511px; */
	height: 3850px;
}



#col1{
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#col2 {
	margin-left: 10px;
	float: right;
	width: 659px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left
}

#footer {
	margin: 0px;
	padding: 0px;
	background-color: #502417;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:right
}

a:link       {
	color: #FFFFFF;
	text-decoration: none;
  }
a            {
	color: #FFFFFF;
	text-decoration: none;
  }
a:visited    {
	color: #FFFFFF;
	text-decoration: none;
  }
a:active     {
	color: #FFFFFF;
	text-decoration: none;
  }

.blue {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

