﻿body 
{
	background-color:#C0C0C0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

/* holder styles */
#wrapper {
	/*width: 760px;*/
	width:778px;
	/*background: #FFFFFF url(images/faux.gif) repeat-y;  This image creates the three column faux effect */
	background:#000 url(../images/LogIn/3_col.gif) repeat-y;
	 border:solid 1px #000;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header{
height:153px;
background-image:url(../images/LogIn/header_bg.gif);
background-repeat:no-repeat;
}

#nav{
 background-image:url(../images/LogIn/nav_bg.jpg);
 background-repeat:no-repeat;
	
}

#nav ul
{
	padding-left:95px;
	width:600px;
	height:28px;
	padding-top:5px;
margin: 0;

}
#nav ul li
{
	
display: inline;
margin: 0;
padding: 10px 10px 2px 10px;
}
#nav ul li a{

color: #fff;
font-size:1.3em;
font-weight:bold;
text-decoration: none;
} 
#nav ul li a:hover, #nav ul li a:focus
{
	color:#FF6800;	
}

#footer
{
 background-color:#000;
 color:#ccc;
	
padding:7px;
clear:both;
}
#footer a
{
	color:#ccc;
	text-decoration:underline;
	 
}

