/*  BEGIN CSS RESET  */
* { margin: 0; padding: 0; border: 0; }

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; vertical-align: baseline;}

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

ol, ul {list-style: none;}

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

:link,:visited { text-decoration:none }

a img,:link img,:visited img { border:none }

address { font-style:normal }
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
*{border: 0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:1em 5%;} 
h1, h2{font: 12px "Palatino Linotype", georgia, serif;}
 
li, dd {margin-left:5%;} 

fieldset {padding: .5em;} 

select {min-width:1.5em;}
/*
global style sheet
----------------------------------------------------------------- */
body{
 font-family: Geneva, 'Trebuchet MS',Verdana,Helvetica,sans-serif;
 color: #211303;
 text-align: center;
 background: #cc3127 url(../images/bground.jpg) top center repeat-x fixed;
 height: 100%;
 font-size: 12px;
}
#wrapper{ 
 width: 980px; /* Set page width here - you can also use percentage */
 text-align:left;  
 padding-top: 1px;
 margin-left:auto; 
 margin-right:auto; 
}
#flashcontent{  
	margin: 30px 0 5px 0 ;
	display: block;
	width: 100%;
	text-align: center; 
}
#footer{
 margin: 0; 
}
.clear{clear:both;}
.right{float: right; margin: 5px 10px 0 0;}
.left{float: left; margin: 5px 0 0 10px;}
.right a, active, visited{
 color: #f7cf7e; text-decoration: underline;
}