@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1560bb url(images/tae-kwon-do-back.JPG) fixed no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

h1 {
	color:#26A6ED;
	font-size:20px;}

h2 {
	color:#26A6ED;
	font-size:16px;}
	
p {
	line-height:16px;}
	
#outer {
	width:960px;
	margin:30px auto;
	text-align:center;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}

#header {
	margin:0;
	height:150px;
	background:url(images/banner.gif) no-repeat top center;
}

#headerleft {
	width:155px;
	float:left;
}

#headermiddle {
	width:520px;
	float:left;
	text-align:center;
	color:#FFF;
	padding-top:90px;
	font-size:16px;
	padding-left:50px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.spacing {
	padding-top:5px;}

#headerright {
	width:220px;
	float:right;
	text-align:right;
	padding-top:40px;
	padding-right:10px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
}
#menuacross {
	margin:0;
	height:50px;
}

#leftpromos {
	float: left;
	width: 190px;
/*	background:#00AEEF url(images/tae-kwon-do-grad.JPG) repeat-x top left;
background:#FFF;
	height:500px;*/
	padding:5px;
	padding-top:10px;
	color:#FFF;
}

.white {
	color:#FFF;}
.whiteborder {
	border:#FFF solid 2px;}

.blackborder {
	border:#000 solid 2px;}
	
.notoppadding {
	padding-top:0px;
	margin-top:0px;
}
	
#highlight {
	background:#314DA1;
	color:#FFF;
	padding:5px;
	margin-left:70px;
	margin-right:70px;
}

#highlight ul li {
	list-style:none;
}

#navigation {
	float: right;
	width: 190px;
	/*background:#00AEEF url(images/tae-kwon-do-grad.JPG) repeat-x top left;*/
	text-align:center;
	padding:5px;
	padding-top:10px;
	color:#FFF;
}


#undernav {
	width:200px;
	padding-top:5px;
	text-align:center;
	float:right;
	margin-top:390px;
}

p a {
	color:#26A6ED;
	text-decoration:none;
	font-weight:bold;
}

p a:hover {
	color:#F00;}



#contentholder { 
	float: left;
	width: 530px;
	margin-left:10px;
	margin-top:20px;
}
#contenttop {
	height:20px;
	background:url(images/top.gif) no-repeat top;
}
#content { 
	background:#ffffff url(images/itf.jpg) no-repeat right bottom;
	padding:5px;
}
#contentbottom {
	height:20px;
	background:url(images/bottom.gif) no-repeat top;
}

#footer {
	clear: both;
	text-align:center;
	font-size:9px;
	color:#fff;
	padding:5px;
}

.navstyle {
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding-top:2px;
}

a:visited {
	text-decoration:none;
}

#menuacross ul {
	float: left;
	list-style:none;
	margin:0px;
	margin-left:-40px;
	height:25px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;}

#menuacross ul li{
	list-style:none;
	text-align:center;
	float: left;
	height:25px;
	display:inline-block;
	width:100px;
/*	background:#1B3B96;*/
		border:solid 1px #fff;
	padding-top:7px;
		padding-bottom:5px;
		margin-top:5px;
	margin-right:3px;
		}

#menuacross ul li a{
	color:#FFF;
	height:25px;
	display:inline-block;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	}

#menuacross ul a li {
	color:#FFF;
	width:100px;
	height:25px;
	margin-right:3px;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	}

#menuacross ul li:hover{
	background:#1B3B96;}

#menuacross ul li a:hover{
	text-decoration:none;
	font-size:11px;
	color:#fff;}

#menuacross ul li a.currentnavigation {
	color:#fff;}
#menuacross ul li a.currentnavigation:hover {
	color:#fff;}
