body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-attachment: fixed;
	background-color: black;
}
#wrapper {
	width: 666px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 666px;
	color: #FFF;
	padding: 0px;
	border: 0px solid #ccc;
	height: 20px;
}
#content {
	width: 666px;
	color: #111;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 13px;
	text-align: justify;
	background-image: url(../images/content_back.png);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	font-style: normal;
	font-weight: normal;
}
#list-menu {
	float: left;
	display: block;/* this width value is also effected by
the padding we will later set on the links. */
	}
#list-menu ul {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	display: block;
	float: right;
	width: 666px;
} 
#list-menu li {
    float:left;
    list-style-type: none;
    display: block;
}
#list-menu .buttonsample a {
	background-image: url(../images/b_sample_off.png);
	display: block;
	height: 50px;
	width: 180px;
	margin-right:10px;
}
#list-menu .buttonsample a:hover {
	background-image: url(../images/b_sample_on.png);
	display: block;
	height: 50px;
	width: 180px;
	margin-right:10px;
}
#list-menu .buttonsin a {
	background-image: url(../images/b_sin_off.png);
	display: block;
	height: 50px;
	width: 125px;
	margin-right:10px;
}
#list-menu .buttonsin a:hover {
	background-image: url(../images/b_sin_on.png);
	display: block;
	height: 50px;
	width: 125px;
	margin-right:10px;
}
#list-menu .buttonmake a {
	background-image: url(../images/b_make_off.png);
	display: block;
	height: 50px;
	width: 125px;
	margin-right:10px;
}
#list-menu .buttonmake a:hover {
	background-image: url(../images/b_make_on.png);
	display: block;
	height: 50px;
	width: 125px;
	margin-right:10px;
}
#list-menu .buttondead a {
	background-image: url(../images/b_dead_off.png);
	display: block;
	height: 50px;
	width: 125px;
    margin-right:10px;
}
#list-menu .buttondead a:hover {
	background-image: url(../images/b_dead_on.png);
	display: block;
	height: 50px;
	width: 125px;
	margin-right:10px;
}
#list-menu .buttoncath a {
	background-image: url(../images/b_cath_off.png);
	display: block;
	height: 50px;
	width: 71px;
}
#list-menu .buttoncath a:hover {
	background-image: url(../images/b_cath_on.png);
	display: block;
	height: 50px;
	width: 71px;
}
#footer {
	width: 666px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	height: 160px;
	background-image: url(../images/header.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#press {
	width: 366px;
	color: #666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: left;
	height: 80px;
}
#preload { 
    height: 0; 
	overflow: hidden; 
} 
