body {
	margin:0;
	padding:0;
	font-family:Arial;
	background:#ffebac url(../electroz_img/body_background.jpg) repeat-x;
	}
	
#container {
	margin:0;
	width:100%;
	height:100%;
	background:url(../electroz_img/header_background.jpg) no-repeat;	
	}
	
#header {
	margin:0;
	width:100%;
	height:74px;
	}
	
#nav {
	width:100%;
	height:31px;
	line-height:31px;
	color:#007ad7;
	margin-bottom:20px;
	}	

#navLeft{ 
	width:15px;
	float:left;
}
#navRight{ 
	float:left;
}
	
#nav a {
	font-weight:bold;
	font-size:13px;
	color:#007ad7;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#0061ac;
	}
	
#nav a.on {
	color:#000;
	}
	
#secNav {
	font-size:13px;
	display:inline;
	margin-left:20px;
	padding:5px 10px;
	background:#EAEFF3;
	border-bottom: 1px solid #97CAE9;
	}
	
#secNav a {
	color:#007ad7;
	font-size:13px;
	text-decoration:none;
	}
	
#secNav a:hover {
	color:#0061ac;
	}
	
#secNav a.on {
	color:#0061ac;
	}
	
#content {
	width:650px;
	margin-left:30px;
	margin-top:20px;
	border:1px solid #fff;

	}
	
#footer {
	width:100%;
	height:77px;
	background:#ffebac url(../electroz_img/footer_background.jpg) left top repeat-x;
	}
	
.object {
	position:relative;
	}
	
#contact {
	padding-top:18px;
	padding-left:10px;
	float:left;
	color:#836000;
	font-size:12px;
	}
	
#contact a {
	color:#836000;
	}
	
#login {
	padding-top:18px;
	float:right;
	}
	
#main {
	width:100%;
	background:#fff url(../electroz_img/content_background.jpg) repeat-x;
	}

.object a {
	color:#007ad7;
	text-decoration:none;
	}
	
.object a:hover {
	color:#0061ac;
	}
	
