/* CSS for West Coast Academy of Martial Arts-  For Sensei Robbert Intveld */

	body {

		text-align:center;
		margin: 0px auto;
		font-family:Papyrus;
		font-size:12pt;
		background-image: url(images/theme_elements/stone.jpg);
		}
	
	p.heading{
		font-weight: bold;
		font-style: italic;
		font-size: 20px;
		}

	p.heading_small{
		font-size: .8em;
		}

	p.caption{
		font-style:italic;
		margin:0px;
		font-size:.6em;
		text-align:center;
		}


	h1{
		font-family:"Engravers MT";
		font-size:20px;
		font-weight: bold;
		}

	h2{
		font-size:14px;
		font-weight: bold;
		font-style: italic;
		}

	p.link{
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: black;
		}

	a:Link{
		text-decoration:none;
		}

	a:Visited{
		text-decoration:none;
		color: #363636;
		}
	a:Hover{
		text-decoration:underline;
		font-weight:bold;
		}

	a.home:Link{
		text-decoration:none;
		color:#000000;
		}

	a.home:Visited{
		text-decoration:none;
		color: #363636;
		}
	a.home:Hover{
		text-decoration:underline;
		font-weight:bold;
		}


	#frame {
		background:#ffffff no-repeat fixed 50% 20% url(images/theme_elements/ama_logo.gif);
		position:relative;
		width:830px;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		margin-bottom:5px;
		padding:10px;
		text-align:left;
		height:auto;
		border: 4px inset #000;
		min-height:500px;
		}

	#contentleft {
		color:#000;
		/*border:2px outset;*/
		border-color: #000;
		text-align:center;
		width:145px;
		padding:0px;
		font-size:9pt;
		position:relative;
		float:left;
		} 

	#contentcenter {
		width:460px;
		height:100%;	
		padding:10px;
		padding-top:0px;
		/*font-size:10pt;*/
		border: 0px;
		position:relative;
		float:left;
		}

	#contentright {
		text-align:left;
		width:152px;
		height:auto;
		padding:0px;
		position:relative;
		float:left;
		}

	#content_main{
		width:100%;
		min-height:370px;
		padding: 10px 0px 5px;
		/*font-size:10pt;*/
		text-decoration:none;
		float:right;
	}

	

	#contentcentre_noright h1{
		font-size:16pt;
		font-weight:bold;
		}

		
	#contentcentre_noright p.heading{
		font-size:20px;
		font-weight: bold;
		font-style: italic;
		}

	#contentheader {
		text-align:center;
		width:auto;
		}

	#contentfooter {
		text-align:center;
		width:830px;
		margin-right:auto;
		margin-left:auto;		
		font-size:9pt;
		font-style: italic;
		clear:both;
	}

	li{
		list-style-image:url(images/bullet1.gif);
		}
		
	a.nobold:Hover{
		text-decoration: underline;
		font-weight: normal;
		color: #6666FF;
		}	
		
	a.noborder{
		border:none;
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		}

	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

	#contentright p {
		font-size:12px
		}

	#contentfooter p {
		font-size: 16px;
		}

	#content_spacer{
		min-height:250px;
		width:830px;
		}
		
	ul#minitabs{
		list-style: none;
		margin: 0;
		padding: 7px 0;
		border-bottom: 1px solid #CCC;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		}
	ul#minitabs li{
		display: inline;
		margin: 0 2px;
		}
	ul#minitabs a{
		text-decoration: none;
		padding: 0 0 3px;
		border-bottom: 4px solid #FFF;
		color: #999;
		}
	ul#minitabs a#current{
		border-color: #999;
		color: #06F;
		}
	ul#minitabs a:hover{
		border-color: #999;
		color: #666;
		}

	td img {

/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}



td img {

/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

td img {

/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

	#staticContainer{
		width:150px;	/* 170 pixels in width */
		max-height:200px; 	/* Height of box */
		overflow:auto;
		font-size:x-small;	/* Smaller font size than the rest of the page */
		background-image:url(images/theme_elements/events_spacer.png);
		background-repeat:repeat-y;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	/*  Table formating code  */
	
	td{
		border-collapse:collapse;
		border-width:0px;
		}
