/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:950px;
}
#date{
	float:left; width:950px; height:50px; border-bottom:solid 0px #999999; border-right:solid 0px #999999;
}
#topbar{
	float:left; 
	width:950px; 
	height:40px; 
	/*background-image:url(bg_topbar.gif);*/
	background-color:#ffffff;
	background-repeat:repeat-x;
	border-right:solid 0px #999999;
}
#header{
	width:950px;
}
#content{
	width:950px;
}
#contenttext{
	float:left; width:944px; 
	background-color:#ffffff; 
	border-left:solid 2px #748A04; border-right:solid 2px #748A04; 
	border-bottom:solid 2px #748A04; border-top:solid 2px #748A04; 
	min-height:260px;
}
#logo{
	float:left; width:950px; height:50px; background-color:#ffffff; border-left:solid 0px #999999;
}
#pagetitle{
	position:relative; float:left; width:950px; height:380px; background-color:#ffffff; border-right:solid 0px #999999;
}
#title{
	position:center; right:10px; bottom:0px; width:950px;
}
#menu{
	float:left; width:950px; margin-bottom:30px;
}
#footer{
	width:950px; padding-top:20px; padding-right:0px; padding-left:0px; padding-bottom:15px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Futura, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Futura, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallblacktext {
	font: 0.9em Futura, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #000000;
}
.smallblacktext a{
	font: 0.9em Futura, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #000000;
    text-decoration:none;

}
.smallblacktext a:hover{
	text-decoration:none;
    color: #748A04; /*hover on on footer*/
}



.smallwhitetext {
	font: 0.7em Futura, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Futura, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:none;
}



.smallgraytext {
	font: 0.7em Futura, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Futura, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:none;
}




.titletext {
	font: 0.7em Futura, sans-serif;
	font-size:100px;
	font-weight:normal;
	color: #000000;
}


.logotext {
	font: 0.7em Futura, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
}


#linksmenu a{
	float:left;
    /*can modify the width, but if larger than 312 I have to change the 950px of the whole menu otherwise it ll go acapo*/
	width:312px; 
	height:200px; 
    background-image: url(../images/01_w_menu.jpg); border:solid 1px #ffffff;
    background-repeat: no-repeat;
    
    font: 0.3em Futura, sans-serif;
    <!-- font size is 0 pix so it appears only in the hovering! -->
	font-size: 38px;
	font-weight:normal;
	color: transparent;
	text-decoration:none;
	padding-top:0px;
}
#linksmenu a:hover{
    background-image: none;
	background-color:#748A04;
    <!-- this I copied from linksmenu to make text appear only at hovering -->
    font: 0.3em Futura, sans-serif;
	font-size: 38px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
	padding-top:0px;
}
#menu {
    
}
