* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
}
#wrapper {
	width: 770px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#banner {
	height: 130px;
	background-color: #000000;
	font-size: xx-large;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content {
	background-image: url(images/bgWide.jpg);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	padding-top: 10px;
	background-color: #000066;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 85%;
	padding-right: 5px;
}
#leftColumn {
	float: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
#mainColumn, #rightColumn {
	float: left;
	text-align: left;
}
.twoColumns #leftColumn {
	width: 150px;
	margin-right: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.twoColumns #mainColumn {
	width: 600px;
	margin-top: 10px;
}

.twoColumns #rightColumn {
	display: none;
}
.threeColumns #leftColumn {
	width: 130px;
	margin-right: 10px;
}

.threeColumns #mainColumn {
	width: 380px;
	margin-right: 10px;
}
.threeColumns #rightColumn {
	width: 160px;
}
.separator {
	clear: both;
}
#navigation {
	background-color: #DF151E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 10px;
	width: 150px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
}
#navigation li {
	margin: 0px;
	display: block;
	width: 150px;
	float: left;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #DF151E;
	padding: 10px;
	line-height: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation a:hover {
	background-color: #FFFFFF;
	color: #DF151E;
}


#top {
	height: 25px;
	text-align: left;
	font-size: 90%;
	background-color: #000066;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
}
h1 {
	font-size: 135%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #000066;
	line-height: 130%;
}
p {
	font-size: 93%;
	line-height: 150%;
	margin-bottom: 1em;
}
.threeColumns #rightColumn h1 {
	font-size: 84%;
}
.threeColumns #rightColumn p {
	font-size: 77%;
}
#footer p {
	margin-bottom: 0px;
	color: #FFFFFF;
}
.home #home, .birthday #birthday, .courses #courses, .mini #mini, .sponsor #sponsor, .contact #contact, .apply #apply, .about #about{
	background-color: #FFFFFF;
	color: #DF151E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainColumn h3 {
	color: #193F7D;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #193F7D;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}

/* Fix IE. Hide from IE Mac \*/

* html ul li a { height: 1%; }
/* End */
#leftColumn img {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.logo {
	float: left;
}
.play {
	float: right;
}
.phone {
	text-align: right;
	float: right;
	padding-right: 10px;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	color: #CC0000;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
	font-size: 130%;
}
.border {
	border: 1px solid #CC0000;
}
#mainColumn a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-size: 110%;
}
.sponsors {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#mainColumn a:hover {

	color: #DF151E;
	font-weight: bold;
	text-decoration: underline;
}
#mainColumn ul {
	padding-left: 80px;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #0000CC;
	list-style-image: url(images/bullet.gif);
}
#mainColumn .timetable {
	font-size: 85%;
	line-height: 120%;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
}
#mainColumn .timetable .day {
	font-size: 120%;
	background-color: #000066;
	font-weight: bold;
	color: #FFFFFF;
}

#mainColumn .timetable th {
	background-color: #CCCCCC;
	padding: 5px;
	color: #000066;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#mainColumn .timetable td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #680075;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table {
	background-color: #FFFFFF;
	border: 1px solid #DF151E;
	width: 130px;
}
