
#menu_red {
	float:left;
	background-color: #a70542;
	width: 3px;
	height: 300px;
}		

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 585px; 
	height: 300px;
	overflow: hidden;
	border: 0px solid #cccccc;
	margin: 0px 0px 10px 0px;
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:585px;
		height: 300px;
		overflow:hidden;
		float:left;	
		}
		
div.scroller div.content {
		width: 10000px;
		}

		
#menu_top_red {
	float:left;
	text-align:left;
	background-color: #FFFFFF;
	border-left: 1px solid #a70542;
	margin-left: 10px;
	padding-right: 0px;
}		

#menuleft {
	float:left;
	text-align:left;
	background-color: #e0e0dd;
	padding-left: 0px;
	margin-left: 1px;
}

#menuframe {
float:left;
clear: both;
}

#menubot {
	float:left;
	width:139px;
	height:12px;
	background-color: red;
}

#menudisplay {
		float:left;
}

.controls {
	float: left;
	border-right: 5px solid #ffffff;
}


.headshot {
	background-color: red;
	width: 100px;
	height: 100px;
	padding: 15px;
}

.content {
	float: left;
	background-color: #ffffff;
}

.image {
	float: right;
	padding: 20px 20px 15px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;
	border: 0px solid blue;
}

.image_cont {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 0px solid blue;
}

.d_load {
	text-align: right;
	border: 0px solid blue;
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.info {
	float: left;
	width: 310px;
	height: 271px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	background-color: #F6F6F4;
	background-image: url(/images/download_bg.gif);
  	background-position: bottom left;
	background-repeat: no-repeat;
	border: 0px solid blue;
}

.nav {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
	height: 30px;
	border: 0px solid red;
}

.breaker {
	float: left;
	height: 220px;
	width: 300px;
	border: 0px solid red;
}



.header {
	font-size: 20px;
	color: #a70542;
}

.issue {
	font-size: 12px;
	color: #676767;
	font-weight: bold;
}

.grey {
	font-size: 11px;
	color: #9e9e9e;
}


.text {
	color: #8a8a88;
}

#wrap {
	float: left;
	
}

#scroll_container {
	float: left;
	background-color: #ffffff;
	margin-left: 12px;
	color: #737070;
	width: 65px;
}

#bus_spacer {
	float: left;
	width: 40px;
	height: 15px;
}

#scroll {
	float: left;
	height: 180px;
	width: 16px;
}

#s_space {
	float: left;
	height: 155px;
	width: 5px;
}

#s_left {
	float: left;
}

#s_right {
	float: left;
}


.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
  