/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/GEC-background.jpg);
	background-repeat: repeat-x;
	color: #E3E4E9;
	background-color: #E3E4E9;
}

.smalltype{
	font-size: 9px;
	line-height: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#navigation {
	width: 800px;
	height: 70px;
	margin: 0px;
	background-image: url(../images/GEC-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul{
	float:right;
	list-style: none;
	display: inline;
	margin-top: 33px;
	width: auto;
}
#navigation li{
	float:right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
}
#navigation li a{
	display:block;
	text-decoration:none;
}
#navigation li a:link, #navigation li a:visited{
	color: #FFFFFF;	
}
#navigation li a:hover, #navigation li a:active{
	color: #8073A2;
}

#header {
	color: #333;
	width: 800px;
	padding: 0px;
	height: 230px;
	margin-bottom: 7px;
}

#leftcolumn {
 	display: inline;
	margin: 10px;
	padding: 0px;
 	width: 195px;
 	float: left;
	position:relative;
}
#leftcolumn .menu a {
	font-size: 12px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	width: 145px;
	padding-left: 5px;
	display: block;
	color: #FFFFFF;
	background-image: url(../images/nav-roll-back.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
#leftcolumn .menu a:hover {
	background-position: -150px 0;
}
#leftcolumn .menu a.current {
	background-position: top right;
	cursor: default;
}
#leftcolumn p{
	color: #000000;
}

#leftcolumn li a.current,#leftcolumn li a.current:hover,#leftcolumn li a.current:active{
	background-position: -150px 0;	
}

#footer {
	width: 780px;
	clear: both;
	color: #333;
	padding: 10px;
	margin-bottom: 0px;
	background-color: #54367F;
}

.clear { clear: both; background: none; }
