/* vma.css */
/* A 2007 redesign of victorymartialarts.us by Adam Bertrand*/
/* Copyright 2004-2007 Bertrand Design */

body {
	background-color: white;
	background-image: url(/images/BG.png);
	color: #666;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	width: 100%;
}  

h1 {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing: 1px;
}

h3 {
	font-size: .8em;
	font-style: italic;
}

h4 {
	font-size: .7em;
	line-height: 2em;
}

p, #main-text li{
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
}

p.footer {
	/* text-align: center; */
	font-size: 0.6em;
	font-weight: bold;
}

a:link {
	background-color: white;
	color: #666;
	text-decoration: underline;
}

a:visited {
	background-color: white;
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

#header {
	background: url(/images/header.jpg) no-repeat;
	height: 136px;
	padding: 0;
	margin: 0 0 0 77px;
}


#image {
	height: 136px;
	border-right: 1px solid #000;
} 

#image object{
	left: 198px;
	position: absolute;
} 

#adulttkdImage {
	height: 136px;
	background: url(/images/adulttkdImage.jpg) no-repeat;
	background-position: 198px 0px;
	border-right: 1px solid #000;
}

#chtkdImage {
	height: 136px;
	background: url(/images/chtkdImage.jpg) no-repeat;
	background-position: 198px 0px;
	border-right: 1px solid #000;
}

#kumdoImage{
	height: 136px;
	background: url(/images/kumdoImage.jpg) no-repeat;
	background-position: 198px 0px;
	border-right: 1px solid #000;
}

#bbImage{
	height: 136px;
	background: url(/images/bbImage.jpg) no-repeat;
	background-position: 198px 0px;
	border-right: 1px solid #000;
}


#content {
	position: relative;
	width: 878px;
	left: 77px;
	border-top: 1px solid black;
}

#navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	border-left: 1px solid black;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subnavbar{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	background-color: #444;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #aaa;
	letter-spacing: 1px;
}
#navbar ul li a:hover {
	background-color: #666;
	color: white;
}

#navbar ul li a:active {
	background-color: #ccc;
	color: #e6e6e6;
}
#navbar ul li.subnavbar a:link, #navbar ul li.subnavbar a:visited {
	background-color: #888;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	color: #444;
	letter-spacing: 1px;
}
#navbar ul li.subnavbar a:hover {
	background-color: #aaa;
	color: white;
}

#navbar ul li a:active {
	background-color: #ccc;
	color: #e6e6e6;
}


#main-text {
	background-color: #fff;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: 198px;
	padding: 20px 40px 20px 70px;
	border-top: 1px solid #000;
}

#main-text dl li {
	list-style-type: none;
	color: #666;
	font-size: 80%;
	line-height: 1.5em;
}

#main-text ul li.gym {
	list-style-type: disc;
	color: #666;
	font-size: 100%;
	line-height: 1.5em;
}

.tabular_list th {
	border:1px solid;
	border-color:#ddd #999 #888 #ddd;
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	color:#003;
	padding:2px;
	padding-bottom:0px;
	font-size:.9em;
	width: 113.5px;
}
.tabular_list td {
	border:1px solid;
	border-color:#fff #bbb #bbb #fff;
	background-color:#fff;
	text-align:center;
	padding:1px;
	font-size:.9em;
}

.table_border {
	border:1px solid #333;
}

.fan_page{
	background:#A61124;	
	width: 197px;
	text-align:center;
}

