﻿/* =Main Navigation  =============================================================== */

#leftnav ul li { 
text-align: center; 

}

#leftnav ul li a { 
color: #ffffff;
font-weight: bold;
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
display: block;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
text-align:center;
width:192px;
	 }
#leftnav ul li a:hover  { 
color: #fff;
text-decoration: underline;
 }



.about, .design, .green{
background-color:#256268;
border: 2px solid #0000000;
}


.updates, .contact,.facebook, .archives{
background-color:#164c52;	
border: 2px solid #0000000;
	
}

.contest {
	background-color: #878d72;
	border: 2px solid #0000000;
	font-size: 14px;
	font-weight: bold;
}

.info {
background-color:#002128;
color: #ffffff;
text-align:center;
display: block;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;

}

.current{
	color: #ffffff;
	background: #878d72;
	list-style-type: none;
}


.contestcurrent{
	color: #ffffff;
	font-size:14px;
	background: #878d72;
	list-style-type: none;
}
