*, td, th
{
	margin: 0px;
	padding: 0px;
    font-family: Verdana, Georgia, Times, Serif;
    font-size: 1em;
}

body
{
	background: #D4D4D4 url(../../media/images/background.gif);
	background-repeat: repeat-x;
	padding: 10px 30px;
	font-size: 70.01%;
	width: 900px;
	margin: auto;
}

img
{
	border: 3px solid #C08699;
}

img.noborder
{
	border: 0px;
}

a
{
	color: #820D33;
}

a:visited
{
	color: #C08699;
}

#container
{
	width: 100%;
}

#header
{
	line-height: 0px;
	font-size: 0px;
	position: relative;
	height: 76px;
	width: 100%;
	background-color: #FFFFFF;
}

img.corner_tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

img.corner_tr
{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
}

#eyecatcher
{
	line-height: 0px;
	font-size: 0px;
	height: 93px;
	width: 100%;
	background-color: #820D33;
	text-align: left;
}

#menu
{
	width: 100%;
	background-color: #C08699;
}

#breadcrumb
{
	height: 30px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	font-size: 1.2em;
	line-height: 30px;
	font-style: italic;
	padding-left: 10px;
}

#breadcrumb div.inner_left img
{
	margin-top: 8px;
}

#breadcrumb .inner_left
{
	float: left;
	width: 16em;
}

#breadcrumb .inner_center
{
	float: left;
	margin-left: 30px;
}

#breadcrumb a
{
	text-decoration: none;
}

#container_content
{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

#content_spacer
{
	position: relative;
	padding: 30px 10px;
}

#container_content .inner_left
{
	float: left;
	width: 180px;
	padding-right: 10px;
	min-height: 400px;
	background: url(../../media/images/line.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

* html #container_content .inner_left
{
	height: 400px;
}

#container_content .inner_right
{
	float: right;
	width: 180px;
	padding-left: 10px;
	min-height: 650px;
	background: url(../../media/images/line.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

* html #container_content .inner_right
{
	height: 650px;
}

#container_content .inner_center
{
	text-align: justify;
	margin-left: 180px;
	margin-right: 180px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer
{
	position: relative;
	text-align: center;
	height: 30px;
	width: 100%;
	padding-top: 5px;
	margin-top: 2px;
	background-color: #FFFFFF;
}

#footer a
{
	text-decoration: none;
}

img.corner_bl
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 0px;
}

img.corner_br
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0px;
}

/* ---------------------------------------------------------------- */
/* general
/* ---------------------------------------------------------------- */

.invisible
{
	position: absolute;
	left: -5000px;
	width: 900px;
	overflow: hidden;
}

.float_clear
{
	clear: both;
}
