body{
	margin: 0;
	padding: 0;
	font-family : Verdana,Tahoma;
}

#_top{
	width : 100%;
	height: 60px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DB6CD', endColorstr='#B7D4DD'); /* IE */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#8DB6CD), to(#B7D4DD)) repeat-X; /* webkit browsers */
    background: -moz-linear-gradient(top,  #8DB6CD,  #B7D4DD) repeat-X; /* Firefox 3.6+ */
	padding : 0.5%;	
}

#_traco{
	width : 100%;
	height: 0.5%;
	background: #ff0000;
	/* #01354A; */
	border-top : solid 1px #fff;
}

#_content{
	margin-top : 0.2%;
	margin-bottom : 0.2%;
	width : 100%;
	height: auto;
	background: #fff;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}

#_bottom{
	width : 100%;
	height: 9%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7D4DD', endColorstr='#8DB6CD'); /* IE */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#B7D4DD), to(#8DB6CD)) repeat-X; /* webkit browsers */
    background: -moz-linear-gradient(top, #B7D4DD , #8DB6CD ) repeat-X; /* Firefox 3.6+ */
	padding : 0.5%;	
	color : #242449;
	text-align: center;
}

.main-nav ul {
list-style-type: none;
}
.main-nav li {
background:#3193c0; /* Old browsers */
background-image:url(main-menu-bg.png);
background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
float: left;
margin: 4.6583%; /* 15 / 322 (.content-sidebar) */

text-align: center;
width: 40.3726%; /* 130 / 322 */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.main-nav a {

display: block;
padding: 7.6923%; /* 10 / 130 */
text-decoration: none;
color : #fff;
text-shadow:0 2px 2px rgba(000,000,000, 0.7);
font-size: 100%; /* 2em;*/
}

#l_left{
	float: left;
	height : 98%;
	margin : 0.2%;
	border : solid 1px #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}