body, h1, h2, h3, h4, h5, h6, p, ul, li, fieldset{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

h1{

}

h1 a{
	width:800px;
	display:block;
	height:50px;
	text-indent:-999999px;
}

br{
	clear:both;	
}

a{
	color:#8a7249;
}

a:hover{
	text-decoration:none;
	color:#000000;	
}

body{
	text-align:center;
	background:#8a7249 url("images/test.jpg") repeat;
}

h2, h3{
	font-family: georgia;
	font-weight:normal;
	margin-bottom:10px;
}

#main h3{
	text-align:right;
}

p, #main ul, label{
	font-family:georgia;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:1em;
}

#main ul{
	list-style-type:none;
	margin-left:1em;
}

#main ul li{
	list-style-type:none;
	background:url("images/list.png") left no-repeat;
	padding-left:20px;
}

#container{
	background:url("images/bg.png") left top repeat;
	width:800px;
	margin:0 auto;
	text-align:left;
	border:solid 10px #fff;
}

#header{
	height:180px;
	background:url("images/header.png") left top no-repeat;
	margin-bottom:20px;
	padding-top:40px;
}

#main{
	width:475px;
	float:right;
	margin-left:20px;
}

#side{
	width:305px;
	float:left;
}

#side h3{
	font-size:100%;
	margin-left:5px;
	margin-bottom:25px;
}

#footer{
	clear:both;
}

#footer p{
	font-size:70%;
	text-align:right;
	float:right;
	background:#AACA5D;
	color:#ffffff;
	padding:.25em;
	margin-bottom:0;
	border:solid 1px #ffffff;
	border-bottom:none;
	border-right:none;
}

.content{
	padding:25px;
}

ul.thumb li{
	display:inline;
	padding:5px;
	margin-bottom:10px;
	float:left;
	background:url("images/img_bg.png") left top no-repeat;
}

ul.thumb li.space{
	margin-right:85px;	
}

ul.thumb li a img, ul.lg_thumb li a img{
	border:none;
	margin:5px;
}

ul.lg_thumb li{
	display:inline;
	float:left;
	padding:5px;
	margin-bottom:5px;
	background:url("images/lg_img_bg.png") left top no-repeat;
}

fieldset{
	border:none;
	margin:0;
	padding:0;
}

label{
	width:120px;
	float:left;	
}

input, textarea{
	margin-bottom:1em;
	border:solid 1px #AACA5D;
	padding:.5em;
}

textarea{
	height:150px;
	width:250px;
}

#submit{
	margin-left:120px;
	background:#AACA5D;
	border:solid 1px #fff;
	color:#fff;
	padding:.5em;
	cursor:pointer;
}

p.label{
	width:78px;
	float:left;
	clear:both;
	background:#77614A;
	padding:5px;
	border:solid 1px #fff;
	color:#fff;
}

p.text{
	width:315px;
	float:right;
	background:#fff;
	border:solid 1px #bbb;
	padding:5px;
	margin-right:2px;
}

img.portfolio{
	background:#ffffff;
	padding:10px;
	border:solid 1px #bbb;
	margin-bottom:1em;
}

p#contact{
	text-align:right;	
}