* {
	margin:0px;
	padding:0px;
}

html {
	overflow-y:scroll;
}

body {
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size:12px;
	color:#000000;
	line-height:16px;
	color:#888888;
	background-color:#f5f5f5;
}

#page {
	width:950px;
	margin:0px auto;
	background:url(../img/page.jpg);	
}

#header {
	height:105px;
	padding:25px 0px 0px 40px;
	background:url(../img/header.jpg) no-repeat;		
}

#logo {
	float:left;
}

#header_text {
	padding:15px 0px 0px 110px;
	float:left;
}

#main {
	width:930px;
	padding:0px 10px;	
	background:url(../img/main.jpg) no-repeat;		
}

#left {
	float:left;
	width:220px;
}

#right {
	float:right;
	width:220px;
}

#content {
	text-align:justify;
	margin:0px 230px;
	padding:10px 0px;
}

#footer {
	clear:both;
	height:50px;
	line-height:40px;
	text-align:center;
	padding:0px 10px;		
	background:url(../img/footer.jpg) no-repeat;
}

#footer_menu {
	border-top:2px solid #1f317f;
	margin:0px 30px;
}

.menu_top {
	padding:10px 10px 0px 10px;
	height:30px;
	widht:220px;
	background:url(../img/menu_top.gif) no-repeat;
}

.menu_middle {
	background:url(../img/menu_middle.gif);
}

.menu_bottom {
	height:25px;
	background:url(../img/menu_bottom.gif) no-repeat;	
}
