@charset "UTF-8";

/*------------------------------------------------------------------------------------
BASE LAYOUSTS (COLOR)
--------------------------------------------------------------------------------------*/
body, #mainnav {
	background-color: #E9E8E2;        
	}

#container {
	background-color: #FFF;
	}

#banner, #footer {
	background-color: #DBDAD4;
	}
	
.sidebar-top {
	background-color: #E3E2DC;
	}

/*------------------------------------------------------------------------------------
BASE LINK COLOR
--------------------------------------------------------------------------------------*/

a {
	text-decoration: underline;
	}

a:link {
	color: #2660AE;
	}

a:visited {
	color: #2660AE;
	}

a:active {
	color: #2660AE;
	}

a:hover {
	color: #2660AE;
	}

/*------------------------------------------------------------------------------------
MAIN NAVIGATION ID=MAINNAV
--------------------------------------------------------------------------------------*/
#nhome{
	background-image:url(/i/more/nhome_bg.gif);	
	margin-left:10px;
	margin-right:5px;
	}

#nabout{
	background-image:url(/i/more/nabout_bg.gif);
	margin-right:5px;	
	}

#nnews{
	background-image:url(/i/more/nnews_bg.gif);	
	margin-right:5px;	
	}

#nbetter{
	background-image:url(/i/more/nbetter_bg.gif);	
	margin-right:5px;	
	}

#nmore{
	background-image:url(/i/more/nmore_bg.gif);	
	margin-right:5px;	
	}

#mainnav a:link, #mainnav a:visited, #mainnav a:visited, #mainnav a:active{
	color: #666;
	}

/*------------------------------------------------------------------------------------
BANNER ID=BANNER
--------------------------------------------------------------------------------------*/
#banner {
	background-image: url(/i/more/header_right.gif);
	}

#banner-top {
	background-image: url(/i/more/header_left.gif);
	}

/*------------------------------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------------------------------*/
.sidebar-top {
	background-image:url(/i/more/sidebar_top.gif);	
	}

.sidebar-bottom {
	background-image: url(/i/more/sidebar_bottom.gif);
	} 

/*------------------------------------------------------------------------------------
FOOTER ID=FOOTER
--------------------------------------------------------------------------------------*/
#footer {
	background-image: url('/i/more/footer_left.gif');
	}

#footer-right {
	background-image: url('/i/more/footer_right.gif');
	}

