@charset "utf-8";
/* 
CSS Document For: Cardio Challenge 2009
*/

body,td,th {
	font-family: Arial;
	font-size: 14px;
}
.dir{direction: rtl}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
#container {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 900px;
}
#main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	height: 371px;
	width: 900px;
}
#bottom {
	background-image: url(images/bottom.jpg);
	height: 84px;
	width: 900px;
}
#left {
	float: left;
	height: 371px;
	width: 700px;
	padding-left: 10px;
}
#left a {
	color: #EEC293;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
#left a:hover {
	text-decoration: underline;
}

#right {
	float: right;
	height: 210px;
	width: 147px;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 25px;
	text-align: center;
}
#right a {
	font-family: "Century Gothic";
	font-size: 16px;
	text-decoration: none;
	color: #231001;
	font-weight: bold;
	line-height: 1.4;
}
#right a:hover {
	color: #FFFFFF;
}

#aboutContent {
	color: #FFFFFF;
	font-family: "Century Gothic";
	display: inline;
	overflow-y: scroll;
	height: 360px;
	width: 700px;
	float: left;
	padding-right: 5px;
	font-size: 14px;
}

#awardsContent {
	color: #FFFFFF;
	font-family: "Century Gothic";
	display: inline;
	height: 360px;
	width: 700px;
	float: left;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	overflow-y: scroll;
}

#homeContent {
	color: #FFFFFF;
	font-family: "Century Gothic";
	display: inline;
	height: 360px;
	width: 700px;
	float: left;
	padding-right: 5px;
	font-size: 14px;
}
.kids-picture {
	padding-left: 15px;
	float: left;
	padding-right: 7px;
}
.beigh {
	color: #EEC293;
}
.beig2 {
	color: #EEC293;
	font-size: 16px;
	font-weight: bold;
}
.whiteTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.indentLeft {
	margin-left: 100px;
}

