/* defaults ************************************************************/

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../img/bg.gif);
	margin-top:30px;
	padding-top: 30px;
}

body a:link, body a:visited, body a:active {
	color: #7A7A7A;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
	color: #535353;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:1em 0;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

#wrap {
	width:700px;
	margin:0 auto;
	padding:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Upper Section  *****************************************/

h1#logo, h1#logo a {
	float: left;
	margin:0;
	padding:0;
	display:block;
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat left top;
	width: 221px;
	height: 40px;
}



#nav {
	width: 220px;
	float: right;
	height: 40px;
	padding:0;
	margin-right: -11px;
}

#nav li {
	display: inline;
	float:left;
}

#karate a, #karate a {
	text-indent: -9999px;
	text-decoration: none;
	display:block;
	background: url(../img/karate.gif) no-repeat left top;
	width: 62px;
	height: 40px;
}

#karate a:hover {
	background-position: 0px -50px;
}

#karate a {
	background-position: 0px -100px;
}

#shop a, #shop a {
	text-indent: -9999px;
	text-decoration: none;
	display:block;
	background: url(../img/shop.gif) no-repeat left top;
	width: 62px;
	height: 40px;
}

#shop a:hover {
	background-position: 0px -50px;
}

#shop a {
	background-position: 0px -100px;
}

#photo a, #photo a {
	text-indent: -9999px;
	text-decoration: none;
	display:block;
	background: url(../img/photo.gif) no-repeat left top;
	width: 62px;
	height: 40px;
}

#photo a:hover {
	background-position: 0px -50px;
}

#photo a {
	background-position: 0px -100px;
}


/* Center Section  *****************************************/

#CenterSection {
	width:650px;
	height:476;
	background-color: #aebbd4;
	clear:left;
	padding:16px;
}


/* Lower Section  *****************************************/

#subNavWide {
   height:30px;
   width:420px;
   font-size:1px;
   float:left;
   clear:left;
}

#subNavWide {
   width:698px;
}

#subNavWide li a {
   text-indent: -9999px;
   text-decoration: none;
   display:block;
   height: 10px;
}

#subNavWide li {
   display:inline;
   float:left;
   height: 10px;
   margin: 10px 0px 0px 0px;
}

#contact a {
   background: url(../img/contact.gif) no-repeat left top;
   width: 45px;
}

#contact a:hover { 
	background-position: 0px -10px; 
}

