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

/*These reset browser CSS */

* {
vertical-align: baseline;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: none;
padding: 0;
margin: 0;
}
body {
padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
margin: 0px 0;
}
li, dd, blockquote {
margin-left: 40px;
}
dt {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*BASIC CSS STYLES*/

body {
	background-color: #000;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:11px;
	line-height:15px;
	color:#FFF;
}


/*CONTAINERS*/

#mainwrapper {
	width: 800px;
	height: 600px;
	margin: 60px auto;
}

#topbanner {
}

#datestrip {
	height: 38px;
	background: url(images/date-panel.png) no-repeat;
}

#bottombanner {
}