/* ngaloppo.org main layout CSS */

/* =Structure ========================================*/

#header {
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	margin: 0 auto;
	height: 127px;
	background: transparent;
	z-index: 100;
	position: relative;
}

#header h1 a {
	text-decoration: none;
	top: 30px;
	left: 17px;
	height: 39px;
	width: 258px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent url("../images/nico-logo2.png") top left no-repeat;
}

#liquidheader {
	background: #fff url("../images/header-bg.png") repeat-x;
	width: 100%;
	height: 136px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#container {
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	margin: 0 auto;
	background: transparent url("../images/content-bg.png") repeat-y;
	z-index: 50;
	text-align: left;
	position: relative;
}

#banner {
	background: transparent url("../images/content-top.png") no-repeat;
	height: 9px;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	clear: both;
	background: transparent url("../images/bottom-bg.gif") left bottom no-repeat;
	height: 13px;
    position: relative;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
	color: #aaa;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
}

/* =Submenu ===========================================*/
#subnavcontainer
{
margin: 10px -38px 0 -38px;
padding: 0;
height: 40px;
background-color: #597587;
}

#subnavcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
vertical-align: bottom;
}

#subnavcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#subnavcontainer ul li a
{
background-color: #597587;
border: none;
padding: 21px 1em 0 1em;
margin: 0 0 10px 0;
color: white;
text-decoration: none;
display: block;
text-align: center;
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-weight: bold;
text-transform: uppercase;
}

#subnavcontainer ul li a:hover
{
color: white;
background: #CC3232;
text-decoration: none;
}

/* #subnavcontainer a:active */
/* { */
/* background: #c60; */
/* color: #fff; */
/* } */

/* #subnavcontainer li#active a */
/* { */
/* background: #c60; */
/* border: 1px solid #c60; */
/* color: #fff; */
/* } */

