body{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #FFCC33 url(../img/background.jpg) repeat top center;
  color: #000;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}
p{
	display: block;
	margin: 5px;
	padding: 2px;
}
a{
	color: #222;
	font-style: italic;
	position: relative;
}
.horizontal{
	width: 65%;
	color: #fff;
	background-color: #fff;
	border: 0px;
	height: 1.5px;
}
.mediaBody{
	border: 0px solid #fff;
	background: transparent url(../img/contentMiddle.png) repeat top center;
	margin: 15px auto;
	text-align: center;
}
.nowPlaying{
	width: 300px;
	background-color: #ccc;
	margin: 10px auto;
}
.nowPlayingVID{
	background-color: transparent;
	margin: 10px auto;
}
.audioName{
	margin: 10px 0px;
}
.audioCaption{
	margin: 10px;
	padding: 10px;
}
.mediaFile{
	vertical-align: middle;
	width: 325px;
	height: 245px;
}
.mediaFileVID{
	vertical-align: top;
	text-align: center;
	width: 500px;
	height: 325px;
}
.mediaFileInfo{
	padding: 10px;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
.mediaDownLoadCaption{
	font-size: 10px;
	font-style: italic;
}
#container{
	margin: 5% auto 0px auto;
	padding: 0px 0px 10px 0px;
	width: 750px;
	background-color: transparent;
}
#topLeft{
    width: 750px; height: 250px;
    background: transparent url(../img/veryTop.png) no-repeat top left;
}

#middleLeft{
	width: 250px; height: 77px;
	text-align: right;
	padding: 0px;
	background: transparent url(../img/almostVeryTop.png) no-repeat top left;
}
#bottomLeft{
	vertical-align: top;
}
.reviews{
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	margin: 15px auto;
	text-align: center;
	width: 190px;
}
.reviewTop{
	background-image: url(../img/reviewTopNew.png);
	background-repeat:	no-repeat; 
	background-position: top center;
	height: 31px;
}
.reviewMiddle{
	background: url(../img/reviewMiddleNew.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 5px 10px;
	height: auto;
	border: 0px solid #000;
}
.reviewBottom{
	background: transparent url(../img/reviewBottomNew.png) no-repeat bottom center;
	height: 31px;
}
#tagLine{
	position: relative;
	width: 420px;
	margin: 105px 0px 0px 320px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#bottomRight{
	background: transparent url( ) no-repeat top left;
	width: 500px;
	vertical-align: top;
	border: 0px solid #036;
}
.right{
	float: right; 
	margin: 0px 0px 10px 10px; 
	border: 1px solid #036;
}
.left{
	float: left; 
	margin: 0px 10px 10px 0px; 
	border: 1px solid #036;
}
.stuffGoesHere{
	background: transparent url(../img/contentMiddle.png) repeat top center;
	margin-top: 20px;
	width: 450px;
	margin-left: 17px;
}
.content{
	background: transparent url(../img/contentMiddle.png) repeat top center;
	margin-top: 20px;
	padding: 10px;
	width: 435px;
	line-height: 1.5em;
	letter-spacing: .3px;
}
.contentBottom{
	background: transparent url( ) no-repeat top center;
	width: 435px;
	height: 15px;
}
.topNav{
	position: relative;
	color: #eee;
	top: 38px;
	float: right;
	width: 400px;
	margin: 0px 30px;
	line-height: 2em;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.topNav a{
	color: #eee;
}
.topNav:hover{
	background-color: transparent;
}
.listCaption{
	margin: 7px;
}
.CMSheading{
	font-weight: bold;
	text-align: left;
	background-color: #ccc;
	padding: 3px;
}
.note{
    font-size: 10px;
	font-style: italic;
}
.contactLeft{
    font-weight: bold;
	vertical-align: top;
	padding: 5px;
	text-align: right;
}



ul.noindent{}
.label{
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	text-align: right;
	padding: 5px;
}
.inputMe{}