@charset "utf-8";
/* CSS Document */

/* HTML Elements */
body {
	margin: 0px;
	text-align: center;
	min-width: 780px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	background: url(images/bg_body.jpg) repeat-x;
	background-color: #F4F4ED;
	font-size: 14px;
	color: #402422;
}

h2, h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	color: #402422;
	margin: 0;
	padding: 0 0 20px;
}

h3 {
	font-size: 18px;
	padding: 0;
}

p {
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-align: justify;
}

img {
	border: 6px solid #ECE2D6;
}

.line-break {
	clear: both;
	width: 100%;
	height: 1px;
	text-align: center;
	background: url(images/br.png) no-repeat;
	_background-image: none;
}

/* Layout */
#page_container {
	width: 780px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg_content.png) repeat-y;
	_background-image: none;
	_background-color: #FFF;
}

#header {
	width: 770px;
	height: 140px;
	padding: 0 5px;
	background: url(images/bg_header.png) repeat-y;
}

#header img {
	border: 0;
}

#menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	background: url(images/menu.png) repeat-y;
	_background-image: none;
	_background-color: #ECE2D6;
}

#menu a {
	display: inline-block;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #402422;
}

#menu a:hover {
	background-color: #402422;
	color: #ECE2D6;
}

#content {
	width: 730px;
	height: auto;
	min-height: 670px;
	padding: 20px 25px 25px;
	_height: 700px;
}

#content li {
	line-height: 180%;
}

#content_1 {
	width: 100%;
	height: auto;
}

#content_1 #left {
	float: left;
	width: 443px;
	padding: 20px 0px 0px 25px;
}

#content_1 #right {
	float: right;
	width: 262px;
	text-align: right;
	padding: 25px;
}

#content_2 {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 25px 0;
}

#content_2 .caption {
	margin: 0 auto 25px auto;
	line-height: 40px;
	width: 212px;
	background-color: #ECE2D6;
	color: #402422;
	font-style: italic;
}

#contact {
	width: 100%;
	text-align: center;
	margin-top: 395px;
}

#contact .caption {
	margin: 0 auto 25px auto;
	line-height: 40px;
	width: 212px;
	background-color: #ECE2D6;
	color: #402422;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#left {
	float: left;
	width: 33%;
}

#middle {
	margin: 0 33.5%;
	width: 33%;
	*margin: 0 33%;
}

#right {
	float: right;
	width: 33%;	
}

#left_2 {
	float: left;
	width: 33%;
}

#right_2 {
	float: right;
	width: 33%;	
}

#footer_container {
	clear: both;
	width: 780px;
	text-align: center;
}

#footer {
	width: 770px;
	height: 54px;
	padding-top: 6px;
	margin: 0 5px;
	text-align: center;
	background-color: #402422;
	color: #ECE2D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 12px;
	_width: 780px;
	_margin: 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 10px;
}

#footer #kododesign {
	padding-left: 20px;
}

#footer #kododesign a {
	text-decoration: none;
	color: #37BCC3;
}