html { 
	padding: 0px;
	margins: 0px;
	}

img { 
	display: block;
	border: 0px; 
	} 

body {
	background-position: center top; 
	background-repeat: repeat; 
	background-image: url("../images/bg.gif"); 
	background-color: #999;
	margin: 0px;
	font-family: verdana; 
	font-size: 11px;
	color: #666;
	}
	
#container {
	background-color: #ecece1;
	margin: 0px auto; 
	width: 760px;
	border-left: solid #6a725c 3px;
	border-right: solid #6a725c 3px;
	}


#header {
	background-position: center top; 
	background-repeat: repeat; 
	background-image: url("../images/header.jpg");
	height: 150px;
	}
	
#large-text {
	height: 180px;
	}

#block {
	padding-bottom: 15px;
	}
	
#left-column {
	float: left;
	width: 320px;
	text-align: left;
	padding: 29px 20px 16px 40px;
	}
	
#right-column {
	float: right;
	width: 320px;
	text-align: left;
	padding: 29px 40px 16px 20px;
	}

#footer {
	background-position: center top; 
	background-repeat: no-repeat;
	background-image: url("../images/footer-bg.gif"); 
	clear: both;
	height: 31px;
	}



h1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #6a725c;
	line-height: 21px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

p {
	font-family: verdana;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	}
	
ul {
	font-family: verdana;
	font-size: 11px;
	color: #666;
	list-style-type:none;
	padding: 2px 0px 7px 0px;
	margin: 0px;
	}
	
li {
	margin: 0px;
	background: url("../images/bullet-grey.gif") no-repeat;
	background-position: 0 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	
	
	
img.line-break-homepage {
	margin: 3px 0px 5px 0px;
	}

	
	
a {
	outline: none;
	}

a.linkcolor1:link {
	color: #b39e52; 
	text-decoration: none;
	} 

a.linkcolor1:visited {
	color: #b39e52; 
	text-decoration: none;
	} 

a.linkcolor1:hover {
	color: #cfc599; 
	text-decoration: none;
	} 
	
a.linkcolor1:active {
	color: #cfc599; 
	text-decoration: none;
	}



a.read-more {
	font-family: verdana;
	font-size: 10px;
	line-height: 18px;
	}
	
a.read-more:link {
	color: #b39e52; 
	text-decoration: none;
	} 

a.read-more:visited {
	color: #b39e52; 
	text-decoration: none;
	} 

a.read-more:hover {
	color: #cfc599; 
	text-decoration: none;
	} 
	
a.read-more:active {
	color: #cfc599; 
	text-decoration: none;
	}
	
	
	
a.homepage {
	position: absolute;
	display: block;
	width: 167px;
	height: 76px;
	margin: 25px 0px 0px 38px;
	padding: 0px;
	} 	

#top-nav {
	padding-left: 20px;
	padding-top: 128px;
	}

#top-nav a,
#footer-nav a {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	}
	
#top-nav a {
	padding-left: 20px;
	}
	
#top-nav a:link {
	color: #6a725c; 
	text-decoration: none;
	} 

#top-nav a:visited {
	color: #6a725c; 
	text-decoration: none;
	} 

#top-nav a:hover {
	color: #99a08a; 
	text-decoration: none;
	} 
	
#top-nav a.active {
	color: #363f30; 
	text-decoration: none;
	}
	
	
	
#footer-nav {
	padding-left: 20px;
	padding-top: 9px;
	}
	
#footer-nav a {
	padding-left: 20px;
	}
	
#footer-nav a:link {
	color: #666; 
	text-decoration: none;
	} 

#footer-nav a:visited {
	color: #666; 
	text-decoration: none;
	} 

#footer-nav a:hover {
	color: #999; 
	text-decoration: none;
	} 
h3 {
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}