/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background: #e1e1e1 url(images/body_bg.jpg) left top repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}


#all {
	margin: 0 auto;
	width: 782px;
	position: relative;
	text-align:left;
	z-index:1;
	background: url(images/conteiner_bg.jpg) repeat-y 0 0;
}

#head {
	width:782px;
}

#menu {
	width:230px;
	float:left;
}

#conteiner {
	width:552px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

	.titles {
		font-size:11px;
		font-weight:bold;
		color:#FF9900;
	}
	
	#conteiner a, #conteiner a:link, #conteiner a:visited  #conteiner a:hover, #conteiner a:active, #conteiner a:focus {
			color: #FF9900;
			text-decoration: underline;
	}

#bottom {
	width:782px;
	clear:both;
}

