html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	background-color: #060606;
	margin:0;
	padding:0;
	width:100%;
	background-image:url(../images/main/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
h1,h2,h3 {
margin:0;
padding:0;
}
a:link,a:visited,a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
img {
outline:0;
border:0;
}
#header {
width:100%;
height:168px;
background-image:url(../images/main/header_bg.jpg);
background-repeat:repeat-x;
}
#header #inner {
background-image:url(../images/main/header_logo_bg.gif);
background-repeat:no-repeat;
height:168px;
width:758px;
margin:0 auto 0 auto;
overflow:hidden;
} 
#header #inner h1 {
display:none;
}
#header #inner #flash {
width:738px;
height:168px;
padding-left:1px;
overflow:hidden;
margin:0 auto 0 auto;
}
#navigation {
width:738px;
height:59px;
overflow:hidden;
margin:0 auto 0 auto;
}
#map {
width:716px;
height:259px;
overflow:hidden;
margin:10px auto 10px auto;
}
#full {
width:738px;
min-height:150px;
background-color:#fff;
margin:0 auto 0 auto;
padding:10px 0 10px 0;
}
#full #left {
width:500px;
margin:0 0 0 10px;
float:left;
}
#full #left h2,#full #right h2,#full #all h2 {
background-image:url(../images/main/title_bg.gif);
height:30px;
overflow:hidden;
font-family:Trebuchet MS, Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
color:#fff;
font-size:1.5em;
padding:7px 0 0 10px;
font-weight:normal;
letter-spacing:.05em;
}
#full #all h3,#full #left #inner h3 {
font-family:Trebuchet MS, Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
font-size:1.5em;
letter-spacing:.05em;
font-weight:normal;
margin:10px 0 0 0;
}
#full #all h3.sub {
font-family: Arial, Helvetica, sans-serif;
font-size:.9em;
color:#777;
letter-spacing:.05em;
font-weight:normal;
margin:0 0 5px 0;
}
#full #all {
width:716px;
margin:0 0 0 10px;
}
#full #all .hr {
width:696px;
height:1px;
background-color:#ccc;
margin:5px 0 5px 0;
}
#full #all .hr hr {
display:none;
}
#full #all #inner,#left #inner {
padding:5px 10px 5px 10px;
}
#full #all #inner .manu_row {
	clear: both;
	display: block;
}
#full #all #inner .manu_row .thumb {
float:left;
width:110px;
height:100px;
}
#full #all #inner .manu_row .thumb img {
border:2px solid #000;
}
#full #right {
width:210px;
margin:0 0 0 7px;
float:left;
}
#full #right .row {
background-color:#ededed;
width:198px;
padding:7px 0 7px 12px;
}
#full #right .row_blank {
width:198px;
padding:7px 0 7px 12px;
}
#copyright {
font-size:.9em;
width:718px;
text-align:right;
margin:10px auto 10px auto;
color:#fff !important;
}
#inner,h2 {
clear:both;
display:block;
}
#full:after,#full #left h2:after,#full #right h2:after,#full #all h2:after,#full #all #inner .manu_row:after,#full #left h2:after,#full #right h2:after,#full #all h2:after,#inner:after,#full #all #inner .manu_row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
