body {
	background-color: #000000;
	font-size:70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url("../images/bg-long7.png");
	background-repeat: repeat;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	line-height: 18px;
	padding-bottom: 8px;
}

.jcbImgs img {
    display: block; 
    margin-left: auto;
    margin-right: auto;
}

.container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;

	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.topRow {
	width: 490px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-align:center;
}
#navigationList a:link, #navigationList a:visited, #navigationList a:active {
	text-decoration: none;
}
#navigationList a:hover{
	text-decoration: underline;
}
#navigationList {
 	padding-left:0px;
 }

#navigationList
 li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

.middleRow {
	width: 490px;
	margin-left:auto;
	margin-right:auto;
}

.tvMiddleRow {
	width: 655px;
	margin-left:auto;
	margin-right:auto;
}

.tvBottomRow {
	width: 655px;
	margin-left:auto;
	margin-right:auto;
	font-size:130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:200%;
}

.dmMiddleRow {
	width: 670px;
	margin-left:auto;
	margin-right:auto;
}

.aboutMiddleRow {
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	font-size:100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.lightBoxLinkImage{
	border-style:solid;
	border-width:2px;
	border-color:#000;
	margin:5px;

	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;

	-webkit-box-shadow: #000 0px 2px 3px;
	-moz-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;

	behavior: url(js/PIE.htc);
}