/* @override http://offendingcommand.net/css/offcmd.css */

body {
	margin:0;
	padding:0;
	width: 5000px;
	height: 510px;
	color: #565656;
	font: 75%/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: url(../img/ptrn_diag_soft.jpg) fixed;
}
a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom:2px solid red;
}

h2 {
	font-size: 155%;
	color: red;
	letter-spacing: -0.053em;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 125%;
	color: red;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
}

.trackPlayer{
	margin-top: 15px;
}

object {
	margin-top: 5px;
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}

#leftsider {
	padding: 65px 0 0 50px;
	float: left;
	width:220px; 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	font-size: 110%;
	line-height: 160%;
	font-weight: bold;
	padding: 7px;
	color: white;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	background: red;
	text-align: left;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu a:hover{
	color: yellow;
}

#content {
	margin: 75px 0 0 0px; 
	float: left; 
}
#content img{
	margin-bottom: 5px;
}
img a{
	border: 0;
}

#content h4 {font-size: 1.2em;}

.par {
	margin-left: 30px;
	padding: 15px; 
	float: left; 
	width: 340px;	
	height: 510px;
	background: #fff;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -3px;
	padding-left: 15px;
	border-bottom:none;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
}

#arrows {
	position: fixed;
	top: 20px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

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

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
