body, h1, div, table, tr, td{ margin: 0 0 0 0;}

*{ font-family: Arial;}

body{
	background: #000;
}

div#header{
	width: 950px;
	height: 217px;
	margin-top: 13px;
	text-align: left;
	position: relative;
	z-index: 1;
	background: transparent url(assets/images/header-bg.gif) top left no-repeat;
}

	div#logo{
	margin: 30px 0 0 10px;
	position: absolute;
	z-index: 3;
	}
	
	div#name{
	text-align: center;
	font-family: Trajan Pro;
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0px 0px 330px;
	position: absolute;
	z-index: 2;
	}
	
div#content{
	background: url(assets/images/content-bg.jpg) top left repeat-y;
	width: 950px;
	min-height: 300px;
}

	div#left-wrapper{
		width: 211px;
		float: left;
		padding:0 0 20px 10px;
		text-align: left;
	}

		div#left-col{
			width: 204px;
			background: url(assets/images/nav-bg.jpg) top left repeat-y;
			margin: 0 0 0 0px;
		}
		
			div#left-col-top{
				width: 204px;
				background: url(assets/images/nav-top.jpg) top left no-repeat;
				padding-top: 14px;
			}
			
				div#address{
					width: 158px;
					height: 91px;
					color: #722873;
					background: #ede6f3;
					font-family: Trajan Pro;
					font-size: 14px;
					font-weight: bold;
					padding: 20px 0 0 20px;
					margin: 0px 0 5px 11px;
				}
				
				ul#nav{
					background: url(assets/images/nav-topper.jpg) top left no-repeat;
					margin: 0 0 0 6px;
					list-style: none;
					padding: 0 0 0 0!important;
				}
				
					ul#nav li{
						height: 31px;
						width: 174px;
						padding: 10px 0 0 15px;
						background: url(assets/images/link-bottom.jpg) bottom left no-repeat;
					}
					
						ul#nav li a{
							text-decoration: none;
							color: #ad8557!important;
							font-weight: normal!important;
						}
						
						ul#nav li a:hover{
							color: #8866a4!important;
						}
						
						
					ul#nav li ul{
						display: none;
						background: #ede6f3;
						position: absolute;
						margin: -20px 0 0 170px;
						padding: 0 0 0 0;
						list-style: none;
					}
					
						ul#nav li ul li{
							background: #fff;
							margin: 3px 3px 3px 3px;
							padding: 2px 0 2px 10px;
							width: auto;
							height: auto;
							width: 150px;
						}
						
							ul#nav li ul li a{
								color: #722873!important;
							}
					
					ul#nav li:hover ul{
						display: block;
					}
						
						
		div#left-wrapper h2{
			font-size: 18px;
			color: #d2c0ab;
			padding-left: 20px;
		}
						
		div#left-wrapper ul{
			padding: 0 0 0 10px;
			font-size: 14px;
		}
		
			div#left-wrapper ul li a{
				color: #6a4987;
				font-weight: bold;
			}
		
	div#left-col-bottom{
		background: url(assets/images/nav-bottom.jpg) top left no-repeat;
		width: 204px;
		height: 47px;
		margin: 0 0 0 0px;
	}
	
	div#text{
		text-align: left;
		width: 587px;
		float: left;
		font-size: 14px;
		margin: 40px 0 0 10px;
		color: #53326e;
		padding-bottom: 20px;
	}
	
	div#right-col{
		border-left: 1px solid #cdc1d6;
		width: 130px;
		float: right;
		margin: 40px 0 40px 0;
	}
		div#right-col img{
			padding: 10px 0 10px 0;
		}

div#footer{
	background: url(assets/images/footer-bg.jpg) top left no-repeat;
	width: 950px;
	height: 55px;
	color: #fff;
	font-size: 12px;
}
	
	div#footer p{
		margin: 0 0 0 0;
		padding: 6px 0 0 0;
	}
	
	div#footer .copy{
		font-size: 10px;
		margin: 0 0 0 0;
		padding: 4px 0 0 0;
	}
	
	div#footer a{
		color: #fff;
	}
		
.clear{
	clear: both;
}

a{
	color: #ad8557;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #722873;
}

h2{
	font-size: 18px;
	color: #a48561;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #722873;
}

#contact-form{
	background: #ede6f3;
	border: 2px solid #722873;
	float: right;
	padding: 0 10px 10px 10px;
	margin: 15px 10px 10px 10px;
}

.img-border{
	border: 3px solid #722873;
	margin: 0px 10px 10px 10px;
}
#toplinks {
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: 0px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
}


