@charset "UTF-8";
/* CSS Document */

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: #ffffff;
	background: #300c3f;
	font-family: Century Gothic, Georgia, Verdana, san-serif;
	font-size: 12px;
}


a {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}



ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1 {
	font-size: 3em;
	padding-bottom: 10px;
}

#textbox {
	height: auto;
	//width: auto;
	background-color: #300c3f;
	color:#ffffff ;
	padding: 20px;
	font-size: 1.2em;
	line-height: 20px;
	text-align:justify;
	margin-left:auto;
	margin-right: auto;
	width: 600px;
}


#about {
	height: auto;
	background-color: #300c3f;
	color:#ffffff ;
	padding: 20px;
	font-size: 1.2em;
	line-height: 20px;
	text-align:justify;
	margin-left:auto;
	margin-right: auto;
	width: 550px;
	float: right;
}

#biopic {
float: left;
}

#calbox 
{
	height: auto;
	width: auto;
//background-color: #ffffff;
	color:#ffffff ;
	padding: 20px;
	
text-align:justify;
	margin-left:auto;
	margin-right: auto;
	width: 600px;
}

#video {
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
//line-height: 1.5;
//width: 100%;
width: 900px;
height: auto;
//background-color:#;
margin-left:auto;
margin-right: auto;
}

#navigation {
color: #ffffff;
background-color: #300c3f;
width: 100%;
height:30px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 35px;
}

#logo {
	margin-left: 45px;
	float:left;
}

#spry {
width:	800px;
	margin-left:auto;
	margin-right: auto;
}

#content {
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 10px;

}

#wrapper #content #left {
	width: auto;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;

}
#wrapper #content #right {
	width: 420px;
	float: right;

}

#biopic {
padding-right: 10px;
}

#wrapper #content #gallerybox {
float:left;
width: 450px;
margin-left:auto;
margin-right: auto;
}

#eventphotos {
width: 700px;
margin-left:auto;
margin-right: auto;
}


#wrapper #content #gallerybox img {
padding: 0 10px 10px 10px;
}

//#wrapper #content #gallerybox img:hover {
border: 1px solid #FFF;
}


#wrapper #content #footer {
	height: auto;
	width: 100%;
	clear: both;
	text-align: center;
margin-top: auto;
}