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

html{
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #ed1c24 url(../images/page_bg.png) repeat-x top;
	font-size: 11px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	color: #fff;
}

/* TYPOGRAPHY */

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #000099;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
}


h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 10px;
	display: inline;
}

h3 {
	font-size: 20px;
	display: inline;

}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

#wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header{
	width: 1024px;
	height: 498px;
	margin-bottom: 15px;
	background: url(../images/photo.png) right bottom no-repeat;
}

#logo{
	background: url(../images/logo.png) no-repeat;
	height: 73px;
	width: 192px;
	margin-top: 18px;
}

#agenda {
	background: url(../images/agenda_bg.png) repeat-y;
	width: 280px;
	max-height: 245px;
	margin-top: 15px;
}

#agenda_b {
	background: url(../images/agenda_bottom.png) no-repeat;
	width: 280px;
	height: 100px;
}

#content{
	width: 1024px;
	min-height: 290px;
}

#blog{
	background: #d71720;
	width: 414px;
	min-height: 200px;
	float: left;
}

#music{
	background: #d71720;
	width: 192px;
	min-height: 200px;
	margin-left: 10px;
	float: left;
}

#pics{
	background: #d71720;
	height: 235px;
	margin-left: 10px;
	float: left;
	padding: 0px;
}

#rightcol{
	width: 185px;
	margin-left: 10px;
	float: left;
}

#contact{
	background: #d71720;
	height: 120px;
	margin-bottom: 10px;
}

a img, img 			{ border: none; }

.photo-link			{ padding: 0px; margin: 5px; border: 1px solid #999; display: block; width: 50px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

.box-inside-photo{
	padding: 5px;
	width: auto;
}

.heading{
	height: 15px;
	padding: 12px;
	background: url(../images/bg_heading.png) left top no-repeat;
	display: block;
	width: auto;
}

.box-inside{
	padding: 10px;
	width: auto;
}

#links {
	position: absolute;
	margin-left: 800px;
}
