/* Tags
---------------------------------------------- */
body {
	margin: 81px 0 0 0;
	padding: 0px;
	color: #A68F7D;
	font: 12px Arial, Helvetica, sans-serif;
	background:#808A72 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0;
	color: #99744A;
	background-color: #2C0E2A;
	display: inline;  
	font: small-caps bold 18px/20px "Times New Roman", Times, serif;
}
h2 {
	margin: 0px;
	padding: 10px 0 0 0;
	color: #808A72;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3 {
	margin: 0px;
	padding: 10px 0 0 0;
	color: #987349;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #987349;
	text-decoration: none;
}
	a:hover {
		color: #808A72;
		text-decoration: underline;
	}
hr {
	color: #3F1F3E;
	height: 1px;
	background-color: #3F1F3E;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#container {
width:767px;
height:auto;
margin:0 auto;
padding:0px;
}
	#header {
	width:auto;
	height:250px;
	margin:0px;
	padding:0px;
	background:url(assets/images/header_bg.png) left top no-repeat;
	}
		#phone {
		width:280px;
		height:30px;
		margin:0px;
		padding:12px 50px 0 0;
		float:right;
		color: #fff;
		font:24px/30px Georgia, "Times New Roman", Times, serif;
		text-align:right;
		}
		#name_tag {
		width:509px;
		height:100px;
		margin:0px;
		padding:40px 20px 0 0;
		float:right;
		}
		#pics {
		width:222px;
		height:208px;
		margin:0px;
		padding:15px 0 0 12px;
		float:left;
		}
		#address {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		text-align:center;
		font:12px/17px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
		text-transform:uppercase;
		letter-spacing:1px;
		}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_repeat.jpg) left top repeat-y;
	}
		#leftCol {
		width:175px;
		height:auto;
		margin:0px;
		padding:0px;
		}
			#nav {
			width:150px;
			height:auto;
			margin:0px;
			padding:10px 0 0 25px ;
			text-align:right;
			text-transform:uppercase;
			font:12px/18px "Times New Roman", Times, serif;
			}
			#nav li {
			list-style:none;
			margin:0px;
			padding:0px;			
			}
			#nav li a{
			height:22px;
			margin:0px;
			padding:0 0 5px 0;
			display:block;
			color:#B8B1A8;			
			}
			#nav li a:hover {
			text-decoration:none;
			color:#987349;
			background:url(assets/images/nav_over.jpg) center bottom no-repeat;
			}
			
		#rightCol {
		width:565px;
		padding:0 14px 0 0;
		height:auto;
		margin:0px;
		float:right;	
		}
			
			#bodytext {
				width: 390px;
				height: auto;
				padding: 0 10px 0 0;
				margin: 0px;
				}
				
			#sidepic {
				float: right;
				width: 160px;
				height: auto;
				padding: 100px 0 0 0;
				margin: 0px;
				} 
			
	#footer {
	width:auto;
	height:50px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
#copy {
width:800px;
height:auto;
margin:0  auto;
padding:0px;
text-align:center;
color: #2C0E2A;
font:10px/22px Arial, Helvetica, sans-serif;
}

	#copy a {
		color: #FFFFFF;
		}

#dots {
	height: auto;
	width: auto;
	padding: 8px 0 5px 0;
	margin: 0px;
	background: url(assets/images/dots.jpg) repeat-x 30px bottom;
	}	
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}








