@font-face {
  font-family: "HVD Peace";
  src: url(css/HVD_Peace.ttf) format("truetype");
}

body { font-family: "Lucida Sans Unicode", Verdana, sans-serif; }

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: #000;
	text-align:justify;
}

img {
	border:0;
}

.navLink {
	font-size: 20px;
	font-family: "HVD Peace", Geneva, serif !important;
	text-decoration: none !important;
	color:#fff;
} 

.navLink:hover {
	color:#ff9900 !important;
	text-shadow: #ff9900 1px 1px 12px !important;
}

.navLink .selected {
	color:#ff9900 !important;
	text-shadow: #ff9900 1px 1px 12px !important;
}

.wrapper {
	width:1024px;
	height: 768px;
	margin: 0 auto;
	padding:0px;
	background: url(images/TripleThreat_BG.jpg) no-repeat;
}


#logo {
	width:556px;
	height:197px;
	background:url(images/TripleThreat_LOGO.jpg) no-repeat;
	margin:0 auto;
}

#navigationBox {
	width:1024px;
	height:50px;
	background: #000;
	opacity:.70;
	margin:0 auto;
	margin-top:-55px;
	padding:0;
}

#navigation, #subNav {
	list-style-type: none;
	opacity:1;
	padding:0;
	position:relative;
}

#navigation {
	width:900px;
	margin:0 auto;
	text-align:center !important;
}

#navigation li {
	margin-right:36px;
	margin-top:16px;
	color: #fff;
	font-family: "HDV Peace" !important;
	float:left;
}

#subNav li {
	float: left;
	margin-left:13px;
	margin-top:2px;
	color: #fff;
}

ul#subNav li {
	float:left;
	color:#fff;
	margin-right:30px;
}

div.op_left {
	width:200px;
	height:100%;
	float: left;
	margin-left: 8px;
}

#contentBox {
	width:982px;
	min-height:534px;
	background: #000;
	margin: 0 auto;
	margin-top:14px;
	padding:0;
	z-index: 2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0em 0.3em 0.3em #333333;
	-webkit-box-shadow: 0em 0.3em 0.3em #333333;
}

#contentBox p, #contentBox div {
margin: 0 0 8px 0;
padding:0;
font: 13px Lucida, Verdana, sans-serif;
}

.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#clientLogin {
	background: url(images/main_hand.jpg) no-repeat;
	width:444px;
	height:258px;
	margin:0 auto;
	padding:0;
	z-index: 3;
}

.contentText {
	width:96%;
	color:#fff;
	margin: 0 auto !important;
	margin-bottom:4px !important;
	padding:0;
	display:block;
	z-index: 3;
}

#mp3button {
	margin:0;
	padding:0;
	position: absolute;
	top:9px;
	right:36px;
}