body {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: url(../files/fond.jpg) repeat-x;
	height: auto;
	margin: 0em;
	line-height: normal;
}

#header {
	margin: 0;
	padding: 0;
}

#container {
	width: 1000px;
	margin: 10px auto;
	margin-top: 0;
	color: #000000;
	background-color: #ffffff;
	MIN-height: 500px;
}

a:hover {
	color: #FF0000;
}

a, a:visited {
	color: #000000;
}

#menu {
	float: left;
	width: 200px;
	margin: 0px 0 0 0;
	background: url(../files/bckg.png) no-repeat;
	height: 500px;
	text-align: center;         
}
#menu ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 115%;
}
#menu ul li {
    display: block;
    margin: 0;  
    padding: 0 0 10px 0;	
    font-weight: bold;
    font: 16px/26px Arial; 
	
}
#menu a {
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	padding-left: 0.2em;
	font-weight: bold;
    margin: 0px 0 0 0;  
    padding: 0 0 0px 0;	
}
#menu a:link, #menu a:visited {
        
        font-weight: bold; 
        font-style: italic;		
	text-decoration: none;
	color: #ffffff;
	background-color: #FF0000;
}
#menu a:hover {
	color: #ffffff;
	background-color: #FF0000;
	text-decoration: none;
	    font-style: italic;	
        font-weight: bold;
        
}
#menu a.active {
	color: #000000;
	background: none;
       
       
}

#content {
	margin-left: 200px;
	padding: 10px;
}

#content h1 {
	font-size: 18px;
}

#content h2 {
	color: red;
	text-decoration: underline;
	font-size: 12px;
	margin-bottom: 5px;
}

#content h3 { font-size: 14px; }

#content.sobre h2 {
	color: black;
	text-decoration: underline;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#content input, #content textarea, #content select {
	border:2px solid #DDDDDD;
	padding:2px;
	width:300px;
}

#content label {
  float: left;
  text-align: left;
  width: 170px;
  font-weight: bold;
}

#content .form-row {
  padding: 5px;
  padding-left: 170px;
}

#content .submit input {
	margin: 15px 0 0 340px;
	color: white;
	font-weight: bold;
	background-color: #666666;
	border:2px solid #DDDDDD;
	padding: 2px;
	width: auto;
	cursor: pointer;
}