/*==== MAIN PAGE ELEMENTS ====*/

body {
	text-align:center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:small;
/*	background-color:#957d4d;	*/
	background-image:url(../images/bg.jpg)
}

* {
	margin:0;padding:0;
}

#mainBox {
	height: 418px;
	width: 760px;
	margin-right:auto;
	margin-left:auto;		
	border:1px solid #000; 
	text-align:left;
	background-image:url(../images/mainBg.jpg);
}

#logoDiv {
	height:30px;
	width:760px;
}

#menuDiv {
	height:360px;
	width:100px;
	padding:0px;
	float:left;
}

#footerDiv {
	height:20px;
	width:760px;
	padding:0px;
	clear:left;
	font-size:smaller;
	text-align:center;
}
#preFooterDiv {
	height:10px;
	width:760px;
	padding:0px;
	clear:left;
	font-size:smaller;
	text-align:center;
}

#contentDiv {    
	height:360px;
	width:650px;
	padding:0px;
	float:left;
}
#rightContentMarginDiv {    
	height:360px;
	width:10px;
	padding:0px;
	float:left;
}
/* Bio / bio.php Layout Elements */

#bioDiv {
	width:650px;
	height:360px;
	background-image:url(../images/big.jpg);
}

#bioDivInner {
	width:630px;
	height:340px;
	padding:10px;
	overflow:auto;
}

/* Gallery / gallery.php Layout Elements */

#thumbDiv {
	width:650px;
	height:360px;
	background-image:url(../images/big.jpg);
}

.galleryThumbnailRow {
	width:650px;
	height:105px;
}

.galleryThumbnail{
	width:120px;
	height:105px;
	padding:5px 5px 0px 5px;
	text-align:center;
}

.galleryThumbnail img {
	border:0px;
}

.galleryThumbnail:hover {
	background-color:#8d681e;
}

#galleryNavRow {
	width:637px;
	height:20px;
	padding: 0px 5px 0px 5px;
}

#galleryNavPrevious {
	width:100px;
	float:left;
}

#galleryNavNext {
	width:100px;
	float:right;
	text-align:right;
}

/* Contact / contact.php Layout Elements */

#contactLeftDiv {
	position:relative;
	width:315px;
	height:360px;
	left:0px;
	top: 0px;
	float:left;
	background-image:url(../images/med_left.jpg);
}

#contactLeftDivInner {
	padding:10px;
	width:295px;
	height:340px;
}

#contactRightImageDiv {
	position:relative;
	width:315px;
	height:360px;
	float:right;
}

/* Lyrics / lyrics.php Layout Elements */

#lyricsMainBox {
	width:450px;
	height:420px;
}

#lyricsInner {
	width:630px;
	height:340px;
	padding:10px;
	overflow:scroll;
	text-align:center;
}

#lyricTitleDiv {
	padding-left:50px;
	font-weight:bold;
	text-align:left;
}

#lyricCreditDiv {
	padding-left:50px;
	text-align: left;
}

.lyricContentRow {
	padding-top:10px;
	text-align:center;	
	overflow:auto;
	width:630px;
}

.lyricContentRowLeft {
	float:left;
	text-align:right;
	padding-right:10px;
	width: 40px;
}

.lyricContentRowRight {
	text-align:left;
	float:left;
	
}

/* Shop / shop.php Layout Elements */


#shopCD1Div {
	position:relative;
	width:315px;
	height:170px;
	left:0px;
	top:0px;
	background-image:url(../images/small_leftTop.jpg);
}

#shopCD2Div {
	position:relative;
	width:315px;
	height:170px;
	left:10px;
	top:0px;
	background-image:url(../images/small_rightTop.jpg);
}

#shopBothDiv {
	position:relative;
	width:315px;
	height:170px;
	left:0px;
	top:20px;
	background-image:url(../images/shopBuyBoth.jpg);
}

#shopInfoDiv {
	position:relative;
	width:315px;
	height:170px;
	left:10px;
	top:20px;
	background-image:url(../images/small_rightBottom.jpg);
}

.shopInnerImage {
	width: 160px;
	height:160px;
	padding:5px 0px 5px 5px;
	float:left;
}

.shopInnerInfo {
	width: 135px;
	height: 160px;
	padding:5px 10px 5px 0px;
	float:right;
}

.shopImage {
	border:none;
}

#leftShop2Div {
	position:relative;
	width:315px;
	height:360px;
	float:left;
	background-image:url(../images/med_left.jpg);
}

#rightShop2Div {
	position:relative;
	width:315px;
	height:360px;
	float:right;
	background-image:url(../images/med_right.jpg);
}

.shopHeader {
	text-align:left;
	width:295px;
	height: 20px;
	/*float:left;*/
	margin:10px 10px 0px 10px;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	font-style:italic;
}

.shopStepInfo {
	text-align:left;
	width:295px;
	margin:10px 10px 0px 10px;

}

.shopLists {
	padding-left:15px;

}


/* Menu Elements */



.menuItem {
	font-size:17px;
	font-weight:bold;
	color:#000;
 	text-decoration:none;	
	font: "Times New Roman", Georgia, Times, serif;	
}

.menuli {
	list-style:none;
}


.menuItem:hover {
	text-decoration:overline underline;
}

/* Other Elements */

a {
	text-decoration:none;
	/*color:#152952;*/
	color:#223760;
}

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

p {
	text-indent:1em;
	padding: 0px 0px 10px 0px;
}

em {
	font-weight:bold;
}

.showListLink {
	text-decoration:none;
	color:#000000;
	background:inherit;
}

.showListLink:hover {
	text-decoration:none;
	color:#000000;
	background:inherit;
}


/* border = 	border:1px solid #000; */
