/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

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;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #431000;
	background-image: url(../media/img/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -131px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	div#header
	{
		position: relative;
		width: 960px;
		height: 216px;
		background-image: url(../media/img/header_bg.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	div#menubar
	{
		position: relative;
		padding: 8px 10px 0 10px;
		width: 940px;
		height: 56px;
		background-image: url(../media/img/menu_bg.jpg);
		background-repeat: no-repeat;
	}
	
	div#left
	{
		position: relative;
		padding: 10px 10px 10px 0;
		width: 230px;
		float: left;
	}
	
		div.cal
		{
			position: relative;
			padding: 8px 0 0 0;
			width: 50px;
			height: 50px;
			text-align: center;
			background-image: url(../media/img/cal_bg.jpg);
			background-repeat: no-repeat;
			float: left;
			margin: 2px 10px 0 0;
		}
	
	div#right
	{
		position: relative;
		padding: 10px 0 10px 10px;
		width: 710px;
		float: left;
	}

	div#footerspace
	{
		position: relative;
		height: 131px;
	}
	
div#footer
{
	position: relative;
	padding: 17px 0 0 0;
	width: 100%;
	height: 114px;
	background-image: url(../media/img/footer_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

	div#footercontent
	{
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 131px;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	line-height: 32px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #b00;
}

div#left h1
{
	color: #d6975e;
}

div#right h1
{
	color: #b00;
}



p, a
{
	font-size: 12px;
	line-height: 18px;
	color: #d6975e;
}

p span
{
	color: #b00;
}

div.cal p
{
	font-size: 16px;
	color: #000;
}

div.cal p span
{
	font-size: 24px;
	color: #fff;
}

p.date
{
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	color: #fff;
}

div#footer p, div#footer a
{
	margin: 4px 0 0 0;
	font-size: 10px;
}

div#footer p.right
{
	float: right;
}


a:hover
{
	color: #fff;
}

/*Nav*/
ul#nav
{
	margin: 0;
	list-style: none;
}

	ul#nav li
	{
		float: left;
	}
	
		ul#nav li a
		{
			font-size: 18px;
			font-style: italic;
			color: #000;
			text-decoration: none;
			margin: 0 10px;
			float: left;
		}
		
			ul#nav li a:hover
			{
				color: #b00;
			}
			
ul#album_nav
{
	margin: 0 0 0 10px;
	list-style: none;
}

	ul#album_nav li a
	{
		font-size: 12px;
		line-height: 18px;
		color: #d6975e;
	}
	
		ul#album_nav li a:hover
		{
			color: #fff;
		}

/*Images*/
img.imgleft
{
	border: 4px solid #d6975e;
	margin: 4px 18px 18px 0;
	float: left; 
}

img.imgright
{
	border: 4px solid #d6975e;
	margin: 4px 0 18px 18px;
	float: right; 
}

div#right a img
{
	border: 4px solid #d6975e;
	margin: 4px 10px 10px 0;
}

div#right a:hover img{
	border: 4px solid #b00;
	margin: 4px 10px 10px 0;
}

div#footer a img
{
	border: none 0;
	float: right;
	margin-left: 60px;
}

iframe
{
	float: right;
	border: 4px solid #d6975e;
	margin-top: 4px;
}
