/* 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;
	margin: 0 auto;
	padding-right: 35px;
	padding-bottom: 35px;
	background-image: url(Images/PMA-bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#ffDf80;
	}
	
#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-left: 10px;
	padding-top: 150px;
	padding-right:5px;
	background-image: url(Images/budographic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFDF80;
	}
	
#topnav	{
	width: inherit;
	height: 25px;
	float:right top;
	padding-left: 10px;
	padding-top: 3px;
	}
	
#mainstage {
	width: inherit;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right:10px;
	}
	
#mainstage-home {
	width: inherit;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right:50px;
	background-image:url(Images/mainpage-bkg.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	background-color: FFDF80;
	}

#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: normal;
	color: #000000;
	}
	
h2 {
	font-family:Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	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;
	font-weight: bold;
	color:#AC7339;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
	
	/* Video Link Styles */
	
a.videolink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.videolink:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #443E3C;
	text-decoration: underline;
	padding-right: 2em;
	line-height: 2em;
	}
	
a.videolink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#AC7339;
	text-decoration: none;
	padding-right: 2em;
	line-height: 2em;
	}
