/* Liquors 44 Style Sheet */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #3a3b3e;
	font-size: medium;
}

#wrapper {
	width: 790px;
	background: none;
	margin: auto;
}

#container {
	width: 760px;
	margin: auto;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	color: #761722;
	font-style: italic;
}

/* @group Header */

#header {
	display: none;
}

#header_two {
	display: none;
}

#header_two img {
	display: none;
}

/*#header_left {
	width: 260px;
	float: left;
	margin: 8px 0;
}

#header_right {
	width: 460px;
	float: right;
	text-align: right;
}*/

/* @end */

/* @group Content */

#content {
	width: 480px;
	margin: 0 255px 20px 20px;
}

.content_flash {
	border: 3px solid #761722;
	margin-bottom: 5px;
	padding: 4px;
}

.content_img {
	border: 3px solid #761722;
	margin: 5px 10px 5px 0;
	padding: 4px;
	float: left;
}

#content p {
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 10px;
}

#content a {
	color: #761722;
	border-bottom: 1px dotted #761722;
	text-decoration: none;
}

#content a:hover {
	color: #334171;
	border-bottom: 1px dotted #334171;
	text-decoration: none;
}

#content img {
	display: none;
	padding: 2px;
	border: 2px solid #761722;
}

/* @end */

/* @group Right Column */

#right_column {
	display: none;
}

#nav {
	width: 200px;
	border-top: 4px double #761722;
	/*border-left: 1px solid #761722;
	border-right: 1px solid #761722;*/
	text-align: right;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	color: #761722;
	font-size: 110%;
	border-bottom: 4px double #761722;
	background: #fff;
	list-style: none;
	display: block;
}

#nav li a {
	color: #761722;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 5px;
}

#nav li a:hover {
	color: #1c2954;
	background: #dcdde4;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 5px;
}

.callout {
	width: 187px;
	border: 3px solid #761722;
	padding: 4px;
	margin: 0px 0 15px 0;
	text-align: center;
}

.callout h4 {
	background: #e1b8ba;
	padding: 5px;
	margin: 0 0 5px 0;
	text-align: center;
}

.callout a {
	color: #761722;
	text-decoration: none;
}

#location {
	width: 187px;
	border: 3px solid #761722;
	padding: 4px;
	margin: 0px 0 15px 0;
	text-align: center;
}

.locationstitle h4 {
	background: #e1b8ba;
	padding: 3px;
	margin: 0 0 5px 0;
	text-align: center;
}

#location h5 {
	margin: 0;
	padding: 6px 0 3px 0;
	font-size: 90%;
	color: #1c2954;
}

#location p {
	font-size: 80%;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdde4;
}
/* @end */

/* @group Footer */

#footer {
	display: none;
}

.footer_text {
	font-size: 75%;
	text-align: right;
}

.footer_text a{
	color: #1c2954;
}

/* @end */




