@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(45,33,0);
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
}

#container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/srkbg25.jpg);
	background-repeat:no-repeat;
}

h1 {
	font-size:18px;
	margin: 0 0 3px 0;
	color: rgb(76,57,19);
}

h2 {
	font-size: 16px;
	margin: 0 0 3px 0;
}
p {
	font-size: 14px;
	margin: 0 0 4px 0;
}



a img {
	border: none;
}

a:link {
	text-decoration:none;
	color:rgb(69,43,20);
}

a:visited {
	text-decoration: none;
	color:rgb(69,43,20);

}
a:hover {
	text-decoration: underline;
	color:rgb(157,59,56);
}
a:active {
	text-decoration: none;
	color:rgb(157,59,56);
}
#header {
	 height: 300px;
}

#address {
	float: right;
	width: 635px;
	margin: 230px 0 0 0;
	text-align:center;
}

#mainContent {
/*	height: 360px;  */
	padding: 0 0 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#leftnav {
	float: left; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	width: 265px;
	margin: 0;
	padding:0 0 15px 0;
/*	background-color: rgb(237,249,60); for testing */
}

#leftnav ul {
	list-style-type:none;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

#leftnav li {
/*	float: left;
	display: inline; /* fixes IE6 double margin */
	text-indent: 15px;
	width: 255px;
	height: 38px;
}

#SOM {
	float: left; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	width: 240px;
	height: 350px;
	margin: 20px 10px 0 25px;
	padding:20px 5px 5px 5px;
	background-image: url(images/photos/SOMbg.png);
	background-repeat:no-repeat;
	text-align:center;
}
#SOM h1 {
	color: rgb(233,226,208);
	font-size:16px;

}
#SOM h2 {
	color:#fff;
	font-size:14px;
}
#SOM img {
	padding: 2px 0 5px 0;	
}


.lnav a {    /* sidebar nav */
	display: block;
	text-align: center;
	padding: 5px;
	outline: none;/* removes Firefox link outline */
}
.lnav a:link, .lnav  a:visited {
	color: #000;
	text-decoration:none;
	background-image:url(images/leftnavbg.png);
	background-repeat:no-repeat;
}
.lnav a:hover {
	color: #fff;
	text-decoration:none;
	background-image:url(images/leftnavhl2.png);
	background-repeat:no-repeat;
}
.lnav a:active {
	color: #fff;
	text-decoration:none;
	background-image:url(images/leftnavhl2.png);
	background-repeat:no-repeat;
}
.currentnav a:link, .currentnav a:visited {
	color: #fff;
	text-decoration:none;
	background-image:url(images/leftnavhl.png);
	background-repeat:no-repeat;	
}

.nextlink {
	text-align:center;
}

.nextlink a {
	text-decoration:none;
	color:rgb(100,70,50);
}



.whitecontentbox {
	width: 450px;
	margin: 0 0 0 260px;
	padding: 15px 75px 15px 75px;
	background-image:url(images/whitebox600.png);
	background-repeat:repeat-y
}

#dojophoto {
	float: right;
	width: 260px;
	height: 210px;
	background-image: url(images/photos/dojo1_340.png);
	background-repeat:no-repeat;
	margin: 3px 0 10px 15px;
}

.righthphoto {
	float: right;
	width: 260px;
	margin: 3px 0 10px 15px;
}

.instphoto {
	float: right;
	width: 140px;
	height: 225px;
	background-image: url(images/photos/sensei140.png);
	background-repeat:no-repeat;
	margin: 15px;
}
.pics h3{
	font-size:12px;
	font-weight: normal;
	text-align: center;
	margin: 3px 0 5px 0;
}

.terms li{
	list-style: none;
	font-size: 12px;
	line-height:15px;
	padding-bottom: 2px;
}
.event li{
	list-style-position:inside;
	font-size: 14px;
	line-height:15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div .event {
	margin-left:30px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/srkfooter.jpg)
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#FFF;
}

.clmnrt { 
	float: right;
	width: 210px;
	margin-left: 8px;
	margin-right: 50px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
	margin-right: 50px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.break {
	Margin: 10px 0;
	border-bottom:solid 1px;
}