@charset "iso-8859-1";
/* CSS Document */

#container {
		width:727px;
		margin:auto
	}

#header {
		width: 727px;
		height: 224px;
		margin-top: 22px;
	}

#content {
		width: 727px;
	}

#nav {
		width:727px;
		height:23px;
		background:#003767;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #fff;
	}
	#nav .lang {
			float:right;
			width: 60px;
			font-size:13px;
			padding-top: 3px;
		}
		#nav .lang a {
				color: #999;
				text-decoration:none;
			}
		#nav .lang a:hover {
				text-decoration:none;
			}
	#nav .lang .selected {
			color: #fff;
		}
	#nav span {
			color:#FFF;
		}
	#nav ul {
		float:left;
			width: 428px;
			height: 23px;
			color:#000;
		}
		#nav ul li {
				float:left;
				height: 23px;
				width: 107px;
			}
			#nav ul li a {
					height: 20px;
					width: 107px;
					display:block;
					text-decoration:none;
					color:#000;
					font-weight:bold;
					font-size:12px;
					text-align:center;
				}
			#nav ul li a:hover {
					text-decoration:none;
				}
			#nav ul .stage {
					background-color: #FDB825;
				}
			#nav ul .agenda {
					background-color: #D30E45;
				}
			#nav ul .galeria {
					background-color: #FFD203;
				}
			#nav ul .contato {
					background-color: #F06C9A;
				}

#footer {
		width:727px;
		height:7px;
		background:#000;
		margin-top: 25px;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		padding: 8px 0px;
	}
