body {
	/* background: #fff url('images/bg.jpg') top left repeat-y; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 800px;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 800px;
	background: #fff url('images/bg.jpg') repeat-y;
	position: absolute;
	z-index: 0;
}

#name {
	float: left;
	background: url('images/name.jpg') top left no-repeat;
	width: 40px;
	height: 566px;
}

#navbar {
	width: 740px;
	float: right;
	text-align: left;
	font-size: 1.4em;
	padding: 0 0 0 20px;
}

#navbar ul {
	padding: 0 0 4px 0;
}

#navbar ul li {
	display: inline;
	padding: 0 4px 0 4px;
}

.nav a, .nav a:visited {
	background: #fff;
	color: #999;
	border-bottom: 4px solid #333;
	text-decoration: none;
}

.nav a:hover {
	background: #333;
	color: #fff;
}

#content {
	float: right;
	width: 740px;
	padding: 0 1px 10px 0;
}

#content img {
	border: 1px solid #000;
}

#content p {
	float: right;
	width: 540px;
	text-align: justify;
	font-size: 1.2em;
	padding: 0 10px 0 0;
}

#content p a, #content p a:visited {
	color: #ccc;
	text-decoration: none;
}

#content p a:hover {
	color: #999;
}

.sub {
	font-size: 1.4em;
	font-weight: bold;
	padding: 12px 0 0 0;
}
	
#footer {
	width: 800px;
	background: #fff url('images/footer.jpg') no-repeat;
	padding: 10px 0 10px 0;
	text-align: center;
	clear: both;
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}