* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #CFCBC0 url('images/back.jpg') no-repeat;
	color: #666666;
	margin: 0px auto;
	text-align: center;
}	


#wrapper {
	width: 760px;
	padding-top: 8px;
	margin: 0px auto;
	text-align: center;
}	

#title {
	width: 760px;
	height: 180px;
	background: #000 url('images/title.jpg') no-repeat;
	color: #000;
	border-top: 1px #969181 solid;
	border-left: 1px #969181 solid;
	border-right: 1px #969181 solid;
}

h1 {
	background: url('images/h1bk.gif') no-repeat;
	height: 40px;
	font-size: 16px;
	color: #fff;
	padding: 7px 5px 0px 15px;
	margin-top: 5px;
}

h2 {
	background: url('images/h2bk.gif') no-repeat;
	height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 7px 5px 0px 15px;
	margin-top: 5px;
}

h3 {
	font-size: 14px;
	color: #C9282C;
	padding: 5px 5px 5px 15px;
	margin-top: 5px;
}

h4 {
	font-size: 14px;
	color: #C9282C;
	padding: 5px 5px 5px 15px;
}


/*************************************************************************/
/* Navigation */
/*************************************************************************/

#navigation {
	background: #870509;
	font-family: Tohama, Arial;
	font-size: 14px;
	text-align: right;
}

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

#navigation li {
	display: inline;
	padding: 5px 8px 5px 8px;
}

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

#navigation li a:hover {
	color: #C9282C;
	text-decoration: none;
}

/*************************************************************************/
/* Content */
/*************************************************************************/

#content {
	float: left;
	width: 760px;
	background: #EBE9D9 url('images/contentback.jpg') ;
	text-decoration: none;
	font-family: Tohama, Arial;
	font-size: 14px;
	text-align: justify;
	color: #666666;
}

/*************************************************************************/
/* RIGHT CONTENT */
/*************************************************************************/

#leftcontent {
	float: left;
	width: 580px;
}

#leftcontent p {
	color: #666666;
	padding: 7px 15px 5px 15px;
	font-size: 12px;
}

#leftimage {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 365px;
}

#rightimage {
	padding: 5px 25px 5px 5px;
	float: right;
	width: 250px;
}

#leftcontent a {
	text-decoration: none;
	color: #C9282C;
}

#leftcontent a:hover {
	text-decoration: none;
	color: #666666;
}

/*************************************************************************/
/* RIGHT CONTENT */
/*************************************************************************/

#rightcontent {
	float: left;
	width: 178px;
	text-align: left;
}

#rightcontent ul {
	list-style: none;
	padding: 0px 5px 2px 5px;
}

#rightcontent li {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 12px;
}

#rightcontent a {
	text-decoration: none;
	color: #C9282C;
}

#rightcontent a:hover {
	text-decoration: none;
	color: #666666;
}

/*************************************************************************/
/* Content */
/*************************************************************************/

#footer {
	float: left;
	width: 760px;
	background: #EBE9D9 url('images/contentback.jpg') ;
	font-family: Tohama, Arial;
	font-size: 12px;
	text-align: center;
}

#footer p {
	color: #666666;
	padding: 5px 5px 5px 5px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #C9282C;
}