* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #5E7C87 url('../images/layout/background.png') repeat-y center top;
	font: 14px Verdana;
	margin: 0px auto;
	width: 640px;
}
.accessible {
	left: -2000px;
	position: absolute;
	width: 990px;
}
a img {
	border: 0px;
}

/* MAIN STRUCTURE */
div#top {
	background: #5E7C87 url('../images/layout/background_with_script.gif') repeat-y center top;
	height: 420px;
	margin: 0px -70px;
	padding: 0px 70px;
}
div#content {
	clear: both;
	margin-top: -303px;
	margin-top: -273px;
	padding: 10px 10px 0px;
}
p#copyright {
	border-bottom: 1px solid;
	border-top: 1px solid;
	clear: both;
	padding: 5px;
	text-align: center;
}

/* TOP SECTION */
	/* LOGO */
	div#top h1 {
		background: url('../images/layout/shotokan_tiger.png') no-repeat 540px  7px;
		border-bottom: 1px solid;
		font-size: 1em;
		padding: 0px 0px 5px 5px;
		height: 100px;
	}
	div#top h1 a {
		display: block;
		font-size: 2em;
		margin-top: 3px;
		padding-top: 13px;
	}
	div#top h1 a span {
		background: url('../images/layout/logo.png') no-repeat;
		display: block;
		height: 100px;
		margin-top: -13px;
		position: absolute;
		width: 500px;
	}
	
	/* NAVIGATION */
	div#top ul {
		border-bottom: 1px solid;
		height: 25px;
		list-style-type: none;
		margin-top: 1px;
		padding-bottom: 1px;
	}
	div#top ul li {
		float: left;
	}
	div#top ul li a {
		border-right: 1px solid;
		display: block;
		height: 20px;
		line-height: 100%;
		padding: 0px 9px;
		padding-top: 5px;
	}

/* END TOP SECTION */

/* CONTENT */
h2 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}