/* CSS Document */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/body_bg.jpg) center top repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper1 {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper2 {
	width: 940px;
	float: left;
	background: url(images/wrapper_bg.jpg) left top repeat-y;
}
#header{
	width: 940px;
	background: url(images/header_bg.jpg) center top no-repeat;
	height: 278px;
}
#content {
	width: 599px;
	float: left;
	margin-left: 4px;
}
#content p {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1.2em;
	line-height: 20px;
}
#content h1 {
	margin:25px 0 5px 27px;
}
#content h2 {
	margin:12px 0 0 50px;
}
#content h4 {
	margin: 20px 0 0 50px;
	font-size:1.4em;
}
#content ul {
	list-style:disc;
	font-size:1.2em;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#content ol {
	font-size:1.2em;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#content li {
	margin-left:75px;
}
#rightSide {
	float: right;
	width: 332px;
	margin-right: 4px;
	background: url(images/right_bg.jpg) left top repeat-x;
}
#rightSide p {
	font-size:1.1em;
	line-height: 18px;
	margin-left: 25px;
	margin-right: 25px;
}
#rightSide h1 {
	font-size: 1.5em;
	margin-left: 18px;
	margin-top: 25px;
}
#rightSide ul {
	list-style:none;
	font-size:1.2em;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#rightSide li {
	margin-left: 50px;
}
#footer {
	clear: both;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/footer_bg.jpg) center top no-repeat;
}
#footer p {
	margin-left: 54px;
	font-size:1.1em;
}

/* -------------------- Begin Rollover Navigation styles ----------------------- */
#navbar {
	float: left;
	width: 932px;
	height: 34px;
	margin-top: 243px;
	margin-left: 4px;
}
#navbar ul {
	list-style-type: none;
}
#home a {
 float:left;
 width:119px;
 height:34px;
 background-image:url(images/navigation.jpg);
 background-position:0px 0px;
}
#home a:hover {
 background-position:0px -34px;
}

#classes a {
 float:left;
 width:143px;
 height:34px;
 background-image:url(images/navigation.jpg);
 background-position: -119px 0px;
}
#classes a:hover {
 background-position: -119px -34px;
}
#custom a {
 float:left;
 width:266px;
 height:34px;
 background-image:url(images/navigation.jpg);
 background-position: -262px 0px;
}
#custom a:hover {
 background-position: -262px -34px;
}
#consulting a {
 float:left;
 width:206px;
 height:34px;
 background-image:url(images/navigation.jpg);
 background-position: -528px 0px;
}
#consulting a:hover {
 background-position: -528px -34px;
}

#contact a {
 float:left;
 width:198px;
 height:34px;
 background-image:url(images/navigation.jpg);
 background-position: -734px 0px;
}
#contact a:hover {
 background-position: -734px -34px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

