html, body {
	background-image: url("/images/background.jpg");
	background-color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.header-1 {
	background-image: url("/images/header-1.jpg");
	background-repeat: no-repeat;
	height: 294px;
}

.header-2 {
	background-image: url("/images/header-2.jpg");
	background-repeat: no-repeat;
	height: 294px;
}

.navigation {
	background-image: url("/images/navigation-background.jpg");
	background-repeat: repeat-x;
	height: 44px;
}

.navigation ul {
	margin: 10px 0px 0px 0px;

}

.navigation li {
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
	margin: 0px;
}

a {
	color: #FFFFFF;
}

li a {
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
	background-color: black;
}

.content {
	/*background-image: url("/images/content-background.jpg");
	background-repeat: repeat-y;*/
}

.sub-content {
	background-image: url("/images/sub-content-background.jpg");
	background-repeat: repeat-x;
	height: 257px;
	padding: 10px 0px 10px 0px;
	
}

#footer {
	background-image: url("/images/footer-background.jpg");
	background-repeat: repeat-x;
	height: 181px;
	width: 100%;
	vertical-align: baseline;
}

#footer p {
	padding: 35px 0px 28px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px;
}

/* 
	Controller: Pages
	Action: Home 
*/

.description-pod {
	width: 400px;
	height: 232px;
	background-image: url("/images/home/description.jpg");
}

.gallery-pod {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.gallery-pod li a:hover {
	background-color: transparent;
}

.gallery-pod li {
	display: inline;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	color: #868789;
	width: 98px;
	text-align: center;
}

/* 
	Controller: Pages
	Action: Studio 
*/

.studio-pod {
	background-color: #23231F;
	height: 455px;
}

.studio-pod p {
	padding: 5px 10px 0px 10px;
}

.studio-dances {
	background-color: #FCF5D4;
	color: #868789;
}

.studio-dances h2 {
	color: #FFFFFF;
	background-color: #87888A;
	margin-bottom: 10px;
}

.bio-pod {
	background-color: #23231F;	
}

.bio-pod p {
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

/* 
	Controller: Pages
	Action: Contact 
*/

/* input[type="button"], input[type="reset"] {width:100px;}  submit & reset button */
fieldset {border:none; margin:15px 0 15px 0; padding:0;}
input[type="text"] {margin:5px 0;}
textarea {margin:5px 0;}
fieldset input[type="text"] {font-size:15px; height:21px; width:315px;}
fieldset input[type="submit"] {
	font-size:14px; 
	height:28px; 
	border: black 1px solid;
	background-color: #FCF5D4;
	color: #000000;
	margin-left: 267px;
	}
fieldset textarea {font-size:15px; height:100px; width:316px;}

legend, h3 {font-size:12px; font-weight:bold; color:#FFFFFF; margin:0; padding:0;}
legend span, h3 span {font-size: 11px;font-weight:normal; color:#777;} /* explanatory text */
 
.contact-dark-pod {
	background-color: #23231F;
}

.error {
	color: #FF0000;
}

.contact-skirt {
	background-image: url("/images/contact/contact.jpg");
	background-repeat: no-repeat;
	height: 437px;
}

/* REST */

h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #363638;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 25px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	background-color: #363638;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pod {
	background-color: #FCF5D4;
	color: #868789;
	height: 232px;
}

.pod p {
	padding: 5px 10px 0px 10px;
}

hr {
	margin: 0px;
	padding: 0px;
}

.title {
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: italic;
	color: #630101;
}

.date {
	font-size: 11px;
}