/* --- General Styles --- */

* { margin:0; padding:0 }

/* --- Main Layout --- */
html { height: 100%; }

body { 
	height: 100%; color: #525252; 
	font: normal 1.0em "Lucida Grande", Tahoma, Verdana, sans-serif; 
	background: #C6BA8A url('../images/body-bg.jpg') repeat-x top center;
}

img { border: none; }

.global { width: 850px; margin: 0 auto; padding: 0; cursor: default; }

/* --- Links --- */
a { text-decoration: none; color: #FFFFFF; outline: none; }
a:link,a:visited { color: #FFFFFF; cursor: pointer; }
a:hover, a:active { color: #CC1820; cursor: pointer; }

/* --- Lists --- */
ul li { list-style-type: none; font-size: 10px;}
li.even { background: #fff; }
li.odd { background: #EAE9E7; }

/* --- Headers --- */
h1,h2,h3,h4 { font-family: Arial, Helvetica, sans-serif; }
h5,h6 { font-family: Verdana, Helvetica, sans-serif; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

/* --- Clear Floated Divs Class --- */
.clearall { clear: both; height: 0; overflow: hidden; }

