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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/********************** END OF RESET */

.clearing { clear: both; height: 20px; line-height: 20px; }


ol { padding: 0 0 0 18px; _margin: 0; /* For IE 6 */ }

ol li { padding: 2px 0; 
		line-height: 1.2;}


h2{
	font-size: 21px;
	margin:12px 0 0 14px;
	font-weight: bold;
			color: #ed208a;
}

h3{
	font-size: 16px;
	margin:2px 0 4px 0;
	font-weight: bold;
}

h4{
	font-size: 14px;
	margin:2px 0 4px 0;
	font-weight: bold;
}

.title{
	font-size: 14px;
	margin:2px 0 9px 0;
	font-weight: bold;
}

.bigtitle{
	font-size: 21px;
	margin:12px 0 0 14px;
	font-weight: bold;
}

.date{
	font-size: 11px;
}

p{
	margin: 4px 0 10px 0;
	line-height: 1.2;
}

.more{
	margin:0px 0 16px 0;
	float:right;
}

.quote{
	font-style: italic;
	margin: 14px;
}

a{
	color: #b6cece;
}
a:hover{
	text-decoration: none;
}

html, body {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-transform: normal;
	background-image: url(images/background3.jpg);
	background-color: #120000;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000000;
	text-align:center;
}

#content{
	display: block;
	height:100%;
    width: 738px;
    float:left;
}

#promotion{
	display: block;
	height:100%;
	width: 300px;
    margin-top:26px; 
    float:right;
}


/***** ONE COLUMN LAYOUT *****/


#content_outer {
    margin: 0 auto;
    width: 1065px;
    min-height: 100%;
    height: auto;
   
}

* html #content_outer { height: 100%; } /* Hack for IE 6 */


/***** VERISON 3 *****/

#content2{
	display: block;
	height:100%;
    width: 1048px;
    float:left;
}

.promotion2{
	display: block;
	height:100%;
	width: 300px;
    margin-top:26px;
    margin-right:8px;
    margin-left:8px;
    float:left;
}

.promotion3{
	display: block;
	height:100%;
	width: 400px;
    margin-top:26px;
    margin-right:8px;
    margin-left:8px;
    float:left;
}

#content_outer2 {
    margin: 0 auto;
    width: 1048px;
    min-height: 100%;
    height: auto;
   
}
