/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 20px;
	padding: 0;
}


blockquote {
	padding: 5px 0 5px 30px;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	font-family: Arial !important;
	border: #bbb solid 1px;
	color: #454545;
}

input:focus, select:focus, textarea:focus {
	border: maroon solid 1px;
}

input.submit {
	color: #fff;
	background: maroon !important;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	background: #535a54 url("../images/body_bg.jpg") top left repeat-x;
	color: #e7f2da;
}

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

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

p {
	margin: 0 0 30px;
	font-size: 1.1em;
	letter-spacing: 0.5px;
}

.img_border {
	border: #400000 solid 10px;
}

h3 {
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: #ddd solid 1px;
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.gold	{
	color: #c93;
}
/*--------------------------------------------------------------CONTAINERS--*/
#header {
	height: 580px;
	text-align: left;
	background: url("../images/banner.jpg") top center no-repeat;
	overflow: hidden;
}

#content {
	margin: 0 auto 40px;
	width: 960px;
	font-size: 0.8em;
	background: transparent;
	overflow: hidden;
}

#album_list li {
	float: left;
	width: 240px;
	height: 280px;
	text-align: center;
}

#album_list img {
	border: #a8b59f solid 5px;
}

.album_title {
	font-family: Georgia !important;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
}

#left_side {
	float: left;
	margin-right: 100px;
	width: 630px;
        text-align: left !important;
}

#right_side {
	float: left;
	text-align: left;
}

#right_side img {
	clear: right;
}

#right_side p.shows {
	margin-bottom: 15px !important;
	padding: 5px 0;
	background: #400000;
}

#right_side p.album {
	font-size: 0.9em;
}