#header {
	width:980px; 
	height:124px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	background-color:#999966;
	background-image:url(../layout/otorongo.jpg)
	}
#container {
	width:980px;
	background-color:#CCFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../layout/bgcontainer.jpg);
	text-align:left
}
		#navigation {
			width:186px;			
			float:left;
			padding: 0 14px 0 0;
			
			}
		#content {
			width:740px;
			float:right;
			padding: 20px;
		
			background-repeat:no-repeat;
			background-position:-14px 0;
				
			}
#footer {
	width:980px;
	margin:0 auto;
	height:120px;
	background-image:url(../layout/footer.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 0;  
	text-align: center; 
}

p {
	margin: 10px 0 15px 0;
	padding: 0;
	color: #FFFFFF;
	font-size:12px;
}
body {
	background-color:#d2c78a;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center 
}

a {
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
	
	}
h1 {
	color:#FFFFFF;
	font-size:18px;
	
}
h2 {
	color:#FFFFFF;
	font-size:16px;
	
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
li {
	padding: 0 10px 0 10px;
	text-align: right;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	height: 24px;
	
}
li a {
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
}