@import "core/grid.css";
@import "core/base.css";


/*
	LAYOUT
*/

body{
	background: url('images/body_bg.png') repeat-x top left; font-size:12px;
}

#container{
	background: #fff url('images/container_bg.png') no-repeat top left;-margin-top:-10px;
}

#navigation{
	background: #0067B1; height:25px;padding-top:3px;border-bottom:3px solid #DA8900;
}

#navigation ul li{
	list-style-type:none; float:left; margin-right:15px;
}

#navigation ul li a{
	text-decoration:none; color:#fff; text-transform: uppercase;
}

#main{
	border-bottom:4px solid #0067B1; padding-top:25px;
}

#footer{
	border-top:1px solid #DA8900; height:20px;
}

/*
	TYPOGRAPHY
*/

h1{
	display:none;
}

h2{
	text-transform:uppercase; color: #D58600; font-size:14px;
}
h3{
margin:0; margin-bottom:5px;
}

h3{
font-size:13px;color: #008dd3;font-weight:bold;
}

h3 a{
 color: #008dd3; font-size:13px; font-weight:bold;
}

a{
color: #008dd3; 
}

.nosto{
  border-bottom:1px solid #ccc; margin-bottom:15px;
}
