@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	line-height:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style:none;
	text-decoration:none;
	background-image:none;
}

body {
	background-image: url(../img/back_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:31px;
}
p {
color:#fff;}
strong {
font-weight:bold;}
.readable {
line-height:160%;
}
.cleared {
clear:both;
height:0px;
font-size:0px;
}
hr {
	display:block;
	height:2px;
	background-image: url(../img/gray_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 a {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:373px;
	height:67px;
	display:block;
	text-indent:-9999em;
	float:left;
}

#container {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	
}

#header {
margin-bottom:25px;
}

#header ul {
padding-top:29px;
}

#header ul li {
float:left;
}

#header ul li a {
	width:95px;
	height:34px;
	display:block;
	background-image: url(../img/navigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999em;
}

#header ul li a.n01:hover { background-position:left -34px;}

#header ul li a.n02 { background-position:-95px top;}
#header ul li a.n02:hover { background-position:-95px -34px;}

#header ul li a.n03 { background-position:-190px top;}
#header ul li a.n03:hover { background-position:-190px -34px;}

#header ul li a.n04 { background-position:-285px top;}
#header ul li a.n04:hover { background-position:-285px -34px;}

#header ul li a.n05 { background-position:-380px top;width:66px;}
#header ul li a.n05:hover { background-position:-380px -34px;}




#splashMovie {
margin-bottom:13px;
}

#topContent h2 {
	width:219px;
	height:18px;
	background-image: url(../img/top_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999em;
	display:block;
	margin-bottom:13px;
}
#topContent p {
	color:#945B29;
}
#topContent p em {
color:#fff;}