* {
margin:0;
padding:0;
border:0;
font-family:Arial, Helvetica, sans-serif;
}
/*
Instructions:
- don't use NONE HTML ELEMENT WITH WIDTH HIGHER THAN div.body -> width, in this default case is 760px;
*/
/* PRINT REF */
.copyright {
	display:none;
}
.company {
	display:none;
}
html {
	height:100%;
}
body {
	background:#000;
	margin:0;
	padding:0;
	text-align:center;
	min-height:100%;
	height:100%;
	background:url(../images/bgBody.jpg) repeat-x top center #fff;
	color: #325900;
}
#all {
	position: relative;
	margin:0px auto;
	width: 760px;
	text-align:left;
	background: #FFFEF9 url(../images/bgAll.jpg) repeat-x bottom center;
	border-left: 1px solid #9F991F;
	border-right: 1px solid #9F991F;
}
#content {
	width:550px;
	margin-top: -80px;
	height:100%;
	float:right;
	padding:5px 5px 0 5px;
	overflow-y:visible;
}
/* HEADER */
#head {
	background: #fff url(../images/head.jpg) no-repeat center top;
	width:760px;
	height:246px;
}
/* FOOTER */
#foot {
	clear: both;
	background: #fff url(../images/foot.jpg) no-repeat center top;
	width:760px;
	height:140px;
}
/* DEFAULT CONTENT TEXT*/

/* USER LOGIN */
div#user {
	position:relative;
	top:10px;
	left:500px;
}
/* MENU DEFINITION */
/* VERTICAL */
#left {
	float:left;
	width:166px;
	overflow-y:visible;
	margin-top: -82px;
	margin-left: -12px;
	background: url(../images/navTop.png) no-repeat top center;
}
.menu {
	width:166px;
	min-height:100%;
	float:left;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/navBot.png) no-repeat bottom center;
}
.menu li {
	list-style:none;
	height:20px;
	vertical-align:middle;
	padding:2px 2px 2px 16px;
	background-color: #325900;
}
.menu li a {
	text-decoration:none;
	color:#FFF9A1;
	font-size:14px;
}
.menu li a:hover {
	text-decoration:underline
}
/* HORIZONTAL */
#menuH {
	width:713px;
	height:50px;
	background:url(../images/menu_horizontal.jpg) no-repeat top center;
}
#menuH ul {
	margin-left:18px;
}
#menuH li {
	float:left;
	margin-top:16px;
	margin-right:20px;
	list-style:url(../images/list.png) inside;
}
#menuH li:first-child {
	list-style:none;
}
#menuH li a {
	font-size:18px;
	color:#06F;
	text-decoration:none;
}
#menuH li a:hover {
	color:#CCC;
	text-decoration: overline underline;
}