html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.clear{
	clear:both;
}
.inline{
	display:inline;
}
.black{
	color:#000;
}
.white{
	color:#fff;
}
.grey{
	color:#5f5f5f;
}
.light_grey{
	color:#b8b8b8;
}
.mid_grey{
	color:#757575;
}
.dark_grey{
	color:#353535;
}
.bold{
	font-weight:bold;
}
.no_weight{
	font-weight:normal;
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.uppercase{
	text-transform:uppercase;
}


body{
	margin:0px;
	padding:0px;
	font-family:Arial, sans;
	color:#fff;
	font-size:14px;
	background-color:#000;
}
a{
	color:#8cbabb;
	text-decoration:none;
}
a:hover{
	color:#6a8986;
}
h1{
	font-weight:bold;
	font-size:36px;
	letter-spacing:-1px;
	line-height:27px;
}
h2{
	font-weight:bold;
	font-size:20px;
	letter-spacing:-1px;
}
h3{
	color:#8cbabb;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
}


#all{
	text-align:center;
}
#page{
	width:902px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	padding-top:220px;
	background-image:url(../../images/runway_header.png);
	background-position:0px -20px;
}
#nav{
	height:35px;
	padding-top:20px;
	text-align:center;
	padding-left:40px;
	background-image:url(../../images/70_perc_black.png);
	background-repeat:repeat;
}
#nav ul li{
	float:left;
	margin:0px 20px;
	font-size:16px;
}
#nav ul li a{
	color:#d1e5e5;
}
#nav ul li a:hover{
	color:#8cbabb;
}
#page_title{
	height:113px;
	padding-top:90px;
	padding-left:390px;
	min-width:352px;
	background-image:url(../../images/mfw_logo.png);
	background-repeat:no-repeat;
	margin-top:15px;
	background-position:40px 0px;
	margin-bottom:5px;
}
#page_title h1{
	font-weight:normal;
	text-transform:uppercase;
	background-color:#190705;
	padding:20px 15px;
	border-top:5px solid #0e0402;
}
#content{
	line-height:20px;
	background-image:url(../../images/content_bg.jpg);
	background-repeat:no-repeat;
}
#content .col1{
	float:left;
	width:80%;
	padding-left:5%;
	padding-right:5%;
}
#content .col2{
	float:left;
	width:40%;
	padding-left:5%;
	padding-right:5%;
}
#content .full_length{
	padding-left:5%;
	padding-right:5%;
}
#footer{
	text-align:center;
	margin:80px 0px;
	padding-top:15px;
	border-top:1px solid #545454;
	font-size:10px;
	color:#545454;
}
.set_buttons{
	text-align:center;
	margin-bottom:15px;
}
.set_buttons h3{
	display:inline;
	color:#fff;
}
.set_buttons div{
	display:inline;
	color:#fff;
	margin:0px 20px;
}
.set_buttons div a{
	color:#fff;
	padding:7px 12px;
	background-color:#290d0a;
}
.set_buttons div a:hover{
	color:#ddd;
	background-color:#5c1d16;
}
.presenting_sponsors .title, .past_sponsers .title, .contributing_sponsers .title{
	padding:12px 0px;
	background-color:#190705;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	letter-spacing:-1px;
	border-top:5px solid #0e0402;
}
.past_sponsers .title{
	font-size:20px;
	padding:9px 0px;
}
.sponsors{
	background-color:#fff;
	padding:30px 0px;
	margin-bottom:50px;
}
.contributing_sponsers .sponsors{
	background-color:#000;
}
.sponsors td{
	text-align:center;
	vertical-align:middle;
	padding-bottom:20px;
}
.social_links a{
	color:#757575;
}
.social_links a:hover{
	color:#8cbabb;
}
.social_links td{
	padding-bottom:4px;
}
.social_links{
	padding:5px;
	padding-top:0px;
}
.fashion_scene_video{
	text-align:center;
	height:350px;
}
.gallery div{
	float:left;
	margin-bottom:30px;
	margin-right:20px;
	height:100px;
	width:100px;
	overflow:hidden;
	border:5px solid #fff;
}.boldunderline {
	font-weight:bold;
	text-decoration: underline;
}
