@charset "utf-8";

/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img
{
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption, th
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after
{
	content:'';
}

abbr, acronym
{
	border:0;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select
{
	font-size:100%;
}

legend
{
	color:#000;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html, body
{
	height: 100%;
	color: #FFFFFF;
	background: #000000;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* Main Layout */
#header
{
	width: 900px;
	height: 180px;
	margin: 0 auto;
}

#header .col
{
	width: 33%;
	height: 180px;
	float: left;
}

#header .col img
{
	display: block;
	margin: 0 auto;
}

#header h1
{
	height: 180px;
	width: 246px;
	background: url(img/mifwlogo.jpg) top left no-repeat;
	margin: 0 auto;
}

#header h1 a
{
	display: block;
	height: 100%;
	width: 246px;
	text-indent: -2000px;
	font-size: 0%;
}

#sfp
{
	width: 900px;
	color: #666666;
	font-size: 80%;
	text-align: right;
	margin: 0 auto;
	padding: 2px 0;
}

#location
{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #18bbaf url(img/location-bg.gif) top left repeat-x;
	border-top: 1px solid #18bbaf;
	height: 42px;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 160%;
}

#event
{
	width: 900px;
	margin: 0 auto;
}

#containerbg
{
	background: url(img/container-bg.gif) top center repeat-y;
}

#cols
{
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

#cols .col
{
	float: left;
	margin: 0 0 -2000px 10px;
	padding: 5px 5px 2000px 5px;
}

#cols .col h3
{
	padding: 0 0 15px 0;
}

#cols .col h3 a
{
	font-size: 120%;
	color: #7edcdb;
	font-weight: bold;
}

#cols .small
{
	background: #050505 url(img/col-sm-bg.jpg) top right no-repeat;
	width: 215px;
}

#cols .large
{
	background: #050505 url(img/col-lg-bg.jpg) top right no-repeat;
	width: 400px;
}

#news li
{
	font-size: 90%;
	padding: 0 0 25px 0;
}

#news li .date
{
	font-size: 70%;
	padding: 0 0 5px 0;
	display: block;
}

#rss
{
	padding: 0;
}

#overview li a
{
	font-size: 75%;
	margin-bottom: 10px;
}

#overview li a:hover
{
	color: #7edcdb;
}

#footerbg
{
	background: url(img/footer-bg.gif) top center no-repeat;
}

#footer
{
	clear: both;
	width: 880px;
	height: 110px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 80%;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* End Main Layout */

#social
{
	text-align: center;
}

#social h3
{
	font-size: 120%;
	color: #7edcdb;
	font-weight: bold;
}
