html
{
	margin-top:0px;
	top:0px;

}
 
body {
	background-color:#000;
	background-image:url(../images/juda_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#FFF;
	font-family:"Century Gothic";
	font-size:14px;
	top:0px;
	margin-top:0px;

}

h3 {
	padding:0px;
	margin: 0px;
}

a {
	color:#FFF;
	text-decoration: underline;

}

a:hover {
	color:#FFF;
	text-decoration:none;
}

#wrapper {
	top:0px;
	width:960px;
	height:550px;
	background-color:#000;
	text-align: center;
	color:#FFF;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	
}

#aboutContent {
	color:#FFF;
	text-align:left;

}

#servicesContent {
	background:url(../images/trans_bg.png);
	color:#FFF;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
 
 }

#storeContent {
	background:url(../images/trans_bg.png);
	color:#FFF;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

#mediaContent {
	background:url(../images/trans_bg.png);
	color:#FFF;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

#contactContent {
	background:url(../images/trans_bg.png);
	color:#FFF;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

.largeText {
	font-size:16px;
}

#topBar {
	padding-left:7px;
}

#footer {
	width:940px;
	padding:10px;
	color:#FFF;
	overflow:auto;
	background-image:url(../images/trans_bg.png);
	background-repeat:repeat;
	text-align:left;
	top:597px;
}

/* Carousel View Code Below */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 960px; /*Width of Carousel Viewer itself*/
height: 550px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
