@charset "UTF-8";
/* CSS Document */
HTML { 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 	
		}

BODY {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	width:800px;
	border:0px;
	padding:0px;
	margin:0px;
	background:url(images/topborder.jpg) no-repeat;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
}

h1, h2 { margin: 0; }

p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.2;
}
#leftnav
{
	margin-top:37px;
	width:190px;
	float:left;
	position:relative;
	height:99%;
	margin-top: 80px;
}
#leftnav A.nav
{
	color:#666;
	display:block;
	width:160px;
	font-size:1em;
	text-decoration: none;
	padding:2px 0px;
	margin-left:25px;
	}
#pagetext
{
	float:left;
	position:relative;
	margin-top:37px;
	width:610px;
	margin-bottom:50px;
}
#pagetext A:link
{
	color:#333333;
	font-weight:bold;
}
#pagetext A:visited
{
	color:#666666;
	font-weight:bold;
}
#pagetext A:hover
{
	color:red;
	font-weight:bold;
}
#pagetext A:active
{
	color:red;
	font-weight:bold;
}
#topnav
{
	text-align: right;
	margin:3px 20px 3px 3px;
	font-weight:bold;
	color:#666;
}
#topnav A
{
	color:#666;
	padding:5px;
	text-decoration:none;
}
#langs
{
	height:25px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:50px;
	right:50%;

}
#langs A
{
	display:block;
	float:right;
	margin:0px 5px;
}
#langs A IMG
{
	border:1px solid #666;
}

#button
{
	height:34px;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:0px;
	right:20%;

}
.addborder
{
	text-align:center;
	border:1px solid #DDD;
	padding:8px;
	width:550px;
}
.toppic
{
	margin-bottom:10px;
}
P
{
margin-top:.5em;
}
#contactinfo
{
 border:1px solid #666;
 padding:10px;
 text-align:center;
 width:450px;
}