﻿/* CSS layout */
body {
	background-color: black;
}

#nav {
	position: absolute;
	width: 150px;
	top: 120px;
	background-color: white;
	left: 0px;
	font-family: "Albertus Extra Bold", "Albertus Medium", Arial, Sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 40px;
	padding-bottom: 40px;
}

#nav p {
	border-bottom: 3px #eb2027 solid;
	padding-bottom: 5px;
}
	
#nav a {
	color: black;
	text-decoration: none;
}

#nav a:active {
	color: #eb2027;
}

#nav a:link {
	color: black;
}

#nav a:visited {
	color: black;
}

#nav a:hover {
	color: #eb2027;
}


#container {
	background-image:url('../images/taekwondo_tenets.jpg');
	background-repeat: no-repeat;
	background-color: white;
	position: absolute;
	width: 800px;
	left: 125px;
	top: 30px;
}

#content {
	position: relative;
	top: 68px;
	width: 500px;
	left: 220px;
	padding-right: 47px;
	padding-left: 30px;
	border-left: 3px #eb2027 solid;
	height: inherit;
	min-height: 720px;
	z-index: 20;
}

#content p {
	font-family: Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
	font-size: medium;
	line-height: 24px;
}

#content img {
	border: 4px black solid;
	margin: 10px 20px 10px 20px;
	}

#content ul {
	font-family: Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
	font-size: medium;
	font-weight: bold;
	line-height: 24px;
}

#content ol {
	font-family: Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
	font-size: medium;
	font-weight: bold;
	line-height: 24px;
}

#content li {
	font-weight: normal;
}

#content a{
	color: #eb2027;
}

#seclink {
	font-size: x-small;
	text-transform: uppercase;
	text-align: left;
	}

#foot {
	position: relative;
	left: 0px;
	background-image:url('../images/taekwondo_tenetsfoot.jpg');
	background-color: black;
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
	margin-top: 30px;
	vertical-align: bottom;
	z-index: 15;
	}
	
#content h1 {
	font-family: "Albertus Extra Bold", "Albertus Medium", "Arial Black", Verdana;
	font-size: 18pt;
	text-transform: uppercase;
}

#content h2 {
	padding: 0px;
	font-family: "Albertus Extra Bold", "Albertus Medium", "Arial Black", Verdana;
	font-size: 12pt;
	text-transform: uppercase;
}


#content h3 {
	font-family: Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px;
}


#content h2 a:hover {
	text-decoration: none;
	color: black;
}

#content h2 a:active {
	text-decoration: none;
	color: #eb2027;
}

#content h2 a:visited {
	text-decoration: none;
	color: #eb2027;
}

.tablehead {
	font-family: "Albertus Extra Bold", "Verdana", "Arial", "Helvetica";
	background-color: black;
	color: white;
	text-transform: uppercase;
	border-bottom: 2px black solid;
}

.tablesubhead {
	font-family: Garamond, Palatino, "Times New Roman", Times;
	font-style:oblique;
	background-color: #CCCCCC;
	color: black;
	text-transform: uppercase;
	font-size:x-small;
}

.tablefont {
	font-size: small;
}

thead {
	font-family: "Albertus Extra Bold", "Verdana", "Arial", "Helvetica";
	font-size: medium;
	padding: 10px 0px 20px 0px;
	text-transform: uppercase;
}

table {
	border: 10px black solid;
}

td {
	border: 1px black solid;	
	padding: 10px 0px 10px 0px;
}

dl {
	font-family:Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}

#adone {
	position: absolute;
	left: 825px;
	top: 23px;
	background-color: white;
	width: 200px;
}

.ad {
	font-family: Garamond, GaramondNo4CyrTCYMed, "Times New Roman", "Palatino Linotype", serif;
	font-size: medium;
	text-align: center;
	width: 150px;
	padding-left: 25px;
}

.adhead {
	font-family: "Albertus Extra Bold", "Albertus Medium", "Arial Black", Verdana;
	font-size: medium;
	text-align: center;
	width: 150px;
	padding-left: 25px;
}

a.navi, a.navi:link, a.navi:visited {
	display: inline-block; 
	width: 230px;
	background: black; 
	border:1px solid #000;
	text-align:left; 
	text-decoration:none; 
	text-transform: uppercase;
	font-family:verdana, arial, sans-serif; 
	font-size:small; 
	color:white;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	}

a.navi:hover {
	color: #eb2027;
	background: gray;
}
	
a.navi:active {
	color: white; 
	background:#eb2027;
	} 
	

#printinfo {
	display: none;
}
 
