body {
	display: block;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background-color: #fff;
}

p {
	font-family:sans-serif;
	font-size:12px;
	color:#444;
}

p.menu a:link {
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 14px;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	color: #55f;
}

p.menu a:visited {
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 14px;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	color: #55f;
}

p.menu a:hover {
	color: #888;
}

p.menu a:active {
	color: #aaa;
}



img {
	border: 0; 
}

header {
    display: block;
}

nav.header-menu {
    display: block;
    width: 470px;
    position:relative;
    top: -50px;
    left: 350px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

nav.main-menu {
	display: block;
	position:absolute;
	top:140px;
	left:auto;
	width:172px;
	padding:0px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
}

section {
	position:relative;
	top:-180px;
	width:800px;
	background-color:#eee;
}

article {
	display: block;
	position: absolute;
	top: 140px;
	width: 620px;
	margin-left: 190px;
}

