@charset "iso-8859-1";
/* CSS Document */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	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;
}
a {
	outline:none;
	}
/* General */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#7e7e7e;
	background-color: #252326;
	}
#global {
	width:940px;
	margin:0 auto;

	}
#content {width:940px;}
#box { width:225px; float:left; padding-right:10px; }
#boxNul { width:225px; float:left;}
#logo {
	width:575px;
	height:107px;
	margin:0 0 0 -7px;
	padding:30px 0;
	}
	
	
/* PREHEADER */	
#ThisIsPreHeader { width:100%; height:20px; background-color:#000; padding:5px 0;
}
#ThisIsPreHeader960px { width:940px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:11px; text-align:left;
}
#ThisIsPreHeader a { text-decoration:none; color:#7E7E7E;
}
#ThisIsPreHeader a:hover { text-decoration:none; color:#73B3DE;
}
	