/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 17px 0px 20px 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(assets/images/background.gif) no-repeat center 17px;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: bold 30px/32px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #666;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #464646;
	font: bold italic 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 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: #591414;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #666;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* 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;
}
.sideBox {
	width: 166px;
	height: auto;
	margin: 5px auto;
	padding: 5px;
	background-color: #fff;
	border: 1px dotted #000;
}
	.sideBox h3 {
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		margin: 0;
		text-align: center;
		color: #aaa;
	}
	.sideBox ul {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		list-style: none outside none; 
	}
		.sideBox ul li {
			text-align: center;
		}
			.sideBox ul li a {
				color: #111 !important;	
			}

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

/* Layout
---------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px 22px;
	width: 834px;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y center top;
	}
	#container {
		background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
		}
		#container2 {
			min-height: 749px;
			_height: 749px;
			background: transparent url(assets/images/container2_bg.jpg) no-repeat center bottom;
			}
			#rightCol {
				float: right;
				padding: 0px 15px 0px 0px;
				width: 181px;
				}
				#painting {
					margin: 28px 0px 0px 1px;
					}
				#nav {
					margin: 0px;
					padding: 13px 0px 0px 0px;
					width: auto;
					height: auto;
					}
					#nav li {
						margin: 0px 0px 9px 0px;
						padding: 0px;
						width: auto;
						height: auto;
						list-style: none outside none;
						border: 1px #4D4D4D solid;
						}
						#nav a {
							display: block;
							margin: 0px;
							padding: 5px 19px 6px 0px;
							width: 158px;
							height: auto;
							color: #fff;
							font: bold 13px/16px Arial, Helvetica, sans-serif;
							text-align: right;
							background: transparent url(assets/images/nav_bg.jpg) repeat-x left top;
							border: 1px #777 solid;
							}
						#nav a:hover {
							color: #000;
							text-decoration: none;
							background-image: url(assets/images/nav_hover.jpg);
							}
				#sidebar {
					padding: 25px 0px 125px 0px;
					color: #fff;
					}
					#sidebar a {
						color: #fff;
						}
			#leftCol {
				float: left;
				width: 585px;
				}
				#header {
					height: 370px;
					}
					#logo {
						position: absolute;
						margin: 49px 0px 0px 302px;
						}
					#addressPhone {
						color: #fff;
						font: 15px/22px Arial, Helvetica, sans-serif;
						}
						#addressPhone strong {
							margin-left: 15px;
							}
				#contents {
					padding: 0px 0px 70px 52px;
					}
			#clear {
				clear: both;
				height: 0px;
				font-size: 0px;
				line-height: 0px;
				}
#bottomBackground {
	margin: -121px auto 0px auto;
	width: 878px;
	height: 124px;
	background: transparent url(assets/images/bottomBackground.gif) no-repeat left top;
	}
#footer {
	margin: 0px auto;
	width: 878px;
	color: #fff;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#footer a {
		color: #fff;
		}
	#bottomNav {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		}
		#bottomNav li {
			display: inline;
			margin: 0px;
			padding: 0px 8px;
			width: auto;
			height: auto;
			list-style: none outside none;
			border-right: 1px #fff solid;
			}
		#bottomNav li.last {
			border: 0px;
			}
