/* CSS Document */


body {
	margin:0px 0px; 
	/*height: 800px;*/
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image:url(Images/back.png);
    background-attachment: fixed;
}
	
#content {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align: center; /* Counteract to IE5/Win Hack */
    font-family: Arial, Helvetica, sans-serif;
}



div.leftmenu{
	margin-left:20px;
	margin-top:0px;
	width:140px;
}

.leftmenu li{
	list-style:none;
	margin-left:-40px;
	color:#76c5f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:30px;
}

.leftmenu a{
	color:#bbd800;
	text-decoration:none;
}

.leftmenu a:visited{
	color:#bbd800;
	text-decoration:none;
}

.leftmenu a:hover{
	color:#f0d500;
	text-decoration:none;
}

div.body{
    color:#FFFFFF;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.body a{
    color:#bbd800;
	text-decoration:none;
}

.body a:visited{
    color:#bbd800;
	text-decoration:none;
}

.body a:hover{
    color:#f0d500;
	text-decoration:none;
}

.body li{
    list-style: none;
}

div.bodyHome li{
    list-style: square;
}


