/* Pacific Martial Arts CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: georgia, serif;
	font-color: 000000;
	font-size:13px;
	background-color:#ffdf80;
		}
	

/* id Styles */

#wrapper {
	width: 850px;
	height: auto;
	padding-right: 40px;
	padding-bottom: 35px;
	background-image: url(Images/PMA-bottom-right.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	background-color:#ffDf80;
	margin: auto;
	}
	
#topleft {
	width: auto;
	height: auto;
	padding-left: 35px;
	padding-top: 35px;
	background-image: url(Images/PMA-top-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFDF80;
	}

#budoheader {
	width: inherit;
	height: auto;
	padding-top: 145px;
	padding-right:5px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	background-image: url(Images/budographic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFDF80;
	}
	
#mainstage {
	width: 800px;
	height: auto;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 5px;
	padding-right:5px;
	}
	
	
#insidedojo {
	width: 800px;
	height: inherit;
	padding-left: 5px;
	padding-right:5px;
}

#Layer1 {
	float: left;
	width:auto;
	height:auto;
	z-index:0;
	left: 100px;
	top: 261px;
	padding: 5px;
}	

#Layer3 {
	float:left;
	left:75px;
	width:130px;
	height:auto;
	z-index:1;
	overflow: visible;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#000000;
	top: 261px;
	visibility: inherit;
	padding: 5px;
}


#sa-haiku-mainstage {
	width: inherit;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right:10px;
	background-image: url(Images/bamboo-grad.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	background-color: FFDF80;
	}
	
	
#box1 {
	width: auto;
	height: auto;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color: #000000;
	border-width: thin;
	}
			
#footer {
	width: inherit;
	height: 60px;
	background-image:url(Images/pmafooter.jpg);
	background-repeat:no-repeat;
	background-color:FFDF80;
	background-position: center;
	}
	
	
/* Class Styles */	
p1 { 
	margin-top: 0; 
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif
	}
	
h1 {
	font-family:Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
h2 {
	font-family:Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}
	
h3 {
	font-family:Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	}
	
	
/* Top Navigation Link Styles */

	
	a.lnktopnav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #443e3c;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.lnktopnav:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #443E3C;
	text-decoration: underline;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.lnktopnav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color:#AC7339;
	padding-right: 2em;
	line-height: 2em;
	}
	
/* student access public link styles */

	
a.sa-public-lnknav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #443e3c;
	text-decoration: none;
	}
	
a.sa-public-lnknav:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #443E3C;
	text-decoration: underline;
	}
	
a.sa-public-lnknav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#AC7339;
	text-decoration: none;
	}
	
	
/* Book Link Styles */

a.booktitle:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #443e3c;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.booktitle:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #443E3C;
	text-decoration: underline;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.booktitle:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color:#AC7339;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
