/* Stylesheet for Tribe Index Page */

/* Default page styles */
* {margin:0; padding:0; }
body {	text-align: center; background-color: #333333; color: #000000;
	font-family: Verdana, arial, helvetica; font-size: 0.8em;
	margin: 0px; padding: 0px;}
h1, h2, h3, h4 { font-family: Ariel, helvetica, sans-serif; }
h1 { font-size:1.2em; }

/* Page structure */
#wrapper { margin: 3% auto; width: 440px;}
#banner { width:440px; height: 53px; }
#nav { float:left; width:440px; }
#main { float:left; }
#lhcol { float:left; width:140px; }
#rhcol { float:right; width:280px; text-align:justify; }
#footer { height:61px; width:440px; clear:both; }

/* Section Styles */
/* Page Top */
#wrapper {text-align: left;  background-color: #FFFFCC; }
#banner {background: #444444 url(/images/top.gif) no-repeat; }

/* Navigation */
#nav { font-family: helvetica, arial, sans-serif; background-color:#333;} 
#nav ul {float:left; list-style:none; }
#nav li { display:block; float:left; width:73px; background:url(/images/button.gif) center 5px no-repeat; }
#nav a { display:block; color:#909090; text-align:center; font-weight:800; padding:45px 4px 4px 4px; text-decoration:none; font-size:1.1em;}
#nav a:hover { color:#eee;}

/* Page Body */
#main { padding:10px; background-color: #ffc; }
#main p {margin-bottom:5px; }
#main a {font-weight:800; color:#33f; text-decoration:none; }
#main a:hover {text-decoration:underline; }

/* Footer */
#footer {  background-image:url(/images/bottom1.gif); position:relative; font-family: helvetica, arial, sans-serif; }
#footer a { position:absolute; bottom: 4px; left:20px; color:#eee; text-decoration:none; font-weight:800; font-size:1.4em; }
#footer a:hover { text-decoration:underline; }