@CHARSET "UTF-8";

img {
	margin-right:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

form.leadform {
	background-color:#f4fd31;
	padding:12px 12px 12px 12px;
	margin-left:75px;
	margin-right:75px;
	border: 5px ridge #505050;
	margin-bottom: 35px;
}
form.leadform input{
	width:150px;
}

blockquote {
	background-color:#AAAAFF;
	border: 5px double #505050;
	padding:12px 12px 12px 12px;
}

a:link {
	color:blue;
	text-decoration:none;
}
a:visited {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
td.thead {
	font-weight:bold;
	border-bottom:thin solid black;
	padding-top:10px;
	font-size:14pt;
}
td {
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
}
body {
	background-color:#e6e2da;
	padding-top:20px;
	padding-bottom:20px;
	font-family:arial;
	
}
div.mainBody {
	background-color:#fcfcfa;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	border: 3px solid black;
	padding: 0px;
}

div.header {
	background-image:url('images/header-bg.png');
	background-color:#7C7C7C;
	width:100%;
	border-bottom: 3px solid black;
	background-repeat:no-repeat;
	padding: 0px;
	height: 120px;
}

div.links {
	background-color:#000010;
	width:100%;
	border-bottom: 3px solid black;
	padding: 0px;
	height: 41px;
	
}

div.content {
	background-color:#fcfcfa;
	width:930px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
}

div.promo {
	width:516px;
	width:950px;
	height:200px;
	background-color:#fcfcfa;
	background-image:url('images/promo-back.png');
	background-repeat:no-repeat;
	background-position:center top;
}
p.promo {
	margin-left:120px;
	margin-top:25px;
	font-size:20pt;
	width:400px;
	text-align:center;
}

div.sidePromo {
	float:left;
	width:253px;
	height:200px;
	background-image:url('images/aboutUsBack.png');
}

div.programKids, div.programKickboxing {
	float:right;
	width:200px;
	height:150px;
	margin-bottom:10px;
}

div.programSideBar {
	float:right;
	width:200px;
	height: 800px;
}

div.programHSpacer {
	float:left;
	width:780px;
	height:10px;
}

div.programSpacer {
	float:left;
	width:10px;
	height:200px;
}
div.programSpacer2 {
	float:left;
	width:10px;
	height:150px;
}


a.navBar:link {
	margin-left:10px;	
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:14pt;
}
a.navBar:visited {
	margin-left:10px;	
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:14pt;
}

h1.mainPageTitle {
	margin-left:20px;
	margin-top:8px;
	font-size:14pt;
	font-weight:bold;
}