body{
	background:#152630 url(body-bg.jpg) 0 0 repeat-x;
	margin:0px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;

}

#main{
width:800px;
margin:0 auto;
background-color:#ccc;
}

#header{
background:url(header.jpg) 0 0 no-repeat;
height:160px;
margin-top:0px;
}

.menu{
	padding-top: 140px;
	width: 700px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	height:19px;
}

.menu-left{
float:left;
}

.menu-right{
float:right;
}

#page{
background:url(body.jpg) 0 0 repeat-y;
margin:0 auto;
padding:20px 50px;
}

.big{
	font-size:2em;
	text-align:center;
	font-weight:bold;
	line-height: 1.2em;
}

#menu-footer{
background:url(body.jpg) 0 0 repeat-y;
padding:2px 50px;
font-weight:bold;
color:blue;
text-align:center;
}

.clr{
clear:both;
}

.node{
padding:0 0 20px;
}



#footer{
background:url(footer.jpg) 0 100% no-repeat;
height:50px;
padding:0 50px;
text-align:center;
color:darkblue;
}

.footer-inner{
border-top:1px solid #ccc;
padding:5px;
}
