/* RESET ALL BROWSER DEFAULTS */

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;
}

/* PAGE LAYOUT */
body {
	text-align: center;
	background: #282828;
	font: 11px/14px Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
}
div#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

div#content {
	width: 100%;
	float: left;
	margin-right: -132px;
}
div#intro p {
	margin: 0 0 6px;
}

div#intro {
	padding: 20px;
	width: 588px;
	background: #FFF;
	color: #000;
	text-align: justify;
}
div#intro h1 {
	background: #000;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	line-height: 1;
}

div.date {
	width: 120px;
	float: right;
	margin: 0 0 0 20px;
	text-align: center;
}
div.date h2 {
	font-family: Helvetica, Arial;
	font-size: 60px;
	font-weight: bold;
	margin: 30px 0 35px;
	text-align: center;
	text-transform: none;
	letter-spacing: -4px;
}	
div.date h3 {
	font-family: Helvetica, Arial;
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
}
div#intro div.date p {
	font: 12px/1 Helvetica, Arial, sans-serif;
	margin: 20px 0 20px;
}

div.main-col {
	color: #000;
	width: 268px;
	padding: 20px;
	margin: 12px 12px 12px 0;
	float: left;
	background: #FFCF2B url(bg-gradient.jpg) repeat-x;
}
div.main-col p {
	margin: 0 0 6px;
	text-align: justify;
}
div.main-col a, li a {
	color: #000;
	text-decoration: underline;
}
div.main-col a:hover {
	background: #000;
	color: #FFCF2B;
}
div.main-col img {
	margin: 0 auto;
	display: block
}

div.main-col h2 {
	background: #000;
	color: #FFCF2B;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	line-height: 1.5;
}

div#extra-details {
	float: left;
	padding: 20px;
	background: #FFF;
	width: 268px;
	color: #000;
}

div#extra-details h2 {
	background: #000;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px;
	line-height: 1;
}

div#extra-details h3 {
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 10px 0 0;
	line-height: 1;
}
div#extra-details h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 10px 0 0;
	line-height: 1;
}
div#logos {
	color: #000;
	width: 120px;
	background: #282828;
	float: right;
	margin: 20px 0 0;
}

div#logos a {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: none;
	font-weight: normal;
	padding: 5px 0 0;
	display: block;
}

ul#footer {
	color: #000;
	width: 268px;
	padding: 20px;
	background: #FFF;
	clear: both;
	margin: 0 0 24px;
}

strong {
	font-weight: bold;
}
