* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans serif;
	font-size: small;
	color: #666;
	background: url('/images/shadows.png');
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fc6;
}

p, ul, ol, li, h2, h3 {
	text-align: left;
	margin-bottom: 1em;
}

li {
	margin-bottom: 0;
}

ul.aikidoKanji {
	margin-left: 5em;
}

a img { border: none; }

img {
	padding: 4px;
}

.holidayGift {
	font-weight: bold;
	color: #f00;
}

div.testimonial {
	color: #606;
	font-style: italic;
	font-size: smaller;
	padding: 1em 2em;
	background-color: #fec;
	margin-bottom: 1em;
}

div.testimonial p {
	text-align: left;
}

div.testimonial p.testimonialCredit {
	text-align: right;
	font-weight: normal;
}

h3 {
	color: #606;
}

#newLoc {
	text-align: center;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 120%;
	background: #ffc;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	/*background-image: url('images/ADLogoFutura2.gif');*/
	background-image: url('images/headerOrange.png');
	background-repeat: no-repeat;
	background-position:  top center;
	height: 137px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header p {
	margin: 0;
	padding: 1em;
	text-align: right;
}

#opening {
	background: #999;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#opening p {
	text-align: center;
	padding: 4px;
}

#contents {
	width: 600px;
	margin: 0 auto;
	padding: 2em 20px 2em 180px;
	text-align: center;
}

#contents img {
	margin: 8px;
}

#contents #leftColumn {
	width: 120px;
	float: left;
	padding: 20px;
	margin-right: 20px;
	margin-left: -180px;
}

#contents div.photoRight {
	float: right;
	font-size: 80%;
}

#leftColumn p.dojoName {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0;
}

#ascForm ul {
	list-style-type: none;
}

.small {
	font-size: 90%;
}

.tiny {
	font-size: 80%;
   }
	
.standout {
	color: #f00;
}

.current {
	font-weight: bold;
}

.caption {
	font-size: 90%;
	color: #666;
}

.rightImage {
	float: right;
	padding: 0 0 0 6px;
	font-size: smaller;
	color: #000;
	font-style: italic;
}

.beginnerSpecial {
	font-weight: bold;
	color: #f00;
}

table#schedule {
	clear: right;
	border: 1px solid #999;
}

table#schedule tr td {
	padding: 5px;
	font-size: 90%;
	border: 1px solid #999;
}

ul {
	margin-left: 1em;
}

ul#nav {
	list-style-type: none;
	margin-top: .5em;
	margin-bottom: .5em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

ul#nav li {
	display: inline;
	padding: 0 8px;
	font-size: 90%;
}

.Sunday {
	color: #900;
	font-weight: bold;
}

.Monday {
	color: #990;
	font-weight: bold;
}

.Tuesday {
	color: #009;
	font-weight: bold;
}

.Friday {
	color: #090;
	font-weight: bold;
}

.rankDescription {
	color: #333;
	font-weight: bold;
}

.rank {
	height: 20px;
	padding-left: 0;
	border-size: .25px 0;
	border-style: solid;
	border-color: #fff;
}

p.rankList {
	text-align: left;
}

#jukyu {
	background-color: #fff;
	border-color:#000;
}

#kyukyu { background-color: #ff0;}
#hachikyu { background-color: #f90;}
#nanakyu { background-color: #0a0;}
#rokkyu { background-color: #90c;}
#gokyu { background-color: #d00;}
#yonkyu { background-color: #009;}
#sankyu { background-color: #009;}
#nikkyu { background-color: #633;}
#ikkyu { background-color: #633;}
#dan { background-color: #000;}
