html,body{
	margin:0;
	padding:0;
	background-color:#4D373A;
}
body{
	font:normal normal 75% verdana, arial, 'times', sans-serif;
	font-weight:bold;
	text-align:center;
}
p{margin:0 10px 10px;}

a{
 text-decoration:none;
 color:#CA7400;
}
a:hover{
 text-decoration:underline;
 color:#953F15;
}

#header{
	width: 800px;
	height: 266px;
	background-image:url(/images/bg_header.jpg);
	background-repeat:no-repeat;
}
#container{
	text-align:left;
	width:800px;
	margin:0 auto;
	background-image:url(/images/bg_main.jpg);
	background-repeat:repeat-y;
}
#content{
	float:right;
	width:613px;
}
#navigation{
	padding: 0;
	float:left;
	width:187px;
	background:none;
}
#navigation ul{
	margin-top: 0;
	padding-top: 0;
	margin-left: 30px;
	padding-left: 5px;
	color:#FFFFFF;
	font-size:20px;
	font-weight: 900;
	list-style-type: none;
}
#navigation ul li{
	padding-bottom: 4px;
	padding-top: 1px;
}
#navigation a{
	text-decoration: none;
	color:#FFFFFF;
}
#navigation a:hover{
	text-decoration: none;
	color:#E3ACAC;
}
#navTop{
	margin: 0;
	background-image:url(/images/bg_side.jpg);
	background-repeat:no-repeat;
	width: 187px;
	height: 100px;
}
#footer{
	clear:both;
	font-size: 10px;
	text-align: center;
	font-weight: 900;
	color:#A88080;
	height:34px;
	background-image:url(/images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:100%;
	margin:0;
	padding:0;
}
.selectedNav{
	color:#7A5454;
}
.movieImg{
	float:left;
	padding-right: 20px;
	margin-right: 20px;
}
.musicImg{
	float:left;
	padding-right: 10px;
	margin-right: 10px;
}

.musicList li{
display: inline;
padding-right: 10px;
padding-left: 12px;
background-image: url(images/bullet_black.gif);
background-position: left;
background-repeat: no-repeat;
}

/***************************************************************************************/
/*************    Image Gallery stuff **************************************************/
/***************************************************************************************/
td.snapsTable {
	width: 33%;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background: #EEE;
	color: #666;
	border: 1px solid #666;
}

img {
	border: 0;
}

.snapsCrumb {
	clear: both;
	text-align: left;
	background: #EEE;
	color: #666;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 10px;
}

.snapsNotes {
	font-size: 10px;
	margin-top: 5px;
}

.snapsCopy {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	background: #FFF;
	color: #000;
	border: 1px solid #666;
}

.box {
	margin: 0 10px;
	background: #EEE;
	padding: 4px;
	border: 1px solid #666;
	line-height: 18px;
}