body
{
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	color: #cadbca;
	font-family: arial;
}

		
a	{
			color: #fff;
			text-decoration: none;	
		}
		
a:hover	{
			color: #cc3333;
			background-color: #cadbca;
		}
		
h1 {
			font-size: 1.5em;
			font-weight: normal;
		}
		
#wrapper {
			width: 970px;
			position: relative;
			left: 50%;
			margin-left: -485px;
			text-align: left;
		}
		
#header, #footer {
			clear: both;
		}
		
#title {
			height: 74px;
			clear: both;
		}
		

		
#main
		{
			position: relative;
			width: 100%;
			height: 520px;
			background-image: url(images/home_bg.jpg);
			background-repeat: repeat-y;
		}
		
#content
		{
			width: 485px;
			height: 416px;
			float: right;
		}

#center
		{
			width: 227px;
			height: 100%;
			padding: 12px 6px 12px 6px;
			float: left;

		}

#left {
			width: 467px;           /* LC width */
			position: absolute;
			padding: 12px 6px 12px 12px;
			float: left;

		}

#right {
			width: 228px;           /* RC width */
			height: 416px;
			padding: 12px 12px 12px 6px;
			float: right;

		}

#footer
		{
			height: 134px;
			clear: both;
			background-image: url(images/footer_bg.jpg);
			background-repeat: repeat-x;
		}
		
ul#twitter_update_list	{
			margin: 0;
			padding: 6px 0 0 0;
			list-style-type: none;
		}

		
.columncontent {
			padding: 6px 6px 6px 6px;
		
		}
		
.column {
			background-image: url(images/block_bg.png);
			background-repeat: repeat;
		
		}
		
.column2
		{
			background-image: url(images/block_bg.png);
			background-repeat: repeat;
			margin-bottom: 12px;
		}
		
.column2 img {
			padding-bottom: 2px;
		}
		
.smaller {
			font-size: 0.8em;
		}
		
/* Nav Styling */
		
#navbar {
	position: relative;
	margin: 0;
	padding: 6px 12px 3px 6px;
	height: 30px;
	clear: both;
	background-color: #cadbca;
	z-index:1;
	}
	
#navbar li {
	list-style: none;
	float: left; 
	}

#navbar li a {
	display: block;
	padding: 5px 12px;
	color: #024b46;;
	text-decoration: none;
	background-color:  #cadbca; 
	}
	
#navbar li p {
	line-height: 1.5em;
	padding: 6px 12px;
	color: #000;
	background-color: #cadbca;
	margin: 0;
	}

#navbar li p a {
	color: #024b46;
	display: inline;
	padding: 0;
	}

#navbar li span {
	display: block;
	padding: 3px 12px;
	color: #999;
	background-color: #cadbca;
	font-size: 0.8em;
	margin: -4px 0px 0px 0px
	}
	
#navbar li a:hover {
	color: #cc3333;
	}
	
	
#navbar li ul {
	display: none; 
	width: 20em; /* Width to help Opera out */
	}
	
#navbar li ul li.wider	{
	width: 40em;
	}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	}

#navbar li:hover li, #navbar li.hover li {
	float: none; 
	}

/*
#navbar li:hover li a, #navbar li.hover li a, {
	background-color:  #cadbca; 
	border-bottom: 1px solid #fff;
	color: #024b46; 
	} 
*/

#navbar li li a:hover {
	color: #cc3333;
	background-color:  #cadbca; 
	}

		/* separate the list from what follows it */
		div.footerwrapper
		{
			margin-bottom: 12px;
		}

		/* anchor styling */
		
		ul.nav li a	{
			color: #024b46;
			display: block;
			width: 60px;
			text-decoration: none;
			text-align: center;
			padding: 6px;

		}

		ul.nav li.bigger a	{
			color: #024b46;
			display: block;
			width: 180px;
			text-decoration: none;
			text-align: center;
			padding: 6px;

		}

		

		ul.nav li a:hover	{
			color: #cc3333;
			background-color: #b1cab0;
		}
		

		
		
		/*delicious feed sytling */
		/*.delicious-posts { margin: 1em; border: 2px solid #ddd; padding: 0.5em; width: 20em; font-family: sans-serif; }*/
		
		.delicious-posts ul, .delicious-posts li, .delicious-banner { 
			margin: 0; 
		}
		
		
		.delicious-odd	{
			background-image: url(images/block_bg.png);
			background-repeat: repeat;
		}
		
		
		.delicious-posts a:hover { 
			color: #cc3333;
			background-color: #cadbca; 
		}
		
		.delicious-posts a {
			text-decoration: none; 
			color:  #fff; 
			display: block; 
			padding: 6px; 
		}
		
		.delicious-post a { 
			color: #fff 
		}
		
		 /* Footer Styling */
		
		ul.footer	{
			margin: 0;
			padding: 12px 12px 12px 12px;
			width: 970px;  /* room for 3 columns */
			list-style-type: none;
		}

		ul.footer li	{
			float: left;
			width: 260px;  /* accommodate the widest item */
		}	
		
		/* stop the floating after the list */
		br	{
			clear: left;
		}

		/* separate the list from what follows it */
		div.footerwrapper
		{
			margin-bottom: 12px;
		}

		/* anchor styling */
		
		ul.footer li a	{
			color: #fff;
			display: block;
			width: 200px;
			text-decoration: none;
			padding: 6px;

		}

		ul.footer li a:hover	{
			color: #cc3333;
			background-color: #cadbca;
		}