html {
	font-family:Arial, sans serif;
	font-size:14px;
	line-height:1.5;
}

body {
	background-image:url('img/bg_nav.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#9C8F85;
	margin:0;
	padding:0;
}

a  {
	background-image:url('img/arrow_link.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:10px;
	color:#000000;
}

a:hover {
	background-color:#FFFFFF;
}

.anker {
	background-image:none;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#990504;
	margin:5px 0 20px 0;
	padding:0;
}

h2 {
	font-size:14px;
	margin:0;
	padding:0;
	color:#000000;
	margin:0 0 20px 0;
}

#navigation {
	height:78px;
	width:1000px;
	margin:auto;
}

#navigation ul {
	margin:25px 0 0 0;
	padding:0;
	float: left;
}

#navigation li {
	background-image:url('img/bg_navitem.jpg');
	list-style: none;
	width:143px;
	height:53px;
	float: left;
}

#navigation .selected {
	background-image:url('img/bg_navitem2.jpg');
}

#navigation a {
	font-size:16px;
	color:#FFFFFF;
	display:block;
	width:143px;
	height:35px;
	padding:12px 0 0 0;
	margin:0;
	text-align:center;
	text-decoration:none;
	background-image:none;
	background-color:transparent;
}

#navigation a:hover {
	background-image:url('img/bg_navitem2.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#main {
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

#center {
	width:985px;
	margin:auto;
	background-color:#FFFFFF;
}

#top {
	background-color:#FFFFFF;
	text-align:right;
	padding:30px 15px 30px 0;
}

#content {
	background-color:#FFFFFF;
	padding-bottom:25px;
}

#content #teaser { 
	width:985px;
	text-align:left;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

#content #teaser h1 {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content #teaser h2 {
	font-size:10px;
	margin:0;
	padding:0;
	color:#E9E9E9;
}

#text {
	padding:10px;
	text-align:left;
	color:#000000;
}

#bottom {
	background-color:#9C8F85;
	width:100%;
	text-align:center;
	color:#000000;
	font-size:11px;
}

#bottom #detail {
	padding: 0 5px 0 5px;
	margin:auto;
	width:1000px;
	height:175px;
	text-align:left;
}

#bottom a {
	color:#000000;
	text-decoration:none;
}

#bottom ul {
	list-style:none;
	margin:0;
	padding:0;
}

#bottom #detail div {
	float:left;
	padding:0;
	margin-top:15px;
	margin-left:15px;
	margin-right:30px;
}

.portfolio {
	padding:20px 20px 20px 20px;
	width:930px;
	margin-bottom:15px;
	background-color:#F4F4F4;
	background-image:url('img/portfolio_bg.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
}

