body {
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
div#wrapper {
	width: 760px;
	margin: auto;
	font-size: 100%;
	padding: 0;
	background-image: url('images/bg_occy.gif');
	background-repeat: no-repeat;
	}

/* -----------------------   header   -------------------------- */

div#head {
	text-align: left;
	}
	
div#head p {
	color: #fff;
	background-color: #D6D9C2;
	background-color: #e8dccf;
	text-align: right;
	padding: 6px;
	margin:0;
	margin-left: 380px;
	}

/*div#head img {
	display:inline;
	margin:0;
	padding: 0;
	}*/
	
div#head #logo {
	float: left;
	}
	
div#head #logo-bars {
	float: right;
	}
	
.orange {
	color: #f60;
	}
	
.clear {
	clear: both;
	}
		

/* -----------------------   footer   -------------------------- */
	
div#foot {
	padding: 2px 10px 2px 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	clear: both;
/*	background-image: url('images/occy_footer.gif'); */
	background-repeat: repeat-y;
	background-color: #F84B23;
	color: #fff;
	}
			
div#foot img {
	padding: 0;
	margin: 10px 100px 20px 0;
	float: right;
	}
	
div#foot p {
	margin-right: 200px;
	font-weight: bold;
	
	}
	

/* -----------------------   main content   -------------------------- */
	
div#content p {
	align: justify;
	line-height: 1.3em;
	margin-left: 250px;
	margin-right: 10px;
	}
	
div#content h1 {
	padding-top: 1em;
	text-align: right;
	}
	
	
/* -----------------------   home   -------------------------- */
	
div#content.home {
	font-size: 1.8em;
	font-weight: bold;
	color: #f60;
	margin: 120px 40px 100px 0;
	}
	
div#content.home em {
	color: #A6835B;
	font-style: normal;
	}

	
/* -----------------------    menu   -------------------------- */
	

div#navcontainer { 
	float: left;
	margin-left: 10px;
	margin-top: -15px;
	text-align: left;
	}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

ul#navlist li {
	padding: 2px 13px;
	margin-left: 1em;
	background-image: url(images/cross.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	}
	
div#navcontainer a:link, #navlist a:visited {
	color: #600;
	text-decoration: none;
	}
	
div#navcontainer li#active {
	color: #A6835B;
	background-image: none;
	padding-left: 13px;
	}

div#navcontainer a:hover {
	color: #f60;
	}
	
div#navcontainer.home ul {
	font-size: 0.6em;
	line-height: 1.4em;
	}


/* -----------------------   cd sales page   -------------------------- */

div#content .cd {
	margin-bottom: 40px;
	}

div#content .cd img {
	float: left;
	padding-left: 20px;
	}

div#content .cd h1 {
	font-size: 1em;
	margin: 1em 0 -1em 4em;
	margin-left: 250px;
	text-align: left;
	}
div#content .cd h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	margin: 1em 0 -1em 4em;
	margin-left: 250px;
	}
	
div#content .cd h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	margin: 1em 0 -1em 4em;
	margin-left: 250px;
	}
	
div#content .cd p.indent {
	padding-left: 20px;
	}
	
div#content .cd img {
	padding-right: 7px;
	vertical-align: middle;
	border: 0;
	}
	
div#content .cd h4 {
	display: inline;
	font-weight: normal;
	margin-left: 10px;
	padding-bottom: 2px;
	line-height: 1em;
	}

div#content .cd object {
	position: relative;
	top: 3px;
	}
	
div#content .cd .player {
	margin-left: 400px;
	}

div#content .cd .player #submit {
	margin-top: 4px;
	padding: 0;
	position: relative;
	top: 2px;
	}

/* -----------------------   contact page   -------------------------- */

div#email input.input,
div#email textarea,
div#email select,
div#email input.submit {
  /*background: #000;
  color: #fff;*/
  width: 30em;
  border: 1px solid #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 4px;
}

div#email input.submit {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 250px;
  margin-bottom: 40px;
  width: 10em;
}

div#email input.input:focus,
div#email textarea:focus,
div#email select:focus {
  background: #ccc;
}


