@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 800px;
	margin: 0px auto 30px auto;
	display: block;
	border: 1px solid #000;
	border-top: none;
}

/* Header and Home Link */
#header {
	background: url(images/bg-header.jpg) no-repeat;
	height: 150px;
}
	h1 {
		margin: 0px;
		font-weight: normal;
		float: right;
	}
		#header a {
			color: #fff;
			text-decoration: none;
			font-size: 22pt;
			font-family: "Trajan Pro", "Garamond Premr Pro", "Times New Roman", serif;
			position: relative;
			top: 113px;
			right: 10px;
		}

/* Main Navigation */
#menu {
	background: url(images/bg-menu.jpg) no-repeat;
	height: 50px;
}
	#menu ul {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: right;
	}
		#menu li {
			display: inline;
			float: left;
		}
			#menu a {
				color: #fff;
				text-decoration: none;
				font-size: 12pt;
				font-family: "Trajan Pro", "Garamond Premr Pro", "Times New Roman", serif;
				display: block;
				padding: 15px 10px;
			}
			#menu a:hover {
				background: url(images/bg-hover.png) repeat;
			}
			#menu #active {
				background: #fff;
				color: #000;
			}

/* Contact Information */
#contact {
	background: url(images/bg-contact.png) no-repeat;
	width: 236px;
	height: 393px;
	float: left;
	margin: 50px 50px 0px 40px;
}

/* Main Content */
#content {
	width: 420px;
	float: left;
	font-size: 11pt;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	color: #555;
	margin-top: 50px;
}
	h2 {
		color: #000;
		font-weight: normal;
		margin-top: 0px;
	}
	h3 {
		color: #000;
	}
	h4 {
		margin: 0px;
	}
	#content a {
		color: #7b2f00;
		text-decoration: none;
	}
	#content a:hover {
		color: #ae5f00;
	}
	.caption {
		font-size: 9pt;
		font-style: italic;
	}
	.float-left {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.atl {
		position: relative;
		top: 3px;
	}
	
	/* Tables */
	.price-list {
		border: 1px solid #000;
		width: 420px;
	}
		.price-list td {
			border: 1px solid #000;
			padding: 5px;
		}
	.headings {
		font-weight: bold;
	}

/* Footer/ Sub Navigation */
#footer {
	background: url(images/bg-footer.gif) no-repeat right;
	height: 36px;
	clear: both;
	font-size: 10pt;
	text-align: right;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	margin: 0px;
	padding: 80px 10px 0px 0px;
}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #777;
	}