* { margin: 0; padding: 0; }
html { background: black url(../images/bg.jpg); }
body { font: 14px/1.4 Georgia, serif; }

/* CLEAR FIX */
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

article, aside, figure, footer, header, nav, section { display: block; }

#page-wrap { 
	width: 800px; 
	margin: 30px auto 10px; 
	background: white url(../images/mailmark.png) top right no-repeat; 
}

header { 
	position: relative; 
	padding: 0 0 0 280px; 
	border-bottom: 1px solid #999; 
}

header p { 
	position: absolute; 
	right: 30px; 
	bottom: 20px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 20px; 
}

h1 { 
	font: 40px Helvetica, Arial, Sans-Serif;
	text-transform: uppercase; 
	color: #666; 
	text-shadow: 2px 2px 0 #d8d8dc; 
	border-left: 1px solid #999; 
	padding: 40px 0 20px 20px; 
}

#logo { 
	position: absolute; 
	top: -25px; 
	left: -50px; 
	background: url(../images/logo.png) no-repeat; 
	width: 295px; 
	height: 191px; 
}

aside {
	float: left;
	width: 275px;
	padding: 70px 0 0 0;
}

#main-content {
	float: right;
	width: 500px;
}

nav ul {
	list-style: none;
}

nav ul li a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	background-color: #647484;
	margin: 0 0 5px 0;
	position: relative;
}
nav ul li a span {
	position: absolute;
	right: 100%;
	top: 5px;
	width: 15px;
	height: 100%;
	background-color: #647484;
	background-image: url(../images/navshadow.png);
	background-position: right top;
	background-repeat: repeat-y;
}
nav ul li:nth-child(2) a, nav ul li:nth-child(2) a span {
	background-color: #728c8c;
}
nav ul li:nth-child(3) a, nav ul li:nth-child(3) a span {
	background-color: #768c72;
}
nav ul li:nth-child(4) a, nav ul li:nth-child(4) a span {
	background-color: #909673;
}