* {margin:0;padding:0;}

body {
	font-family: Georgia, Arial, sans-serif;
	font-size:13px;
	background:#513b3d url(../images/bg.jpg) top left repeat-x;
}

h1 {
	font-size:20px;
	font-family: Georgia, Arial, sans-serif;
	font-weight:bold;
	color:#b25228;
}

h3 {
	font-size:13px;
	color:#b25228;
}

#master {
	width:763px;
	margin:0px auto;
}

#header {
	border:10px solid #b1a694;
	border-bottom:0px;
	background:#f7f6ef;
	height:80px;
	width:743px;
	text-align:center;
	padding-top:20px;
}

.garaFont {
	font:18px Garamond;
	font-style:italic;
	font-weight:bold;
}

.georgiaFont {
	font:20px Georgia;
	color:#b25228;
	font-weight:bold;
}

.smallFont {
	font:11px Georgia;
}

#topMenu {
	width:743px;
	padding:0;
	border-left:10px solid #796d4a;
	border-right:10px solid #796d4a;
	background:#e0e0d3;
}

#topMenu ul {
	list-style-type:none;
	display:inline;
}

#topMenu li {
	display:block;
	float:left;
	font:13px Georgia, arial, sans-serif;
	padding:20px 0 20px 0px;
	width:146px;
	background:#e0e0d3;
	border-right:1px dashed #796d4a;
	
}

#topMenu ul li a {
	margin:0 0 0 20px;padding:0 0 0 20px;
	color:#513b3d;
	text-decoration:none;
	background: transparent url('../images/bullet-1.png') center left no-repeat;
	font-weight:bold;
}

#topMenu ul li p {
	font-size:11px;
	font-weight:bold;
	margin:0;padding:0 0 0 40px;
	color:#b25228;
}

#topMenu li.noborder { border:0px solid #000;}

#topTitle {
	background:#b25228;
	border-left:10px solid #796d4a;
	border-right:10px solid #796d4a;
	color:#fff;
	padding:7px;
	font-size:11px;
	font-weight:bold;
}

#topTitle span.right {
	margin-left:145px;
	
}

#contentArea {
	border-left:10px solid #796d4a;
	border-right:10px solid #796d4a;
	background:#f2f2e8;
}

#navigation {
	width:240px;
}

html>body #navigation {
	width:235px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#menu {
	float:left;
	display:inline;
}

#navigation ul {
	margin:0;padding:0;
	list-style:none;
}

#navigation ul li {
	padding-left:10px;
}

html>body #navigation ul li {
	padding:0;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #513b3d;
	background: #f2f2e8 url('../images/bullet-2.png') center left no-repeat;
	padding:10px 0px 10px 30px;
	margin:0px;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	font-size:11px;
}

#navigation ul li a:hover {
	background: #cdceba url('../images/bullet-2.png') center left no-repeat;
	color:#b25228;
}

#search {
	margin:20px 0 0 20px;
	font:12px 'Trebuchet MS', Verdana, arial, sans-serif;
	color:#b25228;
}

#search p {
	color:#000;
	margin-top:5px;
}

#content {
	margin-left:235px;
	background:#fff;
	width:508px;
	padding-left:2px;
}

html>body #content {
	width:508px;
	padding:0;
}
#content img {
	border:0px;
}

#contentText {
	font:11px/1.5em 'Trebuchet MS', Verdana, arial, sans-serif;
	margin:20px 10px 0 0px;
	padding:0 10px 20px 15px;
	color:#513b3d;
}

#contentText p {
	margin:10px 0 0 0px;
}

#contentText p.bold {
	font-weight:bold;
	margin:10px 0 -10px 0;padding:0;
}

#contentText h3 {
	margin:10px 0 0 0px;
}

#contentText h1 {
	margin:10px 0 0 0px;
}

#contentText ul {
	margin:0 0 0 20px;
}

#contentText span {
	margin-top:20px;
	display:block;
}

#contentText dl {
	margin:20px 0 0 0;
}

#contentText dt {
	margin:10px 0 0 0;
	color:#b25228;
}

#contentText dd {
	margin:0 0 0 20px;
}

#contentText  a {
	margin-top:20px;
	color:#b25228;
	text-decoration:none;
	border-bottom:1px solid #b25228;
}

#contentText a:hover {
	color:#b25228;
	text-decoration:none;
	border-bottom:1px dashed #b25228;
}

.nobullet {
	list-style-type:none;
	margin:0;padding:0;
}

.callout {
	display:inline;
	padding-left:0px;
	text-align:left;
}

html>body .callout {
	padding:0;
}

#menuFooter {
	font-family:'Trebuchet MS', Verdana, arial, sans-serif;
	font-size:11px;
	background:#796d4a;
	padding:10px 0 10px 0;
	color:#fff;
	text-align:center;
	border-left:10px solid #796d4a;
	border-right:10px solid #796d4a;
}

#menuFooter ul {
	list-style-type:none;
	
	
}

#menuFooter li {
	display:inline;
}

#menuFooter li a{
	color:#fff;
	text-decoration:none;
}

#menuFooter li a:hover{
	color:#fff;
	text-decoration:underline;
}

#neatFooter {
	font-family:'Trebuchet MS', Verdana, arial, sans-serif;
	font-size:11px;
	text-align:right;
	color:#fff;
	margin:20px 40px 20px 0;
}

html>body #neatFooter {
	margin:20px 0;
}

#neatFooter a {
	color:#f93;
	text-decoration:none;
}
.clear {clear:both;}
