html,
body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100.01%;
	font-family: "Times New Roman", Times, serif;
	background: #FFFFFF;
	color: #000000;
	background: url('../img/background.png') repeat-x bottom center;
}

div#page {
	width: 960px;
	margin: 0px auto;
}

/* HEADER */
div#header {
	width: 960px;
	height: 90px;
	background: url('../img/header.jpg') no-repeat top center;
	position: relative;
}

div#header h1 {
	width: 760px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 100px;
	margin: 0px;
	padding: 0px;
}

div#header h1 a {
	display: block;
	width: 760px;
	height: 70px;
}
div#header h1 span {
	display: none;
}

/* BODY */
div#body {
	width: 960px;
	position: relative;
}

/* CONTENTS */

div#contents {
	width: 760px;
	margin: 0px auto;
}

p#pre_nav {
	width: 680px;
	height: 180px;
	padding: 10px 50px 0px 50px;
	margin: 0px -10px;
	background: url('../img/body.jpg') no-repeat top center;
	position: relative;
	z-index: 25;
}

ul#nav_left,
ul#nav_right {
	width: 340px;
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}
ul#nav_left li,
ul#nav_right li {
	width: 340px;
	height: 110px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul#nav_left a,
ul#nav_right a {
	display: block;
	width: 340px;
	height: 110px;
	background-position: 0px 0px;
}
ul#nav_left span,
ul#nav_right span {
	display: none;
}


ul#nav_left {
	height: 480px;
	float: left;
}
ul#nav_right {
	height: 360px;
	padding-top: 60px;
}

li#tab_01 {
	background: url('../img/tab_01.jpg') no-repeat top left;
}
li#tab_02 {
	background: url('../img/tab_02.jpg') no-repeat top left;
}
li#tab_03 {
	background: url('../img/tab_03.jpg') no-repeat top left;
}
li#tab_04 {
	background: url('../img/tab_04.jpg') no-repeat top left;
}
li#tab_05 {
	background: url('../img/tab_05.jpg') no-repeat top left;
}
li#tab_06 {
	background: url('../img/tab_06.jpg') no-repeat top left;
}
li#tab_07 {
	background: url('../img/tab_07.jpg') no-repeat top left;
}



div#footer {
	height: 240px;
}

/* GENERIC CLASSES */
.clear {
	clear: both;
}
.hidden {
	display: none;
} 

