body{
	margin:0;
	padding:230px 0 0 320px;
	background:url(../images/background.png) repeat-y 10px -25px;
	font-family:verdana;
	font-size:11px;
}
div.contents{
	width:325px;
	padding-top:50px;
	background:no-repeat top left;
}
p{
	line-height:1.8;
}
h1{
	position:absolute;
	top:-3000px;
}
address{
	font-style:normal;
	line-height:1.5;
}
a{
	color:#3399FF;
	text-decoration:none;
}
ul.menu{
	list-style-type:none;
	padding:0;
	position:absolute;
	top:30px;
	left:315px;
	margin:0;
}
ul.menu li{
	float:left;
	padding-left:5px;
}
ul.menu li.active a img{
	border-bottom:1px solid #888;
}
ul.menu li.dash{
	padding-right:15px;
	background:url(../images/dash.png) no-repeat center right;
}
ul.menu li a img{
	border:0;
}
ul.menu li a span{
	display:none;
}

/* References */

div.contents.references{
	width:400px;
}

div.contents.references h2{
	font-size:16px;
	margin:0;
	font-weight:normal;
}

div.contents.references div{
	overflow:auto;
	margin:20px 0;
}

div.contents.references div img{
	float:right;
	margin-left:10px;
}

/* Contact */

div.contents.contact address{
	margin-top:10px;
}
