@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: black;
}

#page {
	width:800px;
	margin:0;
}

#header {
	height:127px;
}


#main {
	padding: 0;
	margin: 0;
}

#block {
	float: right;
	width: 536px;
	min-height: 423px;
}

/* for Internet Explorer */
/*\*/
* html #block {
width: 536px;
height: 423px;
}
/**/

#footer {
	clear:both;
	height:51px;
	color: white;
}

#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 50px;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	margin: 0 0 1px 0;
}

#nav-menu li a {
	display: block;
	width: 251px;
	padding: 5px;
	border: none;
	text-decoration: none;
	text-indent: 70px;
	line-height: 16px;
}

#nav-menu a:link, #nav-menu a:active, #nav-menu a:visited {
	color: white;
}

#nav-menu a:hover {
	border: none;
	background: url(../images/navbackground.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-weight: bold;	
}

#teaser {
	padding-left: 75px;
}

#main p {
	padding-top: 50px;
	text-indent: 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
	font-size: 13px;
}

a:link, a:active, a:visited {
	color: #ced24c;
}

#tinc_content a:hover {
	color: black;
}

p, h1, h2, h3, h4, h5{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

p {
	font-size: 12px;
	line-height: 1.75em;
	margin: 12px 0;
}	

h1, h2, h3, h4, h5 {
	line-height: 30px;
}

img {
	border: none;
}