body {
	background:#fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:75%;
	text-align:center;
	color:#333;
}

html>body {
	font-size:12px;
}

h1 {
	font-size:1.8em;
	font-weight:normal;
	margin:0 0 0.2em;
	color:#002857;
}


h2 {
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 0.4em;
	color:#999;
}
	
	
h3 {
	text-transform:uppercase;
	font-size:0.8em;
	line-height:1.4em;
	color:#0c0c0d;
	text-align:left;
}

p {
	font-size:1.1em;
	margin:1em 0;
	line-height:1.2em;
}

a {
	color:#002857;	
}

a:hover {
	color:#d41616;	
}



#wrapper {
	width:19cm;
	text-align:left;
	margin:1cm auto;
	position:relative;
	overflow:auto;
	zoom:1;
}

	#sidebar {
		width:170px;
		float:left;
		text-align:center;
	}
	
	#logo {
		line-height:0;
	}
	
	p#back {
		position:absolute;
		bottom:0;
		width:170px;
		text-align:center;
	}
	
#contents {
	float:right;
	width:530px;
	padding-top:10px;
}

p.reference {
	color:#666;
	padding-top:10px;
	border-top:1px solid #dedede;
}

#description {
	margin:10px 0;
	padding-bottom:10px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}


#photos img {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}

#footer {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:1cm;
	left:0;
}
