/* This is the master style sheet for the Aikido at Noon website*/

/*------------ TAGS --------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: 'Helvetica Neue', Verdana, Sans-serif;
	line-height: 14px;
	}
	
a {
	color: #CCCC99;
	text-decoration: underline;
	font-style: italic;
}

p {
	width: 300px;
}

/*------------ COLUMNS ---------------------*/

.lcolumn {
	width: 250px;
	margin: 0;
	padding: 20px 5px 15px 5px;

		}
		
.rcolumn {
	position: absolute;
	left: 250px;
	top: 0px;
	padding: 60px 20px 20px 20px;
}

/*------------ PAGE-SPECIFIC ---------------------*/

#home {
	background: #CB9534 url('img/bg_home.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
}

#home_body {
	background: url('img/home_header.jpg');
}



#about {
	background: #955447 url('img/bg_about.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
}

#about_body {
	background: url('img/about_header.jpg');
}


#instructor {
	background:  url('img/bg_instructor.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
}

#instructor_body {
	background: url('img/instructor_header.jpg');
}


#schedule {
	background: url('img/bg_schedule.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
}

#schedule_body {
	background: url('img/schedule_header.jpg');
}


#gallery {
	width: 300px;
}

#gallery_body {
	background: url('img/gallery_header.jpg');
}

#gallery img {
	margin: 10px;
	padding: 3px;
	border: 1px solid #333;
	background-color: #bbb;

}

#individual {
	background: url('img/bg_individual.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
}

#individual img {
	margin: 10px;
	padding: 3px;
	border: 1px solid #333;
	background-color: #bbb;

}




#links {
	background: url('img/bg_links.jpg') top left no-repeat;
	height: 500px;
	width: 565px;
	
}

#links li {
	margin-bottom: 15px;
}

#links_body {
	background: url('img/links_header.jpg');
}

/*------------ NAVIGATION ---------------*/
#nav {
	text-align: right;
	margin: 90px 20px 0px 60px;
	padding: 0;
	font: bold 10pt Trebuchet MS;
}

#nav a {
	color: white;
	text-decoration: none;
	padding-left: 20px;
}

#nav li {
	margin-bottom: 20px;
}

#nav a:hover {
	background: left no-repeat url('img/dingbat.gif');
}

ul {
	 list-style-type: none;
}

#active {
	background: left no-repeat url('img/dingbat.gif');
}

#aikido {
	text-align: center;
}

