/******************************************************************************
 **********                    12Days.com Colors                     **********
 celadon green		#bce08a
 dark green			#004e00
 bright green		#49d20c
 red				#b50d0f
 dark red			#832424


******************************************************************************/
html,body	{
	margin:0;
	padding:0
	}
body	{
	font: 76% arial,sans-serif;
	}
p	{
	margin:0 10px 10px;
	color:#000000;
	font-size:130%;
	}
	
h1	{
	color:#b50d0f;
	}	
	
h2	{
	color:#b50d0f;
	}	

h3	{
	color:#b50d0f;
	}	

div#header 	{
	height:90px;
	line-height:90px;margin:0;
	background: #BCE08A;
	background-image:url(../graphics/Banner.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#header a	{    
	position: absolute;
	width: 100%;
	height: 90px;
	}
		
div#content p	{
	line-height:1.4
	}

div#wrapper	{
	float:right;
	width:100%;
	margin-left:-180px
	}
div#content	{
	margin-left:180px
	}
	
.sceneBg	{
	background-image:url(../graphics/scene_bg.JPG);
	background-repeat:no-repeat;
}	

.blue	{
	color:#000080;
	font-size:x-large;
	}
	
.red	{
	color:#b50d0f;
	font-size:x-large;
	}	
/******************************************************************************
 **********                    Tables				                 **********
******************************************************************************/
th	{
	background-color:#bce08a;
	color:#000000;
	font-weight:bold;
	}


/******************************************************************************
 **********                    AdSense Containers                    **********
******************************************************************************/
div#navigation	{
	background:#ffffff;
	}
div#extra	{
	background:#FF8539
	}
div#navigation	{
	float:left;
	width:180px;
	}
div#extra	{
	float:left;
	clear:left;
	width:180px;
	}


/******************************************************************************
 **********                     	  Navigation                     **********
******************************************************************************/
#navcontainer 	{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
	}

	
ul#navlist	{
	margin: 0;
	padding: 0;	
	list-style-type:none;
	text-align:center;
	}	

ul#navlist li	{
	border-left: .5px solid #b50d0f;
	line-height: 1.4em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	display:inline;
	}
	
ul#navlist active	{
	border-left-style:none;
	}	

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	}
ul#navlist a:hover {
	text-decoration: underline;
	color: #b50d0f;
	}

/******************************************************************************
 **********                    Footer				                 **********
******************************************************************************/

div#footer	{
	background:#ffffff;
	color: #FFF
	}
div#footer p	{
	margin:0;
	padding:5px 10px
	}
div#footer	{
	clear:both;
	width:100%
	}
	
.line	{
	background-image:url(../graphics/line.gif);
	background-repeat:repeat-x;
}	
	
/******************************************************************************
 **********                    c.4 credit			                 **********
******************************************************************************/	
div#c4	{
	font-size:90%;
	text-align:center;
	color:#004e00;
	clear:both;
	width:100%;
}

#c4 a:link, #c4 a:visited, #c4 a:active {
	color: #004e00;
	font-weight: bold;
	text-decoration: none;
	}
#c4 a:hover {
	text-decoration: underline;
	color: #b50d0f;
	}
