@charset "UTF-8";
/* CSS Document for Calgary Budo */

img { border: 0px; }

body {
	background-color: #C5D5D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#page {
	background: URL(../img/img_bg.jpg) repeat-y;
	width: 800px;
	height: 900px;
}

#body {
	position: absolute;
	left: 70px;
	width: 671px;
	}

#logo { 
	position: relative;
	text-align: center;
	}

#navigation {
	position: relative;
	width: 671px;
	height: 40px;
	background-image: url(../img/img_header.gif);
	text-align: center;
	}

#nav {
	position: relative;
	top: 11px;
	}

#nav a {
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	}
	
#nav a:hover { color: #AAAAAA; }

#content {
	position: relative;
	background: url(../img/img_body_bg.gif) repeat-y;
	width: 671px;
	min-height: 400px;
	top: 0px;
	}

#textcontent {
	position: absolute;
	margin: 15px;
	left: 40px;
	width: 400px;
	font-size: 13px;
	color: #333333;
	text-align:justify;
	}
	
#sidebar {
	position:absolute;
	width: 160px;
	left: 500px;
	font-size: 12px;
	color: #333333;
	}
	
.fr { 
	color: #A6BAB9;
	}

.long {
	height: 600px;
	}	
#textcontent h1 {
	font-size: 18px;
	}

#footer {
	position: relative;
	background: url(../img/img_footer_bg.gif) no-repeat;
	width: 671px;
	height: 41px;
	}
	
#karate {
	width: 40px;
	height: 100px;
	background: url(../img/img_karate_kanji.gif) no-repeat;
	position: absolute;
	left: -42px;
	top: 10px;
	}

#juijitsu {
	width: 40px;
	height: 100px;
	background: url(../img/img_juijitsu_kanji.gif) no-repeat;
	position: absolute;
	left: -42px;
	top: 10px;
	}