/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FEFCF7;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #333;
	width: 902px;
	float: left;
	padding: 10px;
	height: 96px;
	margin: 10px 0px 0px 0px;
}
#navigation {
	float: left;
	width: 912px;
	color: #333;
	margin: 0px;
	height: 44px;
	padding-top: 5px;
	padding-left: 10px;
}
#leftcolumn {
	color: #7A582D;
	margin: 0px;
	height: 535px;
	width: 543px;
	float: left;
	background-image: url(images/content-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#rightcolumn {
	float: left;
	color: #333;
	margin: 0px;
	height: 500px;
	width: 322px;
	display: inline;
	background-image: url(images/content-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#for {
	background-color: #f7f2e3;
	margin-top: 1px;
	margin-right: 7px;
	padding: 10px;
}
#for  ul{
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 13px;
}
#for ul li {
	font-size: 14px;
	color: #7A582D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B815E;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#leftcolumn ul {
	padding-left: 20px;
}


#footer { 
 width: 902px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#mainabout {
	width: 250px;
	height: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3C7B6;
	float: left;
	color: #7A582D;
	padding-right: 5px;
	padding-left: 8px;
}
#topcontact {
	float: right;
	margin-top: 19px;
	margin-right: 15px;
}
p {
	margin-bottom: 10px;
}

#logo {
	float: left;
}

a {
	color: #7A582D;
}

#mainevents {
	width: 260px;
	height: 250px;
	float: left;
	margin-left: 10px;
	color: #7A582D;
}
h2 {
	letter-spacing: -1px;
	font-size: 21px;
	color: #AB2216;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #872017;
	margin-bottom: 12px;
}
h1 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #63140D;
	padding-bottom: 12px;
	padding-top: 6px;
}
.imgspace {
	padding: 5px;
	border: 1px solid #872017;
	margin-bottom: 6px;
	margin-left: 8px;
}
h3 {
	letter-spacing: -1px;
	font-size: 21px;
	color: #AB2216;
	padding-top: 6px;
	margin-bottom: 8px;
}

