* {
	border:0;
	margin:0;
	padding:0;
}

/* general */

a {
	color:#FF0000;
	text-decoration:none;
}
a:link {

	color:#9900FF;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
.anker {
	color:#000000;
	float: right;
	border: thin dotted #CCCCCC;
	font-size: 10px;
	font-weight: normal;
}

/* body */

#header {
	color:#fff;
	height:55px;
	text-align:center;
	width:600px;
	padding-top: 35px;
	left: 55%;
	margin-left: -380px;
	position: absolute;
}

body {
	color:#000000;
	font-family: helvetica, "trebuchet ms", sans-serif;
	font-size: 0.8em;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	
}
h2 {
	font-family: helvetica, "trebuchet ms", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: lighter;
	line-height: 25px;
}
/* container */
#container {
	height:530px;
	position:absolute;
	width:600px;
	background-image: url(../images/bg_container.gif);
	background-repeat: no-repeat;
	left: 55%;
	top: 130px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -380px;  
}

/* navigation */
#navigation {
	font-family: helvetica, "trebuchet ms", sans-serif;
	height:12px;
	padding:0px;
	width:500px;
	left: 70px;
	position: relative;
	display: run-in;
	font-size: 14px;
	top: 20px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	height:12px;
	list-style:none;
	width:75px;
	color: #999999;
}
#navigation ul li a {
	color:#999999;
	display:block;
	height:12px;
	line-height:15px;
	padding:20px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	color:#000000;
}

/* content */
#content {
	height:355px;
	overflow:auto;
	width:520px;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 0px;
	line-height: 150%;
	margin-top: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 35px;
	padding-bottom: 10px;
	overflow-x: hidden;  
}
#content h1 {
	font-family:  "trebuchet ms", helvetica, sans-serif;
	color:#999999;
	font-size:30px;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:596px;
}
#footer a {
	color:#fff;
}
#content2 {
	height:400px;
	overflow:hidden;
	width:600px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.line {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 15px;
}}

