/* ----------- reset -----------  */
* {
	margin:0;
	padding:0;
	border:none;
}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
ul, ul li{
	list-style:none;
}

/* ----------- type -----------  */
body {
	font-family: Arial, Helvetica, Verdana,"Lucida Grande", sans-serif;
	color:#000;
	font-size: 75%;
	line-height:1.6em;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
p, ul {
	margin: 0 0 2em 0;
}
h1,h2,h3 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:1em;
	clear:both;
}
h1 {
	margin: 0 0 2em;
}
/* ----------- layout -----------  */
body {
	background:url(../img/body_bottom.jpg) no-repeat bottom center;
}
#container {
	width:800px;
	margin:0 auto;
}
strong#logo a,
strong#logo {
	display:block;
	width:731px;
	height:130px;
	background:url(../img/logo.png) no-repeat;
}
strong#logo a span {
	display:none;
}

ul#menu {
	margin:0 0 25px 0;
	overflow:hidden;
}
ul#menu li {
	float:left;
	display:inline;
	margin-right:10px;
}
ul#menu li a{
	font-size:1.5em;
	font-style:italic;
	text-transform:uppercase;
}

#content {
	width:460px;
	height:370px;
	padding-right:20px;
	clear:both;
	margin:0 0 240px 15px;
	overflow:auto;
}

ul#press_images_list li {
	float:left;
	display:inline;
	width:140px;
	margin:0 0 10px 0;
	font-size:0.9167em;
	line-height:1em;
}
ul#press_images_list li img{
	display:block;
	width:130px;
}


ul#record_list li.record {
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}
ul#record_list li img{
	float:left;
	display:inline;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}
ul#record_list li div{
	float:left;
	width:200px;
}
ul#record_list li div ol{
	float:left;
	font-size:0.9167em;
	line-height:1.2em;
	width:200px;
}
