﻿body {
	margin: 0px 5px;
	padding: 15px 15px;
	background: #ffffff;
}
body, td {
	font: 10pt Arial;
}
h1 {
	font-family: Verdana;
	font-weight:bold;
	font-size: medium;
	color: #990033;
text-align: center;
	}
	
h2 {
	font-family: Verdana;
	font-size: 12px;
	color: gray;
	background-image:url('images/backgroundhad.jpg');
	text-align: center;
	vertical-align:middle;
	height:15px;

	}


.navlink a:link { color: #000000; text-decoration: none; }
.navlink a:visited { color: #795976; text-decoration: none; }
.navlink a:active { color: #795976; text-decoration: none; }
.navlink a:hover { color: #ff9900; text-decoration: underline; }

img {
	display: block;
}
hr { color: #52292A}

.top
{
	background:url('images/vert.gif');
	color:white;
	font-family:Arial;
	font-size:large;
	font-weight:bold;
	padding-left:25px;
	
}

#main_part {
	background: url('http://rapidkarate.com/images/background.gif'); 
	width: 780px; 
	margin: 0 auto;
	padding-bottom: 30px;
	align: center;
}
#footer {
	width: 780px; 
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 9pt;
	color: #d30000;
}
#footer a {
	margin: 5px;
}

.col {color: #006600; text-decoration: none}
.tab { text-indent: 0 }
.bg { background-repeat: no-repeat-x }
.text1 { color: #ffffff; font-size: 9pt;}
.text2 { color: #ffffff; font-size: 10pt;}
.text3 { color: #711713; text-indent: 0; }
.site_title {color: #ffffff; font-size: 16px;}

a:link.white { color: #3993DB; text-decoration: underline; }
a:visited.white { color: #CC3300; text-decoration: underline; }
a:active.white { color: #ffffff; text-decoration: underline; }
a:hover.white { color: #ff9900; text-decoration: underline; }

.continent {
	background-color: #d30000;
	height: 12px;
	color: #ffffff;
	padding: 3px;
	margin: 5px 0 0 0;
}
.menu {
	font-size: 10pt;
	font: Impact;
	font-weight: none;
	background: url('http://rapidkarate.com/images/submenu.gif') no-repeat;
	width: 140px;
	height: 35px;
	text-align: left;
	vertical-align: top;
	padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:0
}

.style2 {
	background-image: url('images/backgroundtable.jpg');
	color:white;
}
.style5 {
	text-align: right;
}


.style6 {
	background-color: #660033;
	vertical-align:middle;
	text-align:center;
	font-size:x-small;
	font-style:italic;
	color: gray;
	
}

.style7 {
	text-align: center;
	border-left:thick,#993366, groove;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 80px;
left: -200px; /*position where enlarged image should offset horizontally */

}
