.image {
	border:0;
	padding:0;
	margin:0;
}

.hide{
	display:none;
}

.imageHolder{
	padding-left:15px;
}

.gallthumb{
	border:0;
	padding:2px;
}

.current{
	color:#DDDDDD !important;
}

a:link, a:visited, a:hover {
	color:#ffffff;
	font-weight:bold;
}

img, div { behavior: url(../iepngfix.htc) }

html,body {
	margin:0;
	padding:0;
	background-image:url(../images/woodbg.jpg);
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:.95em;
	color:#666;
	line-height:1.4em;
}

h1 { 
	font:1.4em Times,Helvetica,sans-serif;
	color:#000000;
}

h2 {
	font:1.3em Times,Helvetica,sans-serif;
	color:#000000;

}

h3 {
	font:1.2em Times,Helvetica,sans-serif;
	color:#000000;
}

body{
	margin:0;
	padding:0;
	border:0;
	height:100% !important;
	min-height:100%;
	height:auto;
}


/* layout styles */

#container {
	margin: auto;
	margin-top: 45px;
	width:877px;
	clear:both;
}

#navigation{
	width:760px;
	height:29px;
	background: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

/*
 #navigation ul
{
	list-style: none;
	padding-top:8px;
	margin:0 auto;
	text-align:center;
}

 #navigation li
{
	height: 1em;
	line-height: 1em;
	float: left;
}

 #navigation li a
{
	height: 1em;
	line-height: 1em;
	width:100px;
	float:left;
	display:inline;
	height:15px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
*/

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
	 padding-top:3px;
	 font-family:Georgia, Georgia, serif;
 }

 #navigation ul {
     text-align: center;
 }

 #navigation ul li {
     display: inline;
     margin-right: .75em;
 }

 #navigation ul li.last {
     margin-right: 0;
 }

 #navigation li  a{
	text-decoration:none;
	padding: 2px .5em;
	padding-top:8px;
 }

#left-col{
	float:left;
	width:250px;
	height:90px;
	padding-top:30px;
}

#right-col{
	padding-top:30px;
	float:right;
	width:500px;
	padding-bottom:30px;
}

#left-col p, h1, h2, h3 {
	padding-left:30px;
	padding-right:30px;
}

#right-col p, h1, h2, h3 {
	padding-left:30px;
	padding-right:30px;
}


#content{
	background: url(../images/left_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height:450px;
	padding:0;
	margin:0;
	float:left;
}

*html #content{
	background: url(../images/left_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	height:450px;
	padding:0;
	margin:0;
	float:left;
}

.clear{
	clear:both;
}

#blueprint-top{
	width:875px;
	height:53px;
	float:left;
	background: url(../images/bluprint_top.png);
}

#blueprint-bottom{
	width:877px;
	height:69px;
	float:left;
	background: url(../images/bluprint_bottom.png);
}

#blueprint-left{
	width:53px;
	height:284px;
	float:left;
	background: url(../images/bluprint_up_left.png);
}

#blueprint-right{
	width:53px;
	height:384px;
	float:left;
	background: url(../images/bluprint_up_right.png);
	background-repeat: none;
	background-position: top left;
}

#inner_contain{
	width:760px;
	min-height:500px;
	float:left;
	background-color:#ffffff;
}

*html #inner_contain{
	width:760px;
	height:500px;
	float:left;
	background-color:#ffffff;
}

*html #blueprint-inner{
	background: url(../images/bluprint_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	height:15px;
}

#blueprint-inner{
	background: url(../images/bluprint_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	min-height:15px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.house-image{
	border:2px solid #888888;
	padding:3px;
	margin-left:17px;
}

.copyright{
	float:right;
	color:#FFFFFF;
	margin-right:60px;
}