/* CSS Document */
/* IchigekiKarate.com Website */
/* Created by Andrew Parroccini, Eleventy72, LLC */
/* 04.27.2007 */

/* Overall/Static Styles */

body {
	background-image:url(../image/body_bg.jpg);
	background-attachment: fixed;
}

#contain {
	top: 0px;
	position: relative;
	margin: 0px auto;
	width: 864px;
	height: auto;
}

#top {
	background-image: url(../image/contain_bg864x243.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 243px;
}

#content {
	background-image: url(../image/content_bg864x9.gif);
	background-repeat: no-repeat;
	width: 864px;
	background-repeat: repeat-y;
	min-height: 400px;
	font: 12px Arial, Helvetica, san-serif;
	color: #dfdfdf;
}

#foot {
	top: 0px;
	position: relative;
	background-image: url(../image/foot_bg864x39.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 50px;
}

#left {
	float: left;
	width: 213px;
	height: auto;
	margin-left: 62px;
	.margin-left: 34px;
}

#right {
	float: right;
	margin-right: 20px;
	width: 546px;
	height: auto;
}

/* End Overall/Static Styles */
/* Navigation */

ul.nav {
	padding-top: 8px;
	margin-left: 10px;
	.margin-left: 40px;
	font: 10pt Arial, helvetica, san-serif;
}

ul.nav li {
	display: inline;
	margin-left: 8px;
}

ul.nav li a {
	text-decoration: none;
	color: #000;
}

ul.nav li a:hover {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #990000;
	text-decoration: none;
	color: #000;
}

ul.bottom_nav {
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 15px;
	text-align: right;
	color: #dfdfdf;
	font: 10pt Arial, helvetica, san-serif;
}

ul.bottom_nav li {
	display: inline;
	margin-left: 4px;
}

ul.bottom_nav li a {
	color: #dfdfdf;
	text-decoration: none;
}

ul.bottom_nav li a:hover {
	color: #b3b95b;
	text-decoration: none;
}
/* End Navigation */
/* Headers */

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b3b95b;
	font: 18pt Arial, Helvetica, san-serif;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b3b3b3;
	font: 18pt Arial, Helvetica, san-serif;
}

h3 {
	color: #c9aa2c;
	font: 15pt Arial, Helvetica, san-serif;
}

/* End Headers */

#small {
	font: 10px Arial, Helvetica, san-serif;
	color: #fff;
}

a {
	color: #dfdfdf;
	font-weight: 600;
}

a:hover {
	color: #c9aa2c;
}