/* Reset first */

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;
	outline: 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;
}

/* General ------------------------------------------------------------------------------------- */

body {
	text-align: center;
	margin: 0 auto;
	background: #000;
	font-size: 0.8em;
	line-height: 1.55em;
	letter-spacing: 0.04em;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
}

#page {
	margin: 25px auto 0 auto;
	width: 865px;
	text-align: left;
	display: block;
	clear: both;
}

.fulldiv {
	margin: 30px 0 50px 0;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.halfdiv {
	float: left;
	margin: 0 15px 0 0;
	display: inline;
	overflow: hidden;
	width: 270px; 
	text-align: center;
}

.last {
	margin: none;
}

p {
	width: 275px;
	margin: 0 auto 15px auto;
}

/* Links ------------------------------------------------------------------------------------- */

a:link, a:visited {color: #fff; text-decoration: none;}
.halfdiv a:link:hover, .halfdiv a:visited:hover {color: #fff; padding-bottom: 2px; border-bottom: 2px solid #ffff00; text-decoration: none;}

a:link, a:visited, a:link:hover, a:visited:hover {outline: none;}

/* Typography ------------------------------------------------------------------------------------- */

h1 {
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-family: arial black, helvetica, arial, sans-serif;
	text-transform: uppercase;
	outline: none;
	display: none;
}

h2 {
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-family: 'palatino linotype', times, georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	outline: none;
	text-align: center;
	padding: 15px 0 25px 0;
	margin-top: 50px;
	border-top: 1px solid #111;
	width: 865px;
	overflow: hidden;
	clear: both;
	display: block;
}