@charset "utf-8";

/* --------------------------------------------------
 Base Elements
 		- Accessibility
-------------------------------------------------- */

html,
body {
line-height:1.4;
background: #fff;
text-align:center;
overflow-x:hidden;
}

/* --------------------------------------------------
   Accessibility
-------------------------------------------------- */
#container {
width:610px;
margin:0 auto;
text-align: left;
padding:0;
}
#containerInner {
padding:20px 10px;
}


/* --------------------------------------------------
   Content Segment
-------------------------------------------------- */

h1{
width:100%;
height:34px;
color:#fff;
background-color:#971436;
font-size:168%;
}

h1 span{
padding:1.2% 1.9%;
}

h2{
font-size:130%;
}

.section:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.section {display:inline-block;}
/* Hides from IE-mac \*/
* html .section {height:1%;}
.section {display:block;}
/* End hide from IE-mac */

.section .textArea p{
margin-top:25px;
}

.left{
float:left;
}

.right{
float:right;
}
.width340px{
width:340px;
}
