body {
	font-size: 62.5%;
	background-color: #7B1C25;
	background-image: url(../images/bodyTile.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8C5645;
	text-align: center;
}

div#container {
	background-image: url(../images/containerBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1149px;
	margin: auto;
	text-align: left;
	font-size: 1.1em;
}

div#frame {
	background-color: #D9B48D;
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 109px 0 109px;
}

div#nav {
	float: right;
}

div#leftCol {
	background-image: url(../images/leftcolBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 344px;
	float: left;
	padding-top: 450px;
	min-height: 101px;
	_height: 101px;
}

div#mainCol {
	margin-left: 344px;
	padding-top: 154px;
	background-image: url(../images/mainColBg.jpg);
	background-repeat: no-repeat;
	background-position: 0 154px;
	line-height: 1.4em;
}

div#footer {
	background-image: url(../images/footerBg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 931px;
	margin: auto;
	padding: 9px 109px 0 109px;
	position: relative;
	height: 50px;
	text-align: right;
}

div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer ul li {
	list-style: none;
	margin: 5px 0 0 0;
}

div#footer ul li.mySpace {
	float: left;
}

div#footer ul li a {
	color: #DFB851;
}

div#footer img#candiceCorner {
	position: absolute;
	right: 94px;
	bottom: 50px;
}

/* DEFAULT TEXT */

a img {
	border: none;
}

p {
	padding: 0;
	margin: 0;

}

a {
	color: #B34149;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h2 {
	padding: 0;
	margin: 0;
	color: #BC5858;
	font-size: 1.1em;
}

h3 {
	padding: 0;
	margin: 0;
	color: #BC5858;
	font-size: 1.0em;
}

/* NAVIGATION BAR */

div#nav ul {
	margin: 40px 15px 0 0;
	padding: 0;
	font-size: 1.1em;
}

div#nav ul li {
	float: left;
	list-style: none;
	background-image: url(../images/navBullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 10px 0 15px;
	margin: 0;
}

div#nav ul li#home {
	background-image: none;
}

div#nav ul li a:hover {
	text-decoration: none;
	color: #F10910;
}

div#nav ul li a#active {
	color: #F10910;
}

/* LEFT COLUMN MODULES */

div.homeLeft {
	padding-right: 10px;
}

div.homeLeft h2 {
	padding-top: 20px;
}

div.homeLeft img.goLeft {
	float: left;
}

div#leftCol div.picPara {
	background-image: url(../images/LeftModTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FBF8EC;
	padding: 5px 0 0 0;
	margin-left: 19px;
	margin-top: 10px;
	width: 315px;
}

div#leftCol div.picParaInner {
	border-right: 2px solid #EFBCAC;
	border-left: 2px solid #EFBCAC;
	padding: 17px 15px 10px 15px;
	min-height: 155px;
	_height: 155px;
}

div#leftCol div.picParaInner h2 {
	margin-bottom: 10px;
}

div#leftCol div.picParaInner h3 {
	margin-bottom: 5px;
}

div#leftCol div.picParaInner img.mainPic {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #EC8F72;
}

/* FULL WIDTH MODULE (main content area) */

div.fullModule {
	background-image: url(../images/fullModTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FBF8EC;
	width: 568px;
	padding: 10px 0 0 0;

}

div.fullModuleInner {
	border-right: 2px solid #EFBCAC;
	border-left: 2px solid #EFBCAC;
	padding: 15px 25px 100px 25px;
	min-height: 220px;
	_height: 225px;
}

div.fullModule h1 {
	padding: 15px 0 10px 0;
}

div.fullModule h2 {
	margin: 0px 0 10px 0;
}

div.fullModule p {
	padding: 0 0 15px 0;
}

/* reset padding on fullModuleInner */
div#homepage {
	padding-bottom: 0px;
}

/* Pic Paras for main content area - FULL WIDTH */

div.fullModule div.picPara {
	min-height: 120px;
	_height: 120px;
	padding-bottom: 10px;
}

div.fullModule div.picPara img.mainPic {
	float: left;
	margin: 0 20px 15px 0;
	border: 1px solid #EC8F72;
}

/* TOP MODULE ONLY of each page */
div.fullModule div#top {
	min-height: 240px;
	_height: 240px;
	padding-bottom: 0;
}

div.fullModule div#top img.mainPic {
	float: right;
	margin: 0 0 15px 20px;
	border: none;
}

/* DOUBLE MODULES STRUCTURE */

div.dblMods {
	margin: 10px 0 0 0;
}

div.dblModsLeft {
	float: left;
	width: 280px;
}

div.dblModsRight {
	margin-left: 290px;
}

div.dblModsRight span {
	display: block;
}

/* HALF WIDTH MODULES */

div.dblMods div.picPara {
	background-image: url(../images/halfModTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	width: 280px;
	background-color: #ECD8BE;
}

div.dblMods div.picParaInner {
	border-right: 2px solid #E6BB9E;
	border-left: 2px solid #E6BB9E;
	min-height: 70px;
	_height: 80px;
	padding: 0 10px 0 10px;
}

div.dblMods div.picParaInner img.mainPic {
	float: left;
	border: 1px solid #EC8F72;
	margin: 0 10px 5px 0;
}



div.dblMods div.picParaInner p {
	padding: 0 0 15px 0;
}

/* CUSTOM RIGHT HALF MODULE */

div.dblModsRight div.halfMod div.halfModText img {
	border: 1px solid #CF716E;
}

/* TABLE ON MUSIC DOWNLOADS */

table#musicDownloads {
	margin: 15px 0 15px 0;
}

table#musicDownloads th {
	text-align: center;
	padding: 5px;
}

table#musicDownloads td {
	border-bottom: 1px solid #F5CEBB;
	padding: 5px;
	text-align: center;
}

table#musicDownloads .songTitle {
	text-align: left;
}

/* TABLE FOR FORMS */

table.formz {

}

table.formz td {
	padding: 5px;
}

table.formz td input, table.formz td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;

}

table.formz td .textField {
	width: 200px;
	border: 1px solid #8C5645;
}

/* Photogallery */

div#photogallery {
	text-align: center;
	margin: 0px 0 0 0;
}

div#photogallery img {
	border: 1px solid #EC8F72;
	display: block;
	margin: 10px auto;
}

a.backButton img {
	border: none !important;
	float: right !important;
	margin: 0;
}

#thumbs{
	text-align: left;
	width: 350px;
	padding-left: 4px;
	margin: 5px auto 10px auto;
	padding-top: 10px;
 }

#thumbs a {
	/*float: left;
	margin: 0 6px 12px 11px;*/

}

#thumbs a img{
	border: 1px solid #EC8F72;
	display: inline;
	margin: 0;
}

#thumbs a:hover img {
	border: 1px solid #7B1C25;
}

.photo{
	border: 1px solid #CF2446;
}


div#galleyButtons {
	width: 350px;
	margin: 20px auto 0 auto;
}

div#galleyButtons input.first {
	float: left;
}

div#galleyButtons input.last {
	float: right;
}
div#homeLeftMusic {
  float:left;
  padding-bottom:20px;
  width:345px;
}
div#MyMusic {
  float:left;
  margin-left:26px;
  position:relative;
  top:161px;
  _margin-left:8px;
  width:150px;
}
div#jukeBox {
  float:right;
  position:relative;
  top:-8px;
  width:165px;
}
div#jukeBox #jukeBoxBlurb {
  margin-top:10px;
  width:155px;
}
