	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		margin: 0;
		text-align: center;
		background: url(../images/bg_body_tile.jpg) 0 0 repeat-x;
	}
	
	#thumbs ul {
		display: block;
		list-style: none;
		margin: 0; padding: 0;
		overflow: hidden;
		float: left;
	}
	
	#thumbs li {
		float: left;
		list-style: none;
	}
	
	#thumbs li img {
		border: 1px solid black;
		margin: 0 20px 20px 0;
	}
	
	
	
	.clean {
		clear: both;
	}
	
		form {
		margin: 0;
	}
			
	form p {
		clear: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
	}
			
	form p label {
		float: left;
		width: 30%;
	}
			
	input.text, select.text {
		border: 1px solid #CCCCCC;
		width: 200px;
	}
			
	textarea {
		border: 1px solid #CCCCCC;
		width: 300px;
		height: 150px;
	}
			
	input.button {
		border: 1px outset #ccc;
		margin-left: 30%;
	}


	
	p,li {
		font-size: 75%;
		line-height: 1.8em;
	}
	
	a {
		text-decoration: underline;
		color: #993300;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#outer-wrapper {
		position: relative;
		text-align: left;
		width: 940px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
		background: #fff url(../images/bg_outer_wrapper_tile.jpg) 0 0 repeat-y;
	}
	
	* html #outer-wrapper {
		height: 100%;
	}
	
	#inner-wrapper {
		position: relative;
		float: left;
		width: 940px;
		padding: 0; margin: 0;
		background: url(../images/bg_inner_wrapper.jpg) 0 0 no-repeat;
	}
	
	#header {
		position: relative;
		width: 100%; height: 300px;
		float: left;
		padding: 0; margin: 0;
		height: 129px;
		display: block;
	}
	
		#header .logo {
			margin:0; padding:0;
			position:relative;
			width:320px; height:98px;
			overflow:hidden;
		}
		
		#header .logo a {
			display: block;
			cursor: pointer;
		}
			 
			#header .logo span {
				display:block;
				position:absolute; left:0; top:0; z-index:1;
				width:320px; height:98px;
				margin:0; padding:0;
				background:url("../images/bg_logo.jpg") top left no-repeat;
			}

	#header ul {
    margin: 0;
    padding: 0;
    list-style: none;
		padding: 0 10px;
		float: left;
		position: absolute;
		bottom: 0;
  }
	
  #header li {
    float: left;
		background: url("../images/left_both.gif") no-repeat left top;
    margin: 0 5px 0 0;
    padding:0 0 0 9px;
		font-size: 100%;
		font-weight: bold;
		line-height: normal;
  }
	
	#header li:hover, #header li:hover a {
		background-position:0% -150px;
  }
	
	#header li:hover a {
  	background-position:100% -150px;
		color:#730000;
  }	
	
	#header a {
		float: left;
		width:.1em;
    display: block;
		background: url("../images/right_both.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
		color: #fff;
		text-decoration: none;
  }
	
	#header > ul a {width:auto;}
	
	#header #current {
		 background-position:0% -150px;
  }
		
  #header #current a {
		background-position:100% -150px;
		color: #730000;
		text-decoration: none;
  }
	
	#leftcol {
		float: left;
		width: 58%;
		margin: 0 0 0 10px;
		padding: 1%;
	}
	
		#leftcol h2, #leftcol h3, #leftcol h4 {
			font-size: 150%;
			color: #820000;
			margin-top: 0;
		}
		
		#leftcol h3 {
			font-size: 120%;
			margin: auto;
		}
		
		#leftcol h4 {
			font-size: 100%;
			margin: auto;
		}
		
		#leftcol #buttons {
			display: block;
			float: left;
		}
		
		#leftcol #buttons img {
			float: left;
			margin: 0 20px 10px 0;
			border: none;
		}
	
		#homelist ul {
				margin: 0;
				padding: 0;
				
			}
			
			#homelist li {
				font-size: 100%;
				list-style: disc url(../images/bullet.jpg) outside;
			}
	
	#rightcol {
		float: right;
		width: 33%;
		margin: 0 10px 0 0;
		padding: 1%;
	}
	
	#rightcol .polaroid {
		width: 270px;
		margin-bottom: 50px;
		
	}
	
	#footer-wrapper {
		clear: both;
		width: 100%;
		margin: 0; padding: 0;
		background: #750000 url(../images/bg_footer_tile.jpg) 0 0 repeat-x;
		text-align: center;
	}
	
		#footer {
			position: relative;
			margin: 0 auto 0 auto;
			width: 940px;
			background: url(../images/bg_footer_fixed.jpg) 0 0 no-repeat;
			height: 97px;
			text-align: left;
		}
		
		#footer #address {
			display: block;
			height: 40px;
			overflow: hidden;
			margin-left: 10px;
			padding: 5px;
		}
	
		#footer #address p {
			color: #666666;
			font-size: 75%;
			margin: 0;
			line-height: 1.4em;
			text-align: left;
		}
		
		#footer p {
			text-align: center;
			color: white;
			font-size: 67.5%;
			margin: 0;
		}
	
		#footer a {
			color: #fff;
		}
