/* http://www.w3schools.com/css/css_examples.asp */
/* legend:
#:id
.:class */
body {
	/* background-color:yellow; */
	/* background-color:yellow; */
	/* background-image:url('../images/backGrounds/redThing.jpg'); */
	/* background-image:url('../images/backGrounds/gradientBlue.png'); */
	/* background-image:url('../images/backGrounds/judoWorld.jpg'); */
	/* background-repeat:repeat-x; */
	/* background-color:#fffffc; */
	margin:0;
	overflow-x:auto;
	overflow-y:auto;
	text-align:center;
}

div#title {
	color:blue;
	/* color:purple; */
	font-size:80px;
	font-weight:bold;
	/* http://www.w3schools.com/css/css_examples.asp */
	font-family:sans-serif, Times, serif;
	margin:0 auto;
}

ul.menu
{
	/* float:left; */
	float:left;
	/* width:100%; */
	width:100%;
	padding:0;
	/* margin:0; */
	margin:0;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
}

a.menu
{
	/* float:left; */
	float:left;
	/* width:6em; */
	width:10em;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}

a:hover.menu {background-color:#ff3300;}
li.menu {display:inline;}

div.header {
	/* text-align:right; */
	/* 
	background-image:url('../images/backGrounds/gradientBlue.png');
	background-repeat:repeat-x;
	 */
	margin:0 auto;
	width:65em;
	height:210px;
}

div.main {
	text-align:center;
	font-family:arial, sans-serif, Times, serif;
	background-image:url('../images/backGrounds/gradientBlue.png');
	background-repeat:repeat-x;
	margin:0 auto;
	width:56.4em;
	/* margin-top:0;
	margin-left:250px;
	margin-right:250px; */
	/* width:800px; */
}

div.footer {
	text-align:center;
	/* background-image:url('../images/backGrounds/gradientBlue.png'); */
	/* background-repeat:repeat-x; */
	margin:0 auto;
	width:56.4em;
	/* margin-left:250px;
	margin-right:250px; */
}

table.header {
	/* BORDER="0" CELLSPACING="2" CELLPADDING="0" */
	text-align:center;
	/* float:right; */
	/* http://www.w3schools.com/css/css_align.asp */
	margin-left:auto;
	margin-right:auto;
}

table.main {
	/* ALIGN="CENTER" HSPACE="5" CELLPADDING="5" CELLSPACING="10" WIDTH="900" BORDER="0" */
	text-align:center;
	/* float:right; */
	/* http://www.w3schools.com/css/css_align.asp */
	margin-left:auto;
	margin-right:auto;
	/* background-color:#22dddd; */
}

/* 9:34 PM Monday, April 12, 2010 */
img#logo {
	width:200;
	height:200;
	
}

#sensei {
	float:right;
}

div#logo {
	float:left;
}

div#senseiLegend {
	font-weight:bold;
}

div#dojoAddress {
	font-weight:bold;
}