@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* position */
body {
	background-image:url(bg_repeat.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#d8d9cd;
	}
	
div#wrapper {
	width:879px;
	text-align:center;
	margin:0 auto;
	}
	
div#header_left {
	width:292px;
	height:81px;
	float:left;
	}
	
div#header_right {
	width:587px;
	height:81px;
	float:left;
	background-image:url(header_right.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
div#search_left {
	width:292px;
	height:248px;
	float:left;
	background-image:url(search_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
div#logo_right {
	width:587px;
	height:211px;
	float:left;
	background-image:url(logo_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
div#menu_top {
	width:587px;
	height:38px;
	float:left;
	}
	
.left_side {
	text-align:left;
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
	margin-top:20px;
	float:left;
	}
div#footer {
	width:879px;
	height:55px;
	float:left;
	background-image:url(footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
	}
	
div#copyright {
	width:879px;
	height:55px;
	float:left;
	background-image:url(copyright.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
	}
	
/* start style */
	
a.footer-menu, a:link.footer-menu, a:visited.footer-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cfcbc2;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	position:relative;
	top:17px;
	}
	
a:hover.footer-menu, a:active.footer-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
	padding:0px 15px 0px 15px;
	position:relative;
	top:17px;
	}
	