body {
	background-color: #000000;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	color: #FFFFFF;
	font: 13px/18px verdana, tahoma, sans-serif;
}
#header {
	text-align: center;
	background: url(images/logo-lanelimo.gif) no-repeat top center;
	width: 900px;
	height:100px;
	margin:0 auto 10px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:900px;
	margin:0 auto;
}
#body {
	width: 900px;
	margin:0 auto;
}
#nav {
	width: 900px;
	text-align: center;
	border-bottom: solid 1px #5e0404;
	font-size: 1.1em;
}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 3px 5px;
	margin:2px;
	border: solid 1px #a00;
	text-decoration: none;
	color: #aaa;
	background: #000;
}
#nav a:hover {
	border: solid 1px #a00;
	background: #5e0404;
	color:#fff;
}
#content {
	padding:0 40px
}
a {
	color: #990404;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	color: #ccc;
	font-size: 28px;
	line-height: 28px;
}
dl {
	display: block;
}
dt {
	color:#ccc;
	font-size: 18px;
	clear:both;
	padding-top:10px;
}
dd {
	margin: 2px 0;
}
dd div {
	float: left;
	padding-right: 5px;
}
.clear {
	clear:both;
	overflow: hidden;
	height:1px;
}
.arrow {
	background-image: url(Untitled-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

/* CSS Tabs */
.container {
        width: 7200px;
        padding: 10px;
        margin: 3px auto 20px;
}

/* pyramid */

#navPyra {
	margin: 0;
	padding: 0 0 20px 10px;
	text-align: center;
}

#navPyra li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-bottom: 1px solid #9FB1BC;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #a00;
}

#navPyra a:link.active, #navPyra a:visited.active {
        color: #000;
}

 #navPyra a:hover {
        color: #fff;
        background: url(images/pyramid4.gif) no-repeat bottom center;
}
