/* CSS Document */
html,body { margin: 0; padding: 0; }
body { background: #FF6600; font: 13px verdana,arial,sans-serif;color: #fff;}

#container{ width: 956px; margin: 0 auto; padding: 0 22px;overflow: hidden;}

#header { height: 110px; background: url(img/header.png);}
#header h1 { display: none; }
#header #homelink{display: block; width: 830px; height: 110px; position: absolute;}
#header #topmenu { float: right; margin: 25px 35px 0 0;}
#header a { margin: 0 20px 0 0; text-decoration: none; color: #01009A; }

#box { height: 344px; background: url(img/box_bg.png);overflow: hidden;}
.menu { margin: 0; padding: 27px 0 0 0; list-style: none; width: 300px; text-align: right;  float: left;}
.menu img { border: 0; }
.menu li { width: 100%; padding-bottom: 6px;}
.menu a { text-decoration: none;}
.menu a span { color: #01009A; font-size: 10px; display: block; position: relative; top: -5px; left: -3px; }

#cartoon { width: 590px; height: 304px; padding: 20px 0px 0 0; margin-right: 20px;float: right;overflow: hidden;}

#bottom { min-height: 250px; }
	address { width: 300px; padding-top: 70px; text-align: right; font-style: normal;float: left; line-height: 150%;}
	address a { color: #fff; text-decoration: none;  }
	address a:hover { text-decoration: underline; }
		
	#content { width: 520px; float: right; margin-top: 9px;padding-right: 80px;line-height: 150%; }
	#content a { color: #fff; text-decoration: underline; }

