body 
{
	margin:0px;
	padding:0px;
	color:#333;	
	background-color: #4d4d4d;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
}

#container
{
	width:830px;
	height:484px;
	margin:0 auto 0 auto;
	text-align:left;
}

#header
{
	width: 305px;
	height: 140px;
	background: url(../img/logos/header.png) no-repeat 0 0;
}

#left
{
	float: left;
}

#right
{
	float: left;
	height:94px;
	width: 510px;
	margin-left: 3px;
	padding: 390px 0 0 10px;
	background: url(../img/home/right.jpg) no-repeat 0 0;
}

/*NAVIGATION*/
#menu
{
	width: 305px;
	height: 344px;
	background: #fff url(../img/bg/deco_menu_bottom.png) no-repeat 0 48px;
	
}

#nav
{
	width: 305px;
	height: 23px;
	text-align: center;
	background: #4d4d4d;
	padding: 5px 0 20px 0;
}

#nav li
{
	display: inline;
}

#nav li a
{
	font-size: 9px;
	border-right: 1px solid #7d7d7d;
	padding: 0 7px 0 4px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a.frst
{
	border-left: 1px solid #7d7d7d;
}

#nav li a.last
{
	padding-left: 4px;
}

#nav li a:hover
{
	text-decoration: underline;
}

/**/

.frase
{
	margin: 180px 0 0 80px;
}

h1
{
	color: #9b988b;
	font-size: 23px;
}

h2
{
	color: #9b988b;
	line-height: 25px;
	font-size: 17px;
}

h1,h2
{
	text-transform: uppercase;
}

h3
{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}












