body {
	font: 11px Tahoma;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url(../images/fundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a:link { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
#container {
	width: 543px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.drag_class {
    position:relative;
    height:60px;
    width:60px;
}

.drag_class .drag_window {
    height: 0.5 em;
    cursor:move;
}
#mainContent {

}
#selo_peixe_grande {
	width: 0px;
	float: left;
	text-align:center;
	z-index:50;
}
#topo_esquerda {
	width:464px;
	float:left;
	background-color:#333333;
}
#topo_direita {
	width: auto;
	float:left;
	background-color:#333333;
}
#leo_sommer {
	width: auto;
	float: inherit;
	background-color:#333333;
	text-align:center;
}
#leo_contatos {
	width:543px; height: 22px;
	font-size:1px;
	background-image: url(../images/fundo_contatos.jpg);
}
#spacer {
	width: 543px;
	height: 7px;
}
#spacer2 {
	width: 543px;
	height: 33px;
}
#spacer3 {
	width: 267px;
	height: 9px;
}
#spacer4 {
	float: left;
	width: 78px;
}
#menu {
	width: 543px;
	height: 70px;
	font-size:0;
}
#container_highlight {
	float:left;
	width: 267px;
	height: 200px;
	background-color: #484848;
	text-align:center;
}
#container_highlight_imagem {
	width: 192px;
	height: 117px;
	border: 2px solid #FFCC00;
	margin: 5px 5px 5px 5px; 
	display: table-cell;
	font-size:0px;
}
#container_lastwork {
	float:right;
	width: 267px;
	height: 299px;
	background-color: #484848;
	text-align:center;
	position:relative;
}
#container_news {
	float:left;
	width: 267px;
	height: 90px;
	background-color: #484848;
	margin-top:9px;
	text-align:left;
}
#container_links {
	float:left;
	width: 543px;
	height: auto;
	background-color: #484848;
	margin-top:9px;
}
#container_about {
	float:left;
	width: 543px;
	height: auto;
	background-color: #484848;
}
#container_portfolio {
	float:left;
	width: 543px;
	height: auto;
	background-color: #484848;
	padding-bottom:40px;
}
#container_work {
	float:left;
	width: 521px;
	margin-top:12px;
	margin-left:9px;
}
#work_desc {
	float:left;
	width: 255px;
	background-color:#6D6D6D;
}
#work_images {
	float: left;
	width: 128px;
	background-color:#828282;
}
#footer {
	float:right;
	width: 180px;
	height: 40px;
	font-size:8px;
}

.p_padrao {
	margin:0px;
	margin-left:10px;
	margin-right:10px;
}
.Table_contorno {
	border:1px solid #FFCC00; padding:5px 5px 5px 5px;
}
.Table_contorno_transp {
	border:1px solid #FFCC00; padding:5px 5px 5px 5px;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4
}
.linha_rosa {
	border-right:1px dotted #FF3399;
	padding:2px;
}
input {
	font-family: Tahoma;
	color: #FFCC00;
	font-size: 11px;
	width:271px;
	height:16px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:3px 6px;
}
input:focus {
	background-position:left bottom;	
	color: #FFFFFF;
}
textarea {
	font-family: Tahoma;
	color: #FFCC00;
	font-size: 11px;
	width:361px;
	height:108px;	
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:2px 6px;	
}
textarea:focus {
	background-position:left bottom;	
	color: #FFFFFF;
}
.submit {
	width:80px;
	height:18px;	
	border: 1px solid #333;
	padding:0px;	
	background: #555;	
}
.submit:focus {
	background: #999999;
}
.Tahoma_rosa_10 a {
	font:10px Tahoma;
	color:#D937A0;
}
.Tahoma_rosa_10 a:hover {
	font:10px Tahoma;
	color:#E371BB;
	text-decoration:none;
}
.Tahoma_branco_11 {
	font:11px Tahoma;
	color:#FFFFFF;
}
.Tahoma_branco_10 {
	font:10px Tahoma;
	color:#FFFFFF;
}
.Tahoma_branco_8 {
	font:10px Tahoma;
	color:#FFFFFF;
}
.Tahoma_amarelo_11 {
	font:11px Tahoma;
	color:#FFCC00;
}
.Tahoma_amarelo_11 a{
	font:11px Tahoma;
	color:#FFCC00;
}
.Tahoma_amarelo_13 {
	font:13px Tahoma bold;
	color:#FFCC00;
}
