/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFFFCC;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* End Reset */

#pageholder {
width: 700px;
height: auto;
margin: 0 auto;
}
#banner {
width:  700px;
height: 150px;
}
#leftdeco{
width: 100px;
height: 218px;
background: url('images/build/sidebar_short.jpg') no-repeat;
position: absolute;
}
#nav {
width: 600px;
height: 46px;
margin-left: 100px;
position: absolute;
}
#uniquecontent {
width: 585px;
min-height: 200px;
margin: 56px 0 0 110px;
position: absolute;
}
#schedule {
margin-left: 198px;
text-align: center;
}
#gallery li{
display: inline;
float: left;
}
/* Typography */
a {
color: #CCCC99;
}
h1 {
font-size: 110%;
line-height: 120%;
}
p {
font-size: 90%;
font-weight: lighter;
line-height: 125%;
text-align: justify;
margin-bottom: 15px;
}
p.home, h1.home, img.absolute {
position: absolute;
}
p.home, h1.home {
margin: 0 0 10px 285px;
display: block;
}
h1.home {
margin-top: 60px;
}
p.home {
margin-top: 120px;
}
p.biofirst {
margin: 0 0 0 193px;
}
p.listen {
margin: 0;
}
p.contact {
margin-left: 324px;
}
p.detail {
font-weight: lighter;
font-size: 70%;
}
#schedule p {
font-size: 80%;
text-align: center;
}