body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:60px;
}

#head {
	height:50px;
	width:780px;
}

#head #headLeft {
	width:300px;
	float:left;
	text-align:left;
}

#head #headRight {
	width:220px;
	float:right;
	text-align:right;
	padding-top:20px;
}

#main {
	width:780px;
}

#main #mainTop {
	height:25px;
	text-align:right;
	background-color:#FFFFFF;
	border-top:1px solid #6A4B39;
	border-left:1px solid #6A4B39;
	border-right:1px solid #6A4B39;
}

#main #mainNav {
	width:780px;
}

#main #mainNavLeft {
	height:38px;
	width:450px;
	float:left;
	text-align:left;
	margin-left:1px;
}

#main #mainDiv {
	height:38px;
	width:1px;
	background-color:#FFFFFF;
	float:left;
}

#main #mainBut a {
	height:25px;
	float:left;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#main #mainBut a:hover {
	height:25px;
	background-color: #6A4B39;
	float:left;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	cursor: hand;
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#main #mainButHit a {
	height:25px;
	background-color:#D5BD7F;
	float:left;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#main #mainNavTime {
	width:200px;
	float:right;
	text-align:right;
	padding-top:13px;
	padding-right:10px;
}

#mainBottom {
	width:780px;
	border-bottom:1px solid #6A4B39;
	border-left:1px solid #6A4B39;
	border-right:1px solid #6A4B39;
	text-align:left;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#mainBottom #mainBottomContent {
	width:450px;
	float:left;
	padding-left:20px;
	padding-top:30px;
	padding-bottom:20px;
}

#mainBottom #mainBottomPic {
	width:270px;
	background-image:url(images/bg_logo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	float:right;
}

#mainBottom #mainBottomLinks {
	width:200px;
	background-image:url(images/bg_logo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:60px;
	padding-top:30px;
	padding-bottom:20px;
	float:right;
}

#foot {
	width:780px;
	padding-top:20px;
}

#clear {
	clear:both;
}

.home {
	background-image:url(images/bg_home.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.contact {
	background-image:url(images/bg_contact.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.other{
	background-image:url(images/bg_other.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.none {
	background-image:url(images/bg_content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.ol {
	border: 1px solid #6A4B39;
}


/* TEXT */

p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	list-style-image: url(images/icon_bullet_main.jpg);
}

a {
	font-weight:bold;
	color:#751370;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:#3D7B85;
	text-decoration:underline;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#6A4B39;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#867165;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}

.black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.brown{
	color:#867165;
}

.brown a {
	color:#867165;
	text-decoration:none;
}

.brown a:hover {
	color:#867165;
	text-decoration:underline;
}

.white a {
	color:#FFFFFF;
	text-decoration:none;
}

.white {
	color:#FFFFFF;
	text-decoration:none;
	list-style-image: url(images/icon_bullet.jpg);
}


.lightbrown {
	color:#C2A161;
}

.cream {
	color:#DBC18A;
}
