#text_content a {
                color: #006699;
                text-decoration: underline;
}

		#dropdown {
			text-align: right; 
			position: relative;
			right: 45px;
		
			width: 400px;
			
			margin-top: 16px;
			margin-bottom: 15px;
			
			color: #666;
		}
		
		#dropdown select {
			margin-left: 10px;
			font-family: Arial;
			font-size: 12px;
		}		

		h1 {
			font-family: Arial;
			color: #20427c;
			font-size: 16px;
			font-weight: bold;
			
			margin-top: 0px;
			margin-bottom: 10px;
		}	

		#middle {
			background-color: #fff;
			height: 200px;

					
		}
		
		#mood_img {
			float: left;
			background-color: #fff;
			height: 200px;
			width: 860px;
			margin: auto;
			padding-left: 20px;
		}
		
		#mood_text {
			float: left;
			width: 300px;
			height: 200px;
		
			background-color: #e5f1f6;			
			
			font-family: Arial;
			color: #0077a9;
			font-size: 14px;
			font-weight: bold;
			
			text-align: left;
		}
		
		#mood_text p {
			position: relative;
			top: 50px;
			left: 40px;
		}
		
		#content_membrane {

			padding-left: 20px;
			padding-right: 20px;
		}
		
		#outer_leftbox {
			margin-top: 10px;
			
			width: 420px;
			height: 210px;
			float: left;

			border: 1px solid #ccc;
			
			font-family: Arial;
			color: #999;
			font-size: 12px;
			
			text-align: left;
			
			overflow: hidden;
			position: relative;
		}
		
		#outer_leftbox[id] {
			display: table;
			position: static;
			

		}
		
		#middle_leftbox {
		
			position: absolute; 
			top: 50%;
		}

		#middle_leftbox[id] {
			display: table-cell; 
			vertical-align: middle; 
			position: static;
		}

		#inner_leftbox {
			padding-left: 10px;
			padding-right: 10px;
			
			line-height: 22px;
			
			position: relative; 
			top: -50%;
			} 

		

		#outer_rightbox {
			margin-top: 10px;
			float: right;
			text-align: left;
			
			border: 1px solid #ccc;

			height: 210px;
			width: 420px;
			
			overflow: hidden;
			position: relative;
			
		}
		
		#outer_rightbox[id] {
			display: table;
			position: static;
		}

				
		#middle_rightbox {
		
			position: absolute; 
			top: 50%;
		}

		#middle_rightbox[id] {
			display: table-cell; 
			vertical-align: middle; 
			position: static;
		}

		#inner_rightbox {
			position: relative; 
			top: -50%;
			
	
			font-family: Arial;
			color: #999;
			font-size: 12px;			
		} 
		
		#inner_inner_rightbox {
			width: 400px;
		}
		
		
		
		
		
		#thumb_img {
			float: left;
			width: 125px;
		}
		
		#thumb_img img{
			margin-left: 10px;
		}
		
		#right_text {
		
			float: right;		
			
			width: 250px;
			text-align: left;
			line-height: 20px;			
			
		}
		
		#right_text a {
			color: #0073a6;
		}
		
		
		#footer {
			position: relative;
			left: 20px;
			
			top: 30px;
			float: left;
			background-color: #fff;
			height: 100px;
			width: 860px;
			
			text-align: left;
		}
		
		#copyright {
		
			position: relative;
			left: 50px;
			top: 10px;
			color: #20427c;
			font-family: Arial;
			font-size: 10px;
			font-weight: bold;
		}
		
		#footernav {
			position: relative;
			left: 59px;
			top: 30px;		
			font-family: Arial;
			font-size: 10px;
			color: #666;
		}
		
		#footernav a {
			color: #666;
			text-decoration: none;
		}

