body{
background-image: url(bg.gif);
margin: 0;
font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;  
font-size: 12px; 
letter-spacing: 0px; 
line-height: 1.4em;
color:#767676;
}


#wrapper {
	margin: 0 0 0 0;
	position: relative;
}

#logo {
position: relative;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 428px;
	height: 170px;
	margin-left:322px;
	margin-top: 0;
}

#content {
margin:0 auto 0 auto;
width: 500px;
position: relative;
}

.h1{
font-weight: bold;
}

.de{
vertical-align: middle;
}


#navi {
margin:0 auto 0 auto;
width: 500px;
text-align: right;
font-size: 11px;
}

#copyright {
margin:0 auto 0 auto;
width: 500px;
text-align: center;
font-size: 10px;
color: #a7a7a7;
}

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

a:visited {
color:#5a5a5a;
text-decoration:none;
}

a:hover {
color: #fe1197;
text-decoration:none;
}

a:active {
color: #ffffff;
text-decoration:none;
}


img{
	float: left;
	vertical-align: middle;
	padding-right: 5px;
}

img.mail{
	float: none;
}

img.link{
	float: none;
	text-align: center;
}


