@charset "UTF-8";
/* CSS Document */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}




:focus {
	outline: 0;
}
 
ol, ul, li {
	list-style : none;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

/*--- =html ---*/
html {
	height:100%;
	margin:0;
	padding:0;
}

/*--- =body ---*/
body {
	/*text-align:center;*/
	margin:0 auto 0 auto;
	padding:0;
	background-color:#999999;
}

/*--- =blocktext ---*/
h1, h2, h3, h4, h5, p, blockquote, address, dl, ul, ol {
	margin: 0px 0px 2px 0px;
	padding: 0;
}

/*--- =clear floats ---*/
.clear {
	clear:both;
}




/*--- =container ---*/
div#container {
	margin:0 auto 0 auto;
	height:100px;
	background-color:#333333;
}

#header {
	position:relative;
	width:1200px;
	margin:0 auto 0 auto;
}

#header h1 {
	position:relative;
	float:left;
}

#header h2 {
	position:relative;
	float:right;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:20px 0 0 0;
	text-align:right;
}

#header h2 p.sdvosb {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.05em;
}
#header h2 a {
	text-decoration:none;
	color:#FF9900;
	font-size:14px;
}

#header h2 a:hover {
	color:#ffffff;
}


#header h1 img {
	position:relative;
	margin:25px 0 0 0;
}

#presskit {
	position:relative;
	width:1200px;
	margin:0 auto 0 auto;






