/* Kent Main CSS 
------------------------------------------------------------ */

/* Import advanced CSS */
@import url("custom.css");
@import url("menu.css"); 

/* Redefined HTML styles
------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	/*background-color: #6E605E;*/
	background-color: #EDDABC;
	text-align: center;
	font: 75% Arial, Verdana, Helvetica, sans-serif;  /* set base size to 12px */
}

p {
	margin-bottom: 1em;
	margin-left: 1px;
}

hr	{
	clear: both;
}

a {
	text-decoration: none;
	color: #BAAD21;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

object {
	display: block;
}

ul li {
	list-style-type: none;
	margin-left: 8px;
	margin-bottom: 0.5em;
	padding-left: 18px;
	background: no-repeat 0 2px url(../images/general/bullet_01.gif);
}

#main {
	margin-left: 23px;
	width: 461px;
	padding: 0 16px 16px 16px;
	float: left;
	background-color: #F1F0E9;
	display: inline; /* IE doubled margin fix */
}

#main h1 {
	color: white;
	font-size: 100%;
	font-weight: bold;
	background: repeat-x bottom url(../images/general/heading_bg.gif) #B2B28B;
	height: 16px;
	font-size: 91.667%;
	padding: 2px 16px 0 16px;
	margin: 0 -16px 12px -16px;
}

#main h2 {
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 116.667%;
	color: #94280F;
}

#main h3 {
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 108.33%;
	color: #94280F;
}


/* Box model hack for IE5 - Hide from IE5/Mac \*/
* html #main h1 {
	height: 18px;
	he\ight: 16px;
}

* html #main {
	width: 493px;
	w\idth: 461px;
}
/* End hide from IE5/Mac */
