/* CSS Document */

/* ----------------------------
	Digital Dream Works
	Valid CSS Information
-------------------------------*/


html, body { margin:0; padding:0; border:0; }
body { 	background-image:url(../images/fundosite.png);
		background-repeat:repeat;
	  }
	  
#geral {
		width:780px;
		height:auto;
		margin:0 auto;
		}
#cabecalho {
		width:780px;
		height:159px;
		background-image:url(../images/logo.jpg);
		background-repeat:no-repeat;
		}
#menu {
		width:780px;
		height:30px;
		background-image:url(../images/dgd_menu.png);
		background-repeat:repeat-x;
		overflow:hidden;
		}
#menu ul{
		display:inline;
		list-style:none;
		}
#menu li {
		display:block;
		float:left;
		width:auto;
		height:30px;
		padding-top:9px;
		padding-right:25px;
		margin-left:25px;
		margin-top:0px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#666699;
		border-right:solid 2px #CCCCCC;
		
		}
#menu li a:link { text-decoration:none; color:#666699;}
#menu li a:visited { text-decoration:none; color:#666699;}
#menu li a:hover { text-decoration:none; color:#6699CC;}
#menu li a:active { text-decoration:none; color:#6699CC;}
#titulo {
		background-image:url(../images/bemvindo.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		width:780px;
		height:50px;
		}
		
#conteudo {
		width:743px;
		height:auto;
		background-color:#AAD4E4;
		border-left:solid 19px #FFF;
		border-right:solid 18px #FFF;
		border-bottom:solid 15px #FFF;
		}
#conteudo h1 {
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-decoration:underline;
		color:#045360;
		margin-left:20px;
		}
		
#conteudo p {
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;
		color:#5D9DA7;
		margin-left:30px;
		padding-top:25px;
		padding-bottom:75px;
		line-height:190%;
		}
		
#rodape {
		width:780px;
		height:58px;
		clear:both;
		background-color:#354D57;
		bottom:0px;
		}

#rodape .texto_rodape { 
		color:#FFF; 	
		text-align:center; 
		margin:0 0 0 12px; 
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		width:480px;
		height:30px;
		padding-top:20px;
		float:left;
		}	
		
		
#rodape a:link { text-decoration:none; color:#FFF;}
#rodape a:visited { text-decoration:none; color:#EEE;}
#rodape a:hover { text-decoration:none; color:#99FFCC;}
#rodape a:active { text-decoration:none; color:#FFF;}		
						
