/* standard elements */
html
{
	min-height: 100%;
}

*
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	text-decoration: none;
}

body
{
	padding-top: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p, code, ul
{
	padding-bottom: 10px;
}

li
{
	list-style: none;
}

h1
{
	font-family: Tahoma;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
h2
{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h3
{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
img:hover
{
}
img
{
	float: none;
	padding: 0;
}
form, input
{
	margin: 0;
	padding: 0;
	display: inline;
}

code
{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 10px;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote
{
	display: block;
	font-weight: normal;
	padding-left: 25px;
}

h1, h2, h3
{
	padding-top: 6px;
	margin-bottom: 4px;
}

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

/* structure */
.inner-container
{
	border: 0px solid #000000;
	background: #FFFFFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px;
	width: 840px;
}

.outer-container
{
	padding-bottom: 15px;
}

/* headere & title */
.header
{
	height: 160px;
	background: #FFFFFF url('img/banner.jpg') no-repeat;
	margin-bottom: 0px;
	text-align: center;
}
.header .title
{
	color: #FFFFFF;
	padding-top: 0px;
}
.header .title .sitename a
{
	border-bottom: 0px dashed #744037;
	color: #FFFFFF;
	font: normal 12px sans-serif;
	padding-bottom: 0px;
	text-decoration: none;
}
.header .title a:hover
{
	border-top-color: #744037;
	border-right-color: #744037;
	border-bottom-color: #744037;
	border-left-color: #744037;
}
.header .title .slogan
{
	font: normal 12px Verdana,sans-serif;
	padding-top: 0px;
}

/* content */
.content
{
	padding-top: 20px;
	padding-left: 100px;
	width: 740px;
	min-height: 300px;
}
.content .descr
{
	color: #000000;
	font-size: 12px;
}
.content li
{
	list-style: url(img/li.gif);
	vertical-align: middle;
	margin: 0px 0px 0px 25px;
	text-align: left;
}
.content p
{
	line-height: 12px;
	vertical-align: bottom;
	text-align: justify;
}

/* navigation */
.navigation
{
	margin-left: 80px;
	height: 195px;
}
.navigation h2
{
	color: #F9BC86;
	font: bold 12px Tahoma,sans-serif;
	line-height: 0px;
	margin: 0;
	padding-left: 0px;
}
.navigation ul
{
	padding: 0;
	border-top: 0px solid #F9BC86;
}
.navigation li
{
	border-bottom: 0px solid #F9BC86;
}
.navigation li a
{
	background: url(img/menuitem.jpg) no-repeat;
	width: 94px;
	height: 43px;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}
.navigation li a:hover
{
	color: #000000;
	background-color: #FFFFFF;
}

/* path */
.path
{
	height: 60px;
	margin-top: -75px;
	font: normal 19px Tahoma;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 165px;
	font-weight: bold;
	text-align: left;
}
.path a
{
	font-size: 11px;
	color: #2A0000;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-align: center;
}
.path a:hover
{
	color: #FFFFFF;
	background-color: #744037;
}

/* main */
.main
{
	background: url(img/left.jpg) repeat-y;
	padding: 10px 10px 10px 10px;
	padding-left: 0px;
	border-top: 0px solid #F9BC86;
	border-bottom: 1px solid #F9BC86;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* footer */
.footer
{
	color: #000000;
	margin-top: 0px;
	padding: 5px 12px;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.footer a
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.image_left
{
	float: left;
	padding: 0;
}

.image_right
{
	float: right;
	padding: 0;
}

