/* ngaloppo.org splash layout CSS */

/* =Globals =========================================*/

* {
padding: 0;
margin: 0;
}

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

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

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

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

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

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

#content {
	padding: 10px 220px 10px 224px;
}

#addressbox {
	float: left;
	width: 167px;
	\width: 187px;
	w\idth: 167px;
	padding: 15px;
	padding-top: 60px;
	background-color: transparent;
}

#addressbox p {
	font-size: 0.8em;
	margin-left: 10px;
}

#newsbox {
	float: right;
	width: 180px;
	\width: 200px;
	w\idth: 180px;
	padding: 10px;
	background-color: transparent;
}

#newsbox li {
	font-size: 0.9em;
    margin-left: -10px;
    list-style: none;
    text-align: justify;
    text-indent: 12px;
    padding: 5px 10px 5px 1px;
    background: transparent url("../images/icon.permalink.gif") left 10px no-repeat;

}

#newsbox p.more {
    margin: 10px 0 10px 0;
}

#photoframe {
	background: transparent url("../images/photoframe.png") no-repeat;
	width: 223px;
	height: 268px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#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%;
}

#nav {
	top: 139px;
}
#nav ul li a {
	padding-top: 33px;
	padding-bottom: 3px;
}

