* {
	margin: 0;
	padding: 0;
}
body {
	background: #1a317f url(../../images/back-body.jpg) repeat-x;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #01112b;
	margin-left:auto;
	margin-right:auto;
}
.shadow {width: 100%; display: table }

.container {
	width: 978px; 
	background: url(../../images/back-container.jpg) repeat-y center top;
	position: relative;
}
.Content {
	width: 828px;
	background: url(../../images/header.jpg) no-repeat center top;
	padding: 0 120px 60px 100px;
}
.text {
	width:635px;
	margin:auto;
}
.header {
	height: 237px;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Justify {
	text-align: justify;
}
.HalfWidth {
	width: 50%;
}
.DashedBorder {
	border: 4px dashed #ff0000;
	background-color:#FFFFCC;
}
.SolidBorder {
	border: 1px solid #222;
}
.YellowBackground {
	background-color: #FFFFCC;
	border: solid;
}
.Testimonial {
	padding: 10px;
	margin-bottom: 10px;
	background-color:#FFFFCC;
	font-size:12px;
	text-align:justify;
	border: 1px solid #222;
}
.regbox {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FBF7BD;
	border: 1px solid #222;
}
.Padding {
	padding: 10px;
}

.Red {
	color: #ff0000;
}
.Highlighted {
	background-color: #FFFFCC;
	font-weight:bold;
	font-size:14px;
}
.Centered {
	text-align: center;
	margin: 0 auto;
}
.SplashImage {
	float: left;
}
.Splash {
	float: right;
}
.small {
	font-size:12px;
}
.Large {
	font-size: 18px;
	padding-bottom: 20px;
}
.Largest {
	font-size:22px;
}
.Bold {
	font-weight: bold;
}
.ul { 
	list-style-image: url(file:///H|/Easy%20Fitness%20Websites/Bob%20Garon%20Site/Synergy%20Kettlebell/images/squigglyarrow.jpg);
	margin-left: 75px; 
}
p {
	margin-bottom:15px;
}
h1 {
	font-size: 1.3em;
	font-color: red;
	padding-bottom: 20px;
	text-transform: capitalize;
}
h2 {
	font-size: 1.1em;
	color: darkblue;
	padding: 20px 0 10px 0;
}
.captial {
	text-transform:capitalize;
}
a {
	font-weight: bold;
}
ol {
	padding-left: 30px;
}
a {
	color: #093c7b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color:#FFFF66;
}
.Purchase {
	width: 200px;
}
.Footer {
	width: 808px;
	height:150px;
	margin-left:85px;
	margin-right:auto;
	font-size:12px;
	background-color: #1a317f;
	background-image: url()
}
.footer-text {
	width: 550px;
	padding-left:5px;
	text-align:left;
}
.scrollbox {
	font-size: small;
	overflow: auto;
	height: 150px;
	width: 550px;
	border: thin solid; border-color: black;
	color: #999999;
	padding: 5px;
}