body {
	background-color: #FEFBFB;
	margin: 0;
	padding: 0;
}

* html body {
	text-align: center;
}

body, td, .NormalText {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #030303;
}

a img {
	border: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

form {
	display: inline;
	margin: 0;
}

/*--- Links ---*/

a:link, a:active, a:visited {
	color: #6F452D;;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Title {
	font-size: 18px;
}

/*--- Layout ---*/

div#frame {
	width: 775px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

* html div#frame {
	text-align: left;
}

div#header {
	padding: 0;
	margin: 0;
	background-color: #6F452D;
}

div#nav, div#footer {
	background-color: #E6D49D;  /* #FFCC33; */
	font-size: 10px;
}

div#body {
	width: 745px;
	margin-left: 30px;
}

* html div#body {
	margin-top: 15px;
}

div#footer {
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
	font-size: 12px; 
}

/*--- Nav Menu ---*/

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

html ul#menu {
	margin-left: 15px;
	height: 45px;
}

ul#menu li a {
	display: block;
	float: left;
	text-align: center;
	width: 75px;
	padding: 10px;
	font-size: 12px;
}

* html ul#menu li a {
	width: 95px;
}

ul#menu li a.wide {
	width: 120px;
}

* html ul#menu li a.wide {
	width: 140px;
}

* html ul#menu li { float: left; height: 1%; }
/** html ul#menu li a { height: 1%; }*/

/*--- Edit.com Custom Styles ---*/

h1, .PageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #B8A297;
}

h1:first-letter, h1 v\:edit:first-letter, .FirstLetter {
	color: #6F452D;
	font-size: 36px;
}

.SmallText { font-size: 12px; }
.LargeText { font-size: 16px; }

.RedText    { color: #CC0000; }
.BrownText  { color: #6F452D; }
.BeigeText  { color: #B8A297; }
.YellowText { color: #FFCC33; }


a.ColumnLink:link,a.ColumnLink:visited,a.ColumnLink:active {
	font-weight: normal; font-size: 16px; text-decoration: none; 
}

a.ColumnLink:hover { text-decoration: underline; }
