* {margin:0px; padding:0px; }

body {
	background-color:#0033CC;
	margin: 0;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #333;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #06F;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .4em;
}

.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #F63;
}
/* -- wrappers -- */
#wrapper {
	width: 735px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3px;
	position: relative;
}
#wrapperInner {
	width:729px;
	background-color:#FFF;  
	padding: 3px;
	height:auto;
}
#banner {
	width:729px;
	height:152px;
	margin: 3px 0px 0px 0px;
	background:url(../images/banner.jpg);
}
/* Menu Bar */
#menuBar {
	position: relative;
	width:719px;
	height:35px;
	margin: 3px 0px 0px 0px;
	padding-top:15px;
	padding-left: 10px;
	background-color:#71bacb;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
}
p#menuHome {
	float:left;
	margin-right: 10px;
	margin-left: 15px;
}
p#menuHome a {
	display: block;
}
#menuBar ul, menuBar li {   
	margin:0px;
	padding:0px;
}
#menuBar ul {
	list-style-type:none;
}
#menuBar li {
	display:block;
	height: 20px;
	margin: 0 3px 0 0;
	padding: 0px;
	border-left:2px solid white;
	text-align:center;
}
#menuBar a {
	display:block;
	margin: 0px;
	padding: 0px 0px;
	color:#FFF;
	text-decoration: none;
}
#menuBar a:hover {
	color:#009;
}
#menuBar .home {
	width: 75px;
}
#menuBar .about {
	width: 100px;
}
#menuBar .courses {
	width: 90px;
}
#menuBar .testimonies {
	width: 130px;
}
#menuBar .bookstore {
	width: 110px;
}
#menuBar .order {
	width: 85px;
}
#menuBar .contact {
	width: 90px;
}
ul.menuHoriz  li{
	float:left;
	list-style-type: none;
}
ul.menuVert {
	position:absolute;
	display:block;
	top: 50px;
	width:160px;
	visibility: hidden;
	background-color:#71bacb;
	font-size:.8em;
	font-weight:normal;
}
ul#menuSubOne {
	left: 200px;
	z-index: 10;
}
#menuSubOne li {
	width: 160px;
	text-align:left;
	padding-left: 5px;
	
}
ul#menuSubTwo {
	left: 540px;
	z-index: 10;
}
#menuSubTwo li {
	width: 160px;
	text-align:left;
	padding-left: 5px;
}
/* -- Content Area -- */
#contentWrapper {
	width:729px;
	height:auto;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#contentArea {
	width:699px;
	float:left;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	z-index: 1;
}
#contentArea .p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #000;
	font-style: normal;
	font-weight: normal;
	padding-bottom: .7em;
}
#contentArea .p .picture {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	z-index: 2;
	float: right;	
}
#contentArea .p .logo {
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
	float: right;	
}
#contentArea ul li {
	margin-left: 30px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
}
#contentArea a {
	color: #000;
}
/* -- footer --*/
#footer {
	background-color: #71bacb;
	height: auto;
	width: 729px;
	position: relative;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
	clear: both;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#footer .creditLine {
	font-size: .8em;	
}
#footer a:link, a:visited, a:active {
	text-decoration:none;
	color:#FFF;
	}
#footer a:hover {
	text-decoration:underline;
}
