body {
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #FFFFFF;
}
*html {margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 26px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin: .6em 0 0 2.4em;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
	line-height: 1.3em;
}
h2 {
	font-size: 18px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	padding: 0;
	color: #F4128F;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	margin-bottom: 0.2em;
}
p {
	margin: 1em .5em;
}
a {
	color: #333333;
	font-weight: bolder;
	text-decoration: underline;
}
a img {
border: none;
}
ul {
font-size: 14px;
line-height:1.4em;
}
a:hover {
	color: #00CDFF;
	text-decoration: none;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}
#header {
	float: left;
	position:relative;
	background-color: #432601;
	margin: 0;
	width: 950px;
	height: 181px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#title {
	float: left;
	position:relative;
	width: 950px;
	background: url(images/title2.gif) #fff top left no-repeat;
	margin: 0;
	height: 82px;
}
#title table {
	float: left;
	position:relative;
	width: 182px;
	margin: 33px 0 0 18px;
	}
#content {
	width: 950px;
	float: left;
	position: relative;
	background: url(images/main-bgd-repeat.gif);
	padding: 0;
	margin: 0;
	background-repeat: repeat-y;
}
#navigation {
	float: left;
	position:relative;
	width: 205px;
	margin: 0;
	}
#navigation table {
	float: left;
	position:relative;
	width: 182px;
	margin: 0 0 0 18px;
	}
#content-right {
	float: right;
	position:relative;
	width: 651px;
	padding: 0;
	margin: 0 40px 0 0;
}
#content-right-text {
	float: left;
	position:relative;
	width: 444px;
	height: 322px;
	padding: 20px;
	
}
#contentbottom {
	width: 950px;
	float: left;
	position:relative;
	padding: 0;
	height: 64px;
	background-color: #FFFFFF;
}


#footer {
	float: left;
	position:relative;
	width: 950px;
	height: 64px;
}	
#footer table {
	position:relative;
	font-size: smaller;
	position: relative;
	color: #289D9E;
}
#footer table a {
	color: #289D9E;
	textdecoration;none;
}
#footer table a:hover {
	color: #289D9E;
	textdecoration;none;
}
.indent {
	margin-left: 20px;
}

