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

html, body, 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;	}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	line-height: 1;	color: black;	background: #80170C;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}

body{font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;}

#centered{
	position:absolute;
	width:800px;
	height:604px;
	top:50%;
	left:50%;
	margin-top:-302px;
	margin-left:-400px;
}

#contentHolder{
	height:604px;
	background:url('images/background.png') no-repeat; 
	position:relative;
}

#logo{
	position:absolute;
	top:20px;
	left:50px;
}
#content{
	position:absolute;
	top:140px;
	
}

.column{
	width:310px;
	float:left;
	padding-left:55px;
}
#content h1{
	color:#fff;
	margin:0 0 10px 0;
	font-size:1.4em;
}
#content h2{
	color:#fff;
	margin:20px 0 10px 0;
	font-size:1.1em;
}
#content p{
	margin:10px 0px 0 5px;
}
#content ul{margin-top:10px;}
#content li{
	margin-left:25px;
	list-style-type:disc;
}
#content p, #content li{
	color:#94b3c5;
	font-size:0.8em;
	line-height:1.5em;
}

#content a{color:#e3e3e3;}

#copyright{
	font-size:9px;
	color:#a6a69b;
	position:absolute;
	top:565px;
	left:55px;
}

strong{color:#e3e3e3; font-weight:normal;}

