/* CSS Santa Ideia 2008 */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 background-color: #000;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 height: auto;
}

#header { 
 width: 1000px;
 height: 220px;
 background:  #999900;
 float: left;
 background-image: url(images/header.jpg);
 background-repeat:no-repeat;
}


#menubox { 
 width: 800px;
 height: auto;
 float: left;
 padding-left: 200px;
 margin-top: 190px;
}

.menubox { 
 width: 800px;
 height: auto;
 float: left;
 padding-left: 200px;
 margin-top: 190px;
}

.menu { 
 width: auto;
 height: 30px;
 background-color: #111;
 float: right;
 text-align: center;
 margin: 0px 2px 0px 0px;
 padding: 8px 15px 0px 14px;
}

.linksmenu {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.linksmenu:hover {
	color: #BFDD01;
	text-decoration: none;
	
}



#main { 
 width: 950px;
 height: auto;
 float: left;
 background-image: url(images/background.png);
 background-repeat: no-repeat;
 padding: 25px 0px 0px 50px;
}

#left{ 
 width: 135px;
 height: auto;
 float: left;
}

.leftbutton { 
 width: 135px;
 height: 35px;
 background: url(images/button.png);
 text-align: center;
 padding: 20px 0px 0px 0px;
 margin-bottom: 5px;
}

.leftbuttonlink {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
}

.leftbuttonlink:hover {
	color: #555;
	text-decoration: underline;
	
}


.leftpics { 
 margin-bottom: 3px;
 border: 0px solid #000;
}

.leftpics:hover { 
 margin-bottom: 3px;
 border: 0px solid #000;

}


.menutop { 
 border: 0px solid #000;
}

.menutop:hover { 
 border: 0px solid #000;

}


#center { 
 width: 625px;
 height: 100%;
 float: left;
 padding: 0px 10px 0px 10px;
 display: block;
}

#centerblack { 
 width: 625px;
 height: 100%;
 float: left;
 padding: 0px 10px 0px 10px;
 display: block;
 line-height: 18px;
 background: #000000;
}



#right { 
 width: 140px;
 height: auto;
 float: left;
 margin-left: 5px;
}

#footer { 
 width: 1000px;
 height: 75px;
 text-align: center;
 float: left;
 margin-top: 15px;
}

.linksfooter {
	color: #ddd;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	
}

.linksfooter:hover {
	color: #ddd;
	text-decoration: none;
	
}

.linksgreen {
	color: ##D0ED19;
	text-decoration: underline;
	margin: 0px 5px 0px 5px;
}

.linksgreen:hover {
	color: ##D0ED19;
	text-decoration: none;
}


.greeny {
	Color: #D0ED19;
}
    

.picturesleft { 
 margin: 5px 10px 5px 10px;
}


.reddy {
	Color: #FF3300;
}


#forms { 
 padding: 20px;
}

.santa { 
 margin: 5px 0px 0px 0px;
}


.excel { 
 background-color: #000;
 border-spacing: 1px;
 border-style: solid;
 border-color: #CCCCCC;
}




