#header {
background-color:#DEE7EF;
font-weight: bold;
}
#header a {
        color: #FF0000;
        text-decoration: none;

}
/* Menu */

#menu {
	width: 100%;
	height: 50px;
	margin: 0 auto;
        background: #DB8603;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 0px 0 30px;
	text-decoration: none;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: none;
}

/* wallpaper */

#wallpaper {
        background-image: url(images/S_a123_2302.jpg)

}

/* bottom */

#bottom {
        background-color: #DB8603;	
        width: 100%;
	height: 50px;
	
}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#bottom li {
	display: inline;
}

#bottom a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 0px 0 30px;
	text-decoration: none;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#bottom a:hover {
	text-decoration: none;
}



/* footer2 */

#footer2 {
	width: 100%;
	height: 190px;
	background: #DEE7EF;
        
}

#footer2 a { 
        text-decoration: none;
}

#footer2 a:hover {
	text-decoration: none;
}