@import url(http://fonts.googleapis.com/css?family=Ubuntu);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Ubuntu', 'Trebuchet MS', "Verdana", sans-serif;
	text-align: center;
	background: #002400 url(images/background.gif) no-repeat top center;
	color: white;
	font-size: 14px;
}

#page {
	width: 992px;
	margin: 30px auto 0;
	text-align: center;
}

#bedroomStudio {
	float:left;
	margin: 12px 10px 7px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border:4px solid #aaaaaa;
}

/* Large header image of grass and flower, with slogans */
#header2 {
	background: url(images/header.jpg) no-repeat top left;
	width: 992px;
	height: 224px;
	text-shadow: 1px 1px 1px #000;
}

.clearfloats {
	clear: both;
}

#content {
	background: #2E650D url(images/body-bg.gif) no-repeat top left;
	width: 992px;
	min-height: 270px;
	text-align: left;
	padding-top: 35px;
	padding-bottom: 20px;
}

.title {
	font: 18px Arial, "Times New Roman", Times;
	font-weight: bold;
	color: #CEFF9F;
	text-shadow: 1px 1px 1px #104D00;
	margin-top: 5px;
	margin-left: -10px;
}

.duration {
	display:inline;
	color:#a4ab7a;
	font: 12px Arial, "Tahoma", Times;
	margin-left:3px;
}

.composition {
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom: 10px;
}

.compositionList {
	clear:both;
	margin-top: 25px;
}

.description {
	margin-bottom:10px;
	margin-top:15px;
}

a {
	color: #aaaeee;
	text-decoration: none;
}

a:hover {	
	color: #dddfff;
	text-decoration: none;
}

#content-padding {
	padding: 0 20px 0 20px;
}

#content h1 {
	font: 26px;
	color: #FFF;
	padding-bottom: 10px;
	margin-top:10px;
	margin-bottom:10px;
}

#content h2 {
	margin-top:15px;
}

#content p {
	font: 12px;
	color: #FFF;
	text-align: justify;
	padding-bottom: 10px;
}

/* image that divides the two different colored content sections */
#body-divider {
	background: #1D5600 url(images/body-divider.gif) no-repeat top left;
	width: 992px;
	height: 23px;
}

#footer-div {
	background: url(images/footer-div.gif) no-repeat top left;
	width: 992px;
	height: 6px;
}

#footer {
	padding-top: 15px;
	width: 992px;
	height: 150px;
	background: #001800;
	text-align: center;
}

#footer p {
	font: 12px Arial, "Times New Roman", Times;
	color: #FFF;
}

#footer a {
	font: 12px Arial, "Times New Roman", Times;
	color: #FFF;
}
