/* CSS Document */
/* LINKS */

a:link {color: #4d4c41; text-decoration: none; 	font-style: italic; font-weight: normal;}

a.textlink:link {color: #53a13c; text-decoration: none; font-weight: normal; font-style: normal;}

a.textlink:visited {color: #53a13c; text-decoration: none; font-weight: normal; font-style: normal;}
/* LAYOUT */
body {
background: #b4b29c;
	margin: 0px;
	padding: 0px;
	overflow: none;
	height: 100%;
	font-size: 13px;
	font-family: arial;
	line-height: 16px;
	color: #4d4c41;
}

.wrapper {
	height: 340px;
	width: 432px;
	border: 0px solid green;
	position: absolute;
	margin-top:  -170px;
	margin-left: -216px;
	top:   50%;
	left:   50%;
}

.header {
}

#logopos {
	position: relative;
	top: -6px;
	left: 2px;
}

.content_area {
	background-image:url(../images/bg_2.jpg); background-repeat:no-repeat;
	height: 340px;
	padding-left: 6px;
	padding-top: 3px;
}
.navi {
	background-image:url(../images/devider.jpg); background-repeat:repeat-x;
	height: 26px;
	width: 414px !important;
	width: 420px;
	padding-left: 6px;
	padding-top: 6px;
	font-style: italic;
}

.text {
	padding-top: 20px;
	padding-left: 20px;
	line-height: 18px;
}

ul {line-height: 23px; list-style-image:url(../images/ul_symbol.jpg); }