table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
/****************************************************************/
/*                         Wrapper                              */
/****************************************************************/
#wrapper {
	width: 100%;
	margin: auto;
	background: url(../template/misc/bg_strip.gif) repeat-y ;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_partition {
  background-color: #231F20;
  width: 7%;
  height:154px;
  float:left;
}
#center_partition {
    width: 75%;
    background-color: White;
    float:left;
}
#right_partition {
    background-color: #7F2F26;
    height:154px;
    width: 18%;
    float:left;
    border-bottom: 1px solid black;
}
#center_top_box {
    text-align:center;
    margin-bottom: 15px;
}
#main_logo {
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    float:left;
    width: 33%;
}
#intro_outer {
    background-color: #E8E8E8; 
    padding: 10px;
    border-bottom: 1px solid black; 
    border-left: 1px solid black; 
    height: 134px;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
.photo_box {
	padding-bottom: 20px;	
}	

#text_box {
	float: left;
}	
/****************************************************************/
/*                          Text                                */
/****************************************************************/
h2 {
	font-size: 17px;
	color: black;
	margin: 5px 0px 5px 0px;
}
h3 {
	color: black;
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	text-align: center; 
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.disclaimer {
	font-size: 10px;
}