
/* -------------------------------
          Page Cosmetics
-------------------------------- */

body {
    padding: 0px;
	margin:0px;
    background-color: #ff9900;
    font-family: Arial;
    color: #000;
	}

a {
    color: #000;
	}
	
a img{
	border:0px;
	}

#bgWrap {
    width: 100%;
    background-color: #ff9900;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../img/mainbg.jpg');
	text-align:center;
	}
	
	#bgWrapTwo {
    width: 100%;
    background-color: #ff9900;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../img/mainbgtwo.jpg');
	text-align:center;
	}
	
	#bgWrapThree { 
    width: 100%; 
    background-color: #ff9900; 
     background-repeat: no-repeat; 
     background-position: top center; 
     background-image: url('../img/mainbgthree.jpg'); 
     text-align:center; 
     } 
	
#contentWrap {
	width: 862px;
	height: 1100px;
	margin: 0 auto;
	text-align:left;
	}
	
#navWrap {
	}
	
#navHome {
	float:left;
	width: 54px;
	height: 74px;
    background-color: #000;
	}
	
#navPOver {
	float:left;
	width: 130px;
	height: 74px;
    background-color: #000;
	}
	
#navLInfo {
	float:left;
	width: 145px;
	height: 74px;
    background-color: #000;
	}
	
#navHVM {
	float:left;
	width: 183px;
	height: 74px;
    background-color: #000;
	}
	
#navProds {
	float:left;
	width: 77px;
	height: 74px;
    background-color: #000;
	}
	
#navApply {
	float:left;
	width: 95px;
	height: 74px;
    background-color: #000;
	}
	
#navFAQ {
	float:left;
	width: 40px;
	height: 74px;
    background-color: #000;
	}
	
#navPress {
	float:left;
	width: 46px;
	height: 74px;
    background-color: #000;
	}
	
#navContact {
	float:left;
	width: 92px;
	height: 74px;
    background-color: #000;
	}
	
#logo {
	float:left;
	width: 862px;
	margin-top:24px;
	}
	
#topBlurb {
	float:left;
	margin: 84px 0 0 144px;
	width: 436px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#applyNow {
	float:left;
	margin: 58px 25px 0 0;
	text-align:right;
	width: 837px;
	}
	
#dojinWrap {
	float:left;
	margin: 16px 0 60px 0;
	}
	
#dojin {
	float: left;
	position:relative;
	background-color:#fff;
	border-left:8px solid #fff;
	border-right:8px solid #fff;
	width:842px;
	color:#3f3f42;
	}
	
#corner {
	float: left;
	width: 11px;
	height: 11px;
	background-color: none;
	background-repeat: no-repeat;
	background-image: url('../img/corners.png');
	text-align:left;
	font-size:2px;
	}
	
.topLeft {
	background-position: top left;
	}
	
.topRight {
	background-position: top right;
	}
	
.bottomLeft {
	background-position: bottom left;
	}
	
.bottomRight {
	background-position: bottom right;
	}
	
.betweenCorners {
	float: left;
	width: 836px;
	background-color: #fff;
	font-size:2px;
	height: 11px;
	}
	
#dojinTitle {
	float:left;
	font-weight:bold;
	font-size: 24px;
	letter-spacing: -3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:802px;
	margin: 10px 0 0 40px;
	}

#dojinContent {
	float:left;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:762px;
	margin: 10px 40px 0 40px;
	}
	
.faqBold {
	font-weight:bold;
	}