/*Some resets */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a,del, dfn, em, font, img, 
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------page layout styles-----------------*/
body {
	background: url(../images/wrapper_background.jpg) repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.special {
	font-size: 16px;
	color: #CE1126;
	padding:10px;	
}

#headline {
	font-size:32px;
	color:#000000;
	padding:10px;

}
#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
#header {
	height:138px;
	background: url(../images/header_background.gif) repeat-x top left;
	width:100%;
}

#header ul {
	width:420px;
	height:138px;
	position:absolute;
	color:#fff;
	font-size:30px;
	top:30px;
	left:480px
}

#navBar {
	height:49px;
	width:100%;
	background: url(../images/navbar_background.gif) repeat-x top left;
}
#navBar ul {
	width:460px;
	text-transform:uppercase;
	height:49px;
	line-height:49px;
	position:absolute;
	top:138px;
	left:480px
}
#navBar ul li{
	display:inline;
	color:#fff;
	font-size:1em;
	letter-spacing:-1px;
}
#navBar ul li a{
	text-decoration:none;
	color:#fff;
	margin:0 10px;
}
#navBar ul li a:hover {
	text-decoration:underline;
}
#mainGraphic{
	position:absolute;
	top:0px;
	left:10px;
}
#content {
	position:absolute;
	top:200px;
	left:480px;
	width:460px;
}
#content p {
	padding:10px;
	font-size:.9em;
	line-height:1.1em;
}
#content ol {
	padding:20px;
	font-size:.9em;
}
#footer {
	clear:both;
	width:800px;
	margin-left:100px;

}

