body, html {
	padding:0;
	margin:0;
	background:#000;
	background:url(../images/bodybg.jpg) top left no-repeat #000;
}
#main_container {
	width:960px;
	position:relative;
}
#content {
	width:480px;
	padding:70px 75px 100px;
	float:right;
	margin-top:75px;
	min-height:300px;
	background:#e7e7e7;
}
#nav {
	position:absolute;
	top:5px;
	left:420px;
	list-style:none;
	width:458px;
	height:60px;
	padding:0;
	margin:0;
	background:url(../images/nav.jpg) top left;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	text-indent:-99999px;
}

#nav li.home a {
	position:absolute;
	top:40px;
	left:0;
	height:15px;
	width:43px;
}
#nav li.home a:hover {
	background:url(../images/nav.jpg) no-repeat 0 -105px;
}

#nav li.about a {
	position:absolute;
	top:0;
	left:46px;
	height:40px;
	width:75px;
}
#nav li.about a:hover {
	background:url(../images/nav.jpg) no-repeat -46px -65px;
}

#nav li.info a {
	position:absolute;
	top:0;
	left:121px;
	height:40px;
	width:105px;
}
#nav li.info a:hover {
	background:url(../images/nav.jpg) no-repeat -121px -65px;
}

#nav li.eboard a {
	position:absolute;
	top:0;
	left:226px;
	height:40px;
	width:82px;
}
#nav li.eboard a:hover {
	background:url(../images/nav.jpg) no-repeat -226px -65px;
}

#nav li.sponsors a {
	position:absolute;
	top:0;
	left:308px;
	height:40px;
	width:100px;
}
#nav li.sponsors a:hover {
	background:url(../images/nav.jpg) no-repeat -308px -65px;
}

#nav li.video a {
	position:absolute;
	top:40px;
	left:415px;
	height:15px;
	width:43px;
}
#nav li.video a:hover {
	background:url(../images/nav.jpg) no-repeat -415px -105px;
}

#footer {
	display:block;
	clear:both;
}
#footer .nulogo {
	margin-top:-50px;
	margin-left:90px;
	margin-bottom:4em;
	display:block;
	float:left;
	text-indent:-99999px;
	height:109px;
	width:83px;
	background:url(/fashionshow/images/nulogo.gif) no-repeat;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	line-height:1.5;
	color:#ccc;
	width:480px;
	padding:1em 75px;
	float:right;
	text-align:center;
	padding-bottom:4em;
}

#content h1 {
	font-family:'Book Antiqua', 'Warnock Pro', Baskerville, 'Goudy Old Style', Palatino, serif;
	font-style:italic;
	font-size:40px;
	padding:0;
	margin:0;
	color:#71273d;
}
#content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
	font-family:'Book Antiqua', 'Warnock Pro', Baskerville, 'Goudy Old Style', Palatino, serif;
	font-style:italic;
}
#content p {
	line-height:1.3;
}
#content ol, #content ul {
	line-height:1.25;
}
#content img {
	border:0;
	margin:1em;
}
#content img.right {
	float:right;
}
#content img.left {
	flaot:left;
}
#content a {
	color:#71273d;
}
