body {
	background: url('../images/background.jpg') repeat-x #340000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
}



h1 {
	font-size: 1.4em;
}

p {
	font-size: 1.2em;
}
fieldset {
	border-color: #a12e41;
	-moz-border-radius: 8px;
}

label {
	text-align: right;
	width: 150px;
	float: left;
	font-size: 1.2em;
}

legend {
	font-size: 1.2em;
	font-style: italic;
	color: #a12e41;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#contentbg {
	width: 752px;
	background: url('../images/content_bg.png') repeat-y;
	margin-left: 79px;
}

#ornatebg {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/background_ornate.jpg') no-repeat;
}

#menuholder {
	background: url('../images/menutopbg.jpg') no-repeat;
	width: 970px;
	height: 63px;
	margin-left: -243px;
}

#mainimage {
	background: url('../images/main1.jpg') no-repeat;
	width: 702px;
	height: 320px;
	z-index: 5;
}

#imageoverlay {
	background: url('../images/imageoverlay.png') bottom center no-repeat;
	z-index: 10;
	width: 702px;
	height: 311px;
}

#imageloading {
	background: url('../images/ajax-loader.gif') center no-repeat;
	width: 702px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}

#contentholder {
	background: url('../images/contentareabg.jpg') center bottom no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
}

#footer {
	width: 752px;
	height: 30px;
	background: url('../images/footerbg.png') center no-repeat;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 10px;
	padding-left: 35px;
}

#footer a {
	color: #ffffff;
	font-size: 1em;		
}

#textcontent {
	width: 407px;
	padding: 25px;
	float: left;
	padding-top: 15px;
}

#coursecontent {
	padding: 25px;
	float: left;
	padding-top: 15px;
}

#coursecontent div {
	background: #f2f2f4;
	padding: 10px;
	border: solid 1px #cccccc;
	width: 632px;
}


#coursecontent a,#textcontent a {
	color: #a12e41;
	text-decoration: none;
}

.bookbtn {
	margin-right: 10px;
}

#menu_home {
	width: 96px;
	height: 63px;
	background: url('../images/home_btn.jpg') no-repeat;
}

#menu_about {
	width: 82px;
	height: 63px;
	background: url('../images/about_btn.jpg') no-repeat;
}

#menu_courses {
	width: 97px;
	height: 63px;
	background: url('../images/courses_btn.jpg') no-repeat;
}

#menu_blog {
	width: 69px;
	height: 63px;
	background: url('../images/blog_btn.jpg') no-repeat;
}

#menu_links {
	width: 84px;
	height: 63px;
	background: url('../images/links_btn.jpg') no-repeat;
}

#menu_testimonials {
	width: 146px;
	height: 63px;
	background: url('../images/testimonials_btn.jpg') no-repeat;
}

#menu_contact {
	width: 127px;
	height: 63px;
	background: url('../images/contact_btn.jpg') no-repeat;
}

.left { float: left; padding-left: 30px;}
.right { float: right; padding-right: 30px;}
