body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Myriad Pro", Arial, sans;
	font-size: 62.5%;
}

#page {
	width: 420px;
	margin: 40px auto 0;
	position: relative;
}

#header {
	background: url('images/logo.png') no-repeat left center;
	padding: 0 0 0 50px;
	margin: 0 0 40px 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
}

#header p {
	font-size: 1.3em;
	color: #ccc;
	margin: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 40px 0 0 0;
	padding: 0;	
}

p {
	font-size: 1.3em;
	color: #666;
	line-height: 150%;
	margin: 20px 0 20px 20px;
	text-align: justify;
}

ul {
	font-size: 1.3em;
	line-height: 150%;
	color: #666;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
}

ul li {
	background: url(images/square.gif) no-repeat 0.45em left;
	padding: 0 0 0 20px;
}

ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #01B0F0;
	float: left;
	position: absolute;
	top: 0;
	left: -100px;
	font-size: 1.2em;
}

ul#menu li {
	text-align: right;
	background: none;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 150%;	
}

ul#menu li a {
	color: #000;
	text-decoration: none;
}

p a {
	color: #666;
	text-decoration: none;	
}

h2 a {
	color: #000;
	text-decoration: none;	
}

ul#menu li a:hover,
h2 a:hover,
p a:hover {
	color: #01B0F0;
}

