* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.png) #bfbfbf;
	font-size: 10pt;
	font-family: Calibri, Verdana, sans-serif;
	color: #243940;
}
h1 {
	font-family: "Palatino", "Times New Roman", Georgia, serif;
	color: #547854;
	font-size: 24pt;
	margin: 0.25em 0 0.25em -5px;
}
h3 {
	font-size: 14pt;
	font-family: "Palatino", "Times New Roman", Georgia, serif;
	border-bottom: 1px solid #f0f0f0;
}
h3 span {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 10pt;
	padding: 0 0 0 10px;
	font-weight: normal;
	color: #aaa;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #547854;
}
a:hover {
	color: #444;
}
ul, ol {
	margin: 0 0 1em 15px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal-leading-zero;
}
li {
	margin: 0 0 1em 0;
}
.clear {
	clear: both;
}
.floatLeft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatRight {
	margin: 0 0 10px 10px;
	float: right;
}
.p_intro {
	font-size: 120%;
	font-weight: bold;
}
.swirly {
	background: url(../images/overlay.png) 50% 0 no-repeat;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 179px;
	background: url(../images/header.png) #929394;
}
#header .swirly {
	height: 179px;
}
#mainarea {
	background: url(../images/footer.png) repeat-x 0 100%;
}
#header .container {
	height: 179px;
	padding: 0 30px;
	background: url(../images/shadow.png) repeat-y;
}
#header h2 {
	margin: 0;
}
#header h2 a {
	display: block;
	height: 179px;
	width: 960px;
	background: url(../images/logo.jpg);
	text-indent: -10000px;
}
#mainarea .container {
	padding: 0 30px;
	background: url(../images/shadow-white.png) repeat-y;
}
#background {
	background: url(../images/containerbg.png) 0 100% repeat-x #fff;
}
#navigation {
	width: 220px;
	padding: 15px 10px;
	margin: 0;
	float: left;
	list-style-type: none;
	background: url(../images/navbg.png) 0 0 no-repeat;
}
#navigation li {
	margin: 0;
}
#navigation a {
	display: block;
	height: 40px;
	text-indent: -10000px;
	margin: 0 0 2px 0;
	background-position: 0 0;
}
#navigation a.home {
	background-image: url(../images/nav/home.gif);
}
#navigation a.curriculum {
	background-image: url(../images/nav/curriculum.gif);
}
#navigation a.registration {
	background-image: url(../images/nav/registration.gif);
}
#navigation a.performances {
	background-image: url(../images/nav/performances.gif);
	height: 59px;
}
#navigation a.gallery {
	background-image: url(../images/nav/gallery.gif);
}
#navigation a.contactus {
	background-image: url(../images/nav/contactus.gif);
}
#navigation a:hover {
	background-position: 0 100%;
}
#content {
	width: 640px;
	padding: 10px 70px 10px 10px;
	float: right;
	background: url(../images/contentbg.png) 100% 0 no-repeat;
	text-align: justify;
}
#bottom {
	height: 336px;
	background: url(../images/bottom.jpg) 0 0 no-repeat;
	clear:both;
	border-top: 1px solid #afb0b1;
}
#bottom p {
	visibility: hidden;
}
.editlink {
	width: 150px;
	height: 27px;
	background: url(../images/editbutton.png) 0 0;
}
.editlink:hover {
	background-position: 0 -27px;
}
.editlink a {
	height: 27px;
	display: block;
	background: url(../images/icons/edit.png) 10px 50% no-repeat;
	padding: 0 0 0 30px;
	line-height: 27px;
}

/* Form Styles */
fieldset {
	padding: 0 20px 20px 20px;
	border: 1px solid #ccc;
	background: #fff;
}
legend {
	padding: 0 10px 3px 10px;
	border: 1px solid #ccc;
	font-weight: bold;
}
.formItem, .formSubmit {
	clear: both;
	padding-top: 10px;
}
label {
	float: left;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 150px;
	margin: 0 10px 0 0;
	line-height: 1;
}
input.number, select.number {
	width: 50px;
}
.formRadio {
	padding: 0 0 0 160px;
}
input {
	border: 1px solid #ccc;
	border-color: #ccc #eee #eee #ccc;
	padding: 2px;
	font: 10pt Calibri, sans-serif;
}
button {
	width: 150px;
	height: 27px;
	background: url(../images/editbutton.png) 0 0;
	display: block;
	border: none;
	font-weight: bold;
	color: #547854;
	font-size: 80%;
}
button span {
	background: url(../images/icons/mail.png) 10px 35% no-repeat;
	display: block;
	height: 27px;
	line-height: 23px;
	padding: 0 0 0 20px;
}
.formSubmit {
	padding: 10px 0 0 160px;
}
button:hover {
	background-position: 0 -27px;
	cursor: pointer;
	color: #444;
}

/* Gallery Styles */
.album {
	clear: both;
}
.ngg-description {
	padding: 0 0 0 122px;
	min-height: 140px;
}
.album h3 {
	padding: 0 0 0 122px;
}
.ngg-thumbnail {
	float: left;
	margin: 5px 12px 0 0;
}
.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	padding: 4px;
}

input#contactsubmit {
	text-align: center;
}
