body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: black;
	background-image: url(/assets/images/layout/background.jpg);
	background-repeat: repeat-x;
	overflow-y: scroll;
}

input,select,option,textarea {
	font-family: verdana;
	font-size: 11px;
}

#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


#header {
	width: 960px;
	height: 225px;
	background-color: black;
	background-image: url(/assets/images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding-bottom: 3px;
}

#logo {
	position: absolute;
	width: 164px;
	height: 164px;
	top: 5px;
	left: 52px;
	cursor: pointer;
}
#menu {
	width: 940px;
	height: 41px;
	padding: 19px 0px 3px 20px;
	background-color: black;
	background-image: url(/assets/images/layout/menu-background.gif);
	background-repeat: no-repeat;
	float: left;
	color: navy;
	font-size: 17px;
}

.menufiller {
	padding-left: 13px;
	padding-right: 13px;
	color: red;
	font-size: 18px;
}

#mainwrap {
	width: 960px;
	float: left;
	background-color: white;
}

#footermain {
	width: 960px;
	min-height: 260px;
	float: left;
	background-image: url(/assets/images/layout/footermain.gif);
}

#footercontent {
	padding-left: 65px;
	float: left;
	font-size: 9px;
	line-height: 12px;
}

#footertop {
	width: 960px;
	height: 16px;
	background-image: url(/assets/images/layout/footertop.gif);
	float: left;
}

#footerbottom {
	width: 960px;
	height: 8px;
	background-image: url(/assets/images/layout/footerbottom.gif);
	float: left;
}

.filler {
	width: 960px;
	height: 3px;
	float: left;
}

#rightbar {
	width: 180px;
	padding: 10px 10px 0px 10px;
	float: right;
	background-color: white;
}

#leftbar {
	width: 180px;
	padding: 10px 10px 0px 10px;
	float: left;
	background-color: white;
 	font-size: 11px;
 }

#content {
	width: 528px;
	padding: 10px 16px 0px 16px;
	float: left;
	background-color: white;
	min-height: 800px;
}

#contentbackground {
	width: 528px;
	float: left;
	background-color: white;
	background-image: url(/assets/images/layout/kyokushin-logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 745px;
	text-align: justify;
}

.bandenbg {
	background-image: url(/assets/images/banden.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bandenbg2 {
	background-image: url(/assets/images/kanku.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.homepage {
	width: 511px;
	height: 266px;
	background-image: url(/assets/images/homepage.gif);
	font-weight: bold;
	font-size: 20px;
}

.sitemap {
	font-size: 9px;
	line-height: 14px;
	float: left;
	padding-right: 90px;
}

.terms {
	width: 400px;
	height: 36px;
	padding-top: 24px;
	padding-bottom: 0px;
	background-image: url(/assets/images/karate-hilversum.gif);
	background-repeat: no-repeat;
	font-family: "Perpetua Titling MT", "MS Serif", "New York", serif;
	font-weight: bold;
	font-size: 40px;
	color: red;
}

.karatestyle {
	font-family: "Perpetua Titling MT", "MS Serif", "New York", serif;
}

.block {
	width: 180px;
}

.blocktop {
	width: 180px;
	height: 8px;
	background-image: url(/assets/images/layout/block-top.gif);
}

.blockmain {
	width: 164px;
	background-image: url(/assets/images/layout/block-main.gif);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 8px;
}

.blockheader {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.blockcontent {
	font-size: 10px;
	line-height: 16px;
}

.blockbottom {
	width: 180px;
	height: 7px;
	background-image: url(/assets/images/layout/block-bottom.gif);
}

.blockfiller {
	height: 6px;
}

#slideshow {
	width: 160px;
	height: 225px;
	text-align: center;
	overflow: hidden;
}


