/*	
 *	File: main.css
 */
	 
body {font-family: Verdana, Arial, Helvetica, sans-serif; background: #EEE url(../images/bottombg.png) repeat; margin: 0; padding: 0; color: #666; font-size: 12px;}
#page {background: url(../images/bg.png);}
#wrap {width: 790px; margin: auto; background: #FFF;}
#fade-left {background: url(../images/bg_l.png) left top repeat-y; width: 770px; margin: 0; padding: 0;}
#fade-right {background: url(../images/bg_r.png) right top repeat-y; width: 770px; margin-left: 20px;}
#container {width: 750px;}
#header {height: 100px; background: #447ABC/*Blue*//*#F90*//*Orange*//*#60BC44/*Green*/;}
#headwrap {background: url(../images/head_bg.png); height: 75px; padding: 0 10px; color: #FFF;}
#navbar {height: 24px; background: #6491C8/*Blue*//*#FFAD2D*//*Orange*//*#7CC864/*Green*/; border-top: 1px solid #FFF;}
#content {padding: 20px 10px 10px 10px; background: url(../images/logo2.png) top right no-repeat;}
#main div, #edit div { margin-bottom: 20px;}
#edit {margin-top: 20px; }
.clearer {clear: both;}
.left {float: left; }
.right {float: right; }
.indent {margin-left: 15px; }
#footer {font-size: 95%; text-align: center; color: #666; padding: 25px;}
#footer-bar {background: #4B6C9C; height:10px; margin-bottom: 60px;}

/* Text & font formatting */
#title {font-size: 300%; margin: 0; float:left;} /* Title */
#tagline {font-size: 95%; margin: 0; padding-top: 15px; text-align:right; clear:left;} /* Tagline */
a {text-decoration: none; color: #03F; border-bottom: 1px dotted;}
/* Navigation, options & images */
.n {float: left; padding:6px 0 5px 0;}
.nr {float: right; padding:6px 0 5px 0;}
.n a, .nr a {color:#FFF; padding:6px 5px 5px 5px; border: 0; font-size:95%;}
.n a:hover, .nr a:hover {background: #AAC4E2; color: #6491C8;}
.n a.c, .nr a.c {background: #FFF; color:#6491C8;}

/* Image link fixes */
a img {border: none; }
table tr td a {border: 0px; }

/* Tables */
table { width: 730px;}
tr {background-color: #CDD; }
tr:hover {background-color: #DDC; }
th {border-style: none; background-color: #8AB; color: #000; text-align:center; }
td {border-style: none; padding: 0px; text-align:center; }
