@charset "utf-8";
/* CSS Document */

* { behavior: url(iepngfix.htc); }

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.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#cbccce;
	}
	
div#wrapper {
	width:958px;
	text-align:center;
	margin:0 auto;
	}
	
div#header_left {
	width:348px;
	height:122px;
	float:left;
	}
	
div#header_right {
	width:608px;
	height:122px;
	float:left;
	background-image:url(header_right.jpg);
	}
	
div#menu_top {
	width:956px;
	height:34px;
	background-image:url(menu_top.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left
	}
	
div#logo_left {
	width:633px;
	height:232px;
	background-image:url(logo_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
div#search_right {
	width:322px;
	height:232px;
	background-image:url(search_right.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
div#left_side {
	width:633px;
	float:left;
	background-image:url(left_side_repeat.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-align:left;
	}
	
div#right_side {
	width:322px;
	float:left;
	background-image:url(right_side_repeat.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-align:left;
	}

div#footer {
	width:958px;
	height:64px;
	float:left;
	background-image:url(footer.jpg);
	background-position:left;
	background-repeat:no-repeat
	}
	
div#copyright {
	width:955px;
	height:45px;
	float:left;
	background-position:left;
	background-image:url(copyright.jpg);
	}
/* style stuff */

a.footer-menu, a:link.footer-menu, a:visited.footer-menu {
	font-family:Tahoma;
	font-size:11px;
	color:#9f001b;
	text-decoration:none;
	padding:0px 0px 0px 40px;
	position:relative;
	top:23px;
	}
	
a:hover.footer-menu, a:active.footer-menu {
	font-family:Tahoma;
	font-size:11px;
	color:#9f001b;
	text-decoration:underline;
	padding:0px 0px 0px 40px;
	position:relative;
	top:23px;
	}
	