html, body {

	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	z-index: 0;

}

#wrapper {

	padding: 20px;
	padding-top: 30px;

}

#logo {

	position: fixed;
	top: 30px;
	right: 20px;
	z-index: 0;

}

h1 {

	font-size: 28px;
	font-weight: bold;
	font-family: arial,sans-serif;
	letter-spacing: -1px;
	color: #5d5d5d;

}

h2 {

	font-size: 13px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	font-style: oblique;
	color: #acacac;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;

}

#details {

	display: block;
	float: left;
	font-size: 11px;
	color: #c8c8c8;
	line-height: 25px;
	margin-bottom: 25px;

}

#address {

	display: block;
	float: right;
	font-size: 13px;
	font-family: arial,sans-serif;
	color: #444444;
	line-height: 25px;
	clear: right; 

}

#details h3, #address h3, #order h3, #info span {

	font-size: 16px;
	font-weight: bold;
	color: #6a6a6a;
	font-family: times new roman,serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-transform: lowercase;

}

#order {

	display: block;
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding-top: 15px;
	font-size: 11px;
	color: #c8c8c8;
	line-height: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;
}

#info {

	font-size: 13px;
	font-family: arial;
	color: #4d4d4d;
	text-align: center;
	line-height: 30px;

}

#info strong {

	font-weight: bold;

}