h1
{
   margin-top: 0px;
	 margin-bottom: 1px;
	 font-weight: normal;
}
h2
{
   margin-top: 0px;
	 padding-top: 0px;
	 margin-bottom: 15px;
	 font-weight: normal;
	 font-size: 1.3em;
}
div.case_wrapper
{
	 background-image: url("../images/case_1.jpg");
	 background-repeat: no-repeat;
	 background-position: 0% 0%;
	 padding-left:245px;
	 width: 240px;
	 height: 410px;
	 float: left;
}

div.case_text
{
	 width: 375px;
	 height: 420px;
	 float: right;
	 font-size: 0.8em;
	 margin-top: 0px;
	 padding-top: 0px;
	 
}

div.case_paragraph
{
	 height: 400px;
	 padding-left: 15px;
	 	 font-size: 0.8em;
}

div.case_menu
{
	 height: 20px;
	 padding-left: 15px;
}

div.case_menu_option
{
 	 float: left;
	 margin-right: 13px;
	 cursor: pointer;
 	 font-weight: bold;
	 color: #CCC;
	 font-size: 0.95em;
}

div.case_menu_option_selected
{
  color: #1C89DB;

}
 
div.case_image
{
	 width: 296px;
	 height: 187px;
}