body {
	background: url(assets/bg.gif) repeat-x #B06038;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: url(assets/bg-main.jpg) repeat-x 0 135px #B16C4B;
	}	
#top {
	background: url(assets/top.gif) no-repeat;
	height: 110px;
	}
#nav {
	background-color: white;
	height: 26px;
	margin: 0;
  padding: 0;
	text-align: center;
	padding: 0 24px;
	margin-bottom: 4px;
	text-align: center;
	margin: 0 auto;
}
#subnav {
	float: left;
	position: relative;
	width: 150px;
	background: white;
	margin: 0 12px 12px 0;
	margin-right: 25px;
	font-size: 12px;
	}
#subnav a {
	display: block;
	background-color: #354869;
	margin: 0 1px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 8px;
	}	
#subnav a.subheader {text-transform: uppercase; background-color: white; margin: 0;}
#subnav a.subheader:link {color: #777;}
#subnav a.subheader:visited {color: #777;}
#subnav a.subheader:hover {color: #000;}
#subnav a.subheader:active {color: #777;}
#subnav a:link {color: white;}
#subnav a:visited {color: white;}
#subnav a:hover {color: #CB4802;}
#subnav a:active {color: white;}
#subnav a.current {color: #CB4802;}

#bar {
	height: 13px;
	background: url(assets/top-bar.gif) repeat;
	margin: 0 31px;
	}
#bottom {
	background-color: #DDBCAB;
	height: 85px;
	clear: both;
	position: relative;
	}
#bottom-address {
	color: #4d6f36;
	font-weight: bold;
	padding-top: 30px;
	margin-left: 12px;
	}
#logo-holland {
	display: block;
	position: absolute;
	top: 30px;
	left: 240px;
	}
#logo-panel {
	display: block;
	position: absolute;
	top: 10px;
	left: 400px;
	}
#bottom img {border: 0;}	
#content {
	background: url(assets/bg-content.jpg) repeat-x #fff;
	padding-bottom: 20px;
	margin: 0 31px;
	overflow: hidden;
  height: 1%;
	}	
h1 {
	text-align: center;
	background: url(assets/bg-header.jpg) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: white;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}
h2 {
	background: url(assets/bg-listing-header.gif) no-repeat;
	padding: 10px 20px;
	font-size: 14px;
	margin-bottom: 5px;
	}	
#category {
	margin: 12px;
	}
#newsletter {margin: 12px;}	
.listing {margin: 12px; clear: right; }
.imageleft, .imageright {display: inline;}
.imageright {
	margin: 0 -12px 10px 10px;
	float: right;
	position: relative;
	border-right: 1px solid #cc4801;
	border-bottom: 1px solid #cc4801;
	display: inline;}
.imageleft {
	margin: 0 10px 10px 0px;
	float: left;
	position: relative;
	border-left: 1px solid #cc4801;
	border-bottom: 1px solid #cc4801;
	}
.imageright img {margin-right: 10px; border-left: 1px solid black; border-bottom: 1px solid black;}
.imageleft img {margin-left: 10px;; border-right: 1px solid black; border-bottom: 1px solid black;}
.imagecaption {font-size: 10px; font-weight: bold; color: #273a5b; padding-bottom: 6px;}
.imageleft .imagecaption {margin-left: 10px;}
#content ul {}
#content li {list-style-position: outside;}
#content a {font-weight: bold;} 
a:link {color: #027149;}
a:visited {color: #027149;}
a:hover {color: #000;}
a:active {color: #027149;}

/* Image Upload Icons */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 18px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
	font-size: 12px;
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.download {  background-image: url(images/file-ext/download.gif); clear: none;}
