html 
{
  filter: expression(@if (@_win32) document.execCommand("BackgroundImageCache", false, true) @end);
}
body
{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
h1 { color: #FFFFFF; margin-top: 20px; letter-spacing: 0.5cm; font-size: 200%; }
h3 { color: #800000; }

img.right
{
	float:right;
	margin-left:10px;
}

img.left
{
	float:left;
	margin-right:10px;
}

div.banner
{
	height:80px;
}


div.nav 
{
	position: relative;
	float: left;
	text-align: right; 
	
	padding-top: 10px;
	padding-right: 30px;
}

div.content
{
	background-color: #FFFFFF;
	padding: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #800000;
	position: relative;
	float: left;
	
	padding-top: 5px;
	width: 620px;
}

div.foot
{
	clear: both;
}

div.smallquote
{
	padding-top: 10px;
	border-top-color: #800000;
	border-top-width: 2px;
	border-top-style: solid;
}

p.smallquote
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: consolas;
	font-size:75%;
}

a.nav { font-weight: bold; text-decoration:none; letter-spacing: 3px; text-align: right;}
a.nav:link    {color:#FFFFFF; background-color:transparent}
a.nav:visited {color:#FFFFFF; background-color:transparent}
a.nav:hover   {color:#FF0000; background-color:transparent}
a.nav:active  {color:#FF0000; background-color:transparent}

p.gap { line-height: 75%; }

/**
  * The class schedule calendar style
  *
  */
#class-cal
{
	table-layout: fixed;
	width: 500px;
	height: 120px;
}

#class-cal td
{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
	
	padding: 3px;
	border-width:3px;
	border-style:solid;
	border-color:#ffffff;	
}

td.aikido
{
	background: #6D7F3F;
}

td.no-class
{
	background: #95A075;
}

/**
  * styles for the aikido demo flyer
  */
  
#aikidodemo p {text-align: center; margin:0}

#gallery {
	position: relative;
	margin: 10px auto;
	width: 500px;
	height: 400px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}

#imageControls {
	margin: 10px auto;
	text-align:center;
	width: 250px;
	height: 30px;
	padding: 2px;
}

#thumb{
	display:block;
	position: relative; 
	margin: 10px auto;
	width: 500px;
	height: 400px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}