html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	min-width: 1000px;
}

a {
	color: #b90a00;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

div #wrapper {
	margin: 0;
	padding: 0;
}

div #top {
	margin: 0;
	padding: 0;
	background: #fff url("../img/girlbg3.png") bottom center no-repeat;
	height: 120px;
	border-bottom: solid 8px #000;
}

div #main {
	margin: 0 0 30px 0;
	padding: 20px 18%;
	font-family: Futura, Arial;
}

div #bottom {
	text-align: right;
}

div #nav {
	position: fixed;
	height: 100%;
	width: 150px;
	background: #000;
	color: #fff;
	border-right: solid 5px #000;
	text-align: right;
	margin-right: 50px;
}

#nav ul {
	margin: 10px 20px 10px 10px;
	padding: 10px;
	list-style: none;
	font: 15px/30px Arial, Sans Serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav li {
	margin: 10px 0px;
	padding: 0px;
	color: #b90a00;
}

#nav li a {
	color: #fff;
}	

#nav li a:hover {
	color: #fff;
	padding-left: 7px;
	border-left: solid 3px #fff;
}

span.title {
	font-weight: bold;
	font-size: 60px;
	line-height: 1.8em;
	font-family: 'Century Gothic', Arial;
}

span.byline {
	font-size: 36px;
	line-height: 1.2em;
	color: #333;
}

p.text {
	font-size: 14px;
	line-height: 1.4em;
	font-family:'Century Gothic', Arial;
	
}

span.copy {
	font-family: 'Century Gothic', Arial;
	font-size: 14px;
	line-height: 1.2em;
	border-top: 1px dotted;
}

span.copy2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 1.2em;
}

/* font sizing
BASE 16px
TITLE 60/100 (40)
BYLINE 36/40 (4)
NAV 24/36 (12)
TEXT 16/24 (8)
COPYRIGHT 14/16 (2)
*/

