* {
	padding: 0;
	margin: 0;
}	

/* ####################### GLOBAL ######################## */

body {
	background: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;	
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8a0019;	
	text-decoration: none;
}

a:hover, a:active {
	color: #8a0019;	
	text-decoration: underline;
}


/* ####################### GENERAL & TEXT ######################## */

p {
	margin: .8em 0;
}

.clear {
	clear: both;
	font: 0;
}	

h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

.red {
	color: #8a0019;
}

.md {
	font-size: 12px;
	line-height: 1.5em;
}

.lg {
	font-size: 14px;
	line-height: 1.4em;
}	

.xlg {
	font-size: 20px;
	line-height: 1.2em;
}	

.lhSm {
	line-height: 1.3em;
}	

/* ####################### STRUCTURE ######################## */

#container {
	margin: 35px auto;
	padding: 0;
	width: 850px;
	text-align: left;
}

#content {
	background: #d2c2a7 url(../images/bg.jpg) repeat-y;
	width: 850px;
}	

#columnLeft {
	width: 252px;
	float: left;
}

#columnRight {
	width: 598px;
	float: left;
}

#logo {
	width: 252px;
	height: 104px;
	background: url(../images/logo.gif) no-repeat;;
}	

#navHome {
	width: 252px;
	height: 178px;
}	

#nav {
	width: 252px;
	height: 220px;
}

#contact {
	width: 220px;
	height: 205px;
	padding: 0 0 0 32px;
}

#footerCowHome {
	width: 252px;
	height: 52px;
	background: url(../images/cowHome.gif) no-repeat;
}

#footerCow {
	width: 850px;
	height: 52px;
	background: url(../images/cow.gif) no-repeat;
}


/* ####################### RIGHT COLUMN LAYOUTS ######################## */


#header {
	width: 598px;
	height: 228px;
}

#pageContent 
{
	width: 536px; 
	padding: 0 52px 0 0;
}

#contentReservationsL {
	width: 366px;
	float: left;
}

#contentReservationsR {
	width: 146px;
	padding: 0 32px 0 54px;
	float: left;
}

.reviews {
	width: 375px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
}

.sitemap {
	width: 536px;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #333;
}


/* ####################### FOOTER STYLES ######################## */

#footerLeft {
	width: 256px;
	height: 52px;
	float: left;
}

#footerRight {
	background: #0f0f0f;
	width: 584px;
	height: 39px;
	float: left;
	padding: 8px 10px 0 0;
}

#footerInfo {
	width: 489px;
	height: 39px;
	float: left;
	text-align: right;
}

#footerSocial {
	width: 95px;
	height: 37	px;
	padding: 2px 0 0 0;
	float: left;
	text-align: right;
}

.footer {
	color: #999999;
	font-size: .92em;
	line-height: 1.5em;
}

.footer a:link, .footer a:visited {
	color: #cccccc;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #cccccc;
	text-decoration: underline;
}

.clearfix 
{
	clear:both;
}

#adminform 
{
	color:red;
}