/* CSS Document */

html,
body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}


* {
	font-family: Arial, Verdana, sans-serif;
}

span,
div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:visited
{
	font-size:11px;
	font-weight: bold;
	color:#4D1612;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

h2{
	color:#4D1612;
}

ul {
	/*margin: 0;*/
	/*padding: 0;*/
	list-style: none;
	list-style-image: url(../images/bullet.gif)!important;
	list-style-image: url(../images/bullet2.gif);
}



#main {
	width: 100%;
	text-align:center;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 900px;
	height: 164px;
	background: transparent url(../images/header.jpg) no-repeat;
}

#content {
	position:relative;
	float:left;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: auto;
	background: transparent url(../images/repeat.jpg) repeat-y;
	text-align:center;
}

#content_tina {
	position:relative;
	float:none;
	margin: 0px auto;
	padding: 20px 0px 0px 0px!important;
	padding: 30px 0px 0px 0px;
	width: 700px;
	background: transparent url(../images/tina.gif) no-repeat right;
	text-align:left;
}

#content_text {
	position:relative;
	float:none;
	padding: 0px;
	margin: 0px;
	min-height: 320px!important;
	height: auto!important;
	height: 300px;
	width: 450px;
}

#content_home {
	position:relative;
	float:none;
	padding: 0px;
	margin: 0px;
	min-height: 320px!important;
	height: auto!important;
	height: 300px;
	width: 700px;
}

#footer {
	position:relative;
	float:left;
	width: 900px;
	height: 50px;
	margin-bottom:30px;
	background: #FFFFFF url(../images/footer.jpg) no-repeat;
}

#copyright {
	position:relative;
	float:none;
	margin-top: 40px;
	text-align:center;
}


#logo{
	position:relative;
	float:left;
	margin: 10px 0px 0px 65px;
	width: 145px;
	height: 100px;
}

#navi {
	position:relative;
	float:right;
	margin: 16px 60px 0px 0px!important;
	margin: 16px 30px 0px 0px;
	width: 420px;
	height: 90px;
	text-align: left;
}

#navi_L{
	position:relative;
	float:left;
	width: 50%;
	height: auto;
}

#navi_R{
	position:relative;
	float:right;
	width: 50%;
	height: auto;
}

#navi ul{
	font-size:11px;
	font-weight: bold;
	color:#4D1612;
	list-style: none;
	list-style-image: url(../images/spacer.gif);
}


#navi li{
	text-align:left;
}

#navi li a,
#navi li a:link,
#navi li a:visited
{
	font-size:11px;
	font-weight: bold;
	color:#4D1612;
	text-decoration:none;
}

#navi li a:hover{
	color:#000000;
}

#reiter {
	position:relative;
	clear:both;
	float:left;
	margin-left: 100px!important;
	margin-left: 50px;
	margin-top: 28px;
	width: auto!important;
	width: 200px;
	height: 26px;
}

#reiter_L {
	position:relative;
	float:left;
	width: 9px;
	height: 26px;
	background: transparent url(../images/reiter_L.gif) no-repeat;
}

#reiter_M {
	display:block;
	position:relative;
	float:left;
	width: auto;
	height: 26px!important;
	height: 21px;
	padding-top:5px;
	background-color:#E6E6E6;
	font-size: 11px;
	font-weight:bold;
}

#reiter_R {
	position:relative;
	float:left;
	width: 9px;
	height: 26px;
	background: transparent url(../images/reiter_R.gif) no-repeat;
}


ul.sub {
	margin: 0px 0px 0px 30px;
	padding: 0;
}






