
/* CSS Document */

/* tag styles */


body {
   color: #FDFF54; 
   background-image: url(images/background.jpg);
   font-size: 12px; 
   font-family: Verdana; 
   line-height: 165%;
   text-align: justify; 
}

a, a:visited, a:active {
   color: #FFFFFF; 
   text-decoration: none; 
   font-weight: none; 
}


a:hover {
   color: #FEB127;
   text-decoration: none;
   font-weight: none;
}


h1 {
   font-family: Verdana; 
   color: #FDFF54; 
   font-size: 14px;
   font-weight: none;
   text-decoration: underline;
}

h2 {
	font-family: Verdana;
        color: #FFFFFF;
	font-size: 11px;
	font-weight: strong;
}


/* Divs layout */



#global { 
       background-image: url(images/backgroundorange.jpg);
       margin-left: auto; 
       margin-right: auto; 
       width: 1024px;
       height: 950px;
}

#masthead{
	width: 1024px;
}

#menutop{
        padding: 5px 0px 0px 0px;
        width: 1024px;
	height: 30px;
}

#menuleft{
        padding: 30px 0px 20px 20px;
	float: left;
        width: 210px;
	height: auto;
}

#contentright{
        padding: 30px 0px 20px 0px;
        margin-left: 240px;
	width: 730px;
	height: auto;
}


#contentcenter{
        padding: 50px 0px 20px 0px;
	width: 1024px;
	height: auto;	
}


