body
{
    background-image:url('about-bg.jpg');
    font-family:Arial;
    background-color:#292929;
    background-repeat:no-repeat;
	color:#EDEDED;
    width:100%;
    margin:0 0 0 0;
    padding: 0 0 0 0;
	
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:orange;
	margin-bottom:20px;
}
p {font-size:13px;}
.content
{
	margin:10px 10px 10px 10px;
	color:white;
}

.headerWrapper
{
	float:left;
	height:70px;
	margin-left:10px;
	margin-top:8px;
	width:280px;
}

.headerWrapperNoImage
{
	float:left;
	height:70px;
	margin-left:3px;
	margin-top:8px;
	width:290px;
}

.icon
{
	float:left;
	width:70px;
	height:70px;
}

.icon img
{
	width:70px;
	height:70px;
}


.headerText
{
	height:70px;
	display:table-cell;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-famly:"Arial Rounded MT Bold";
	text-shadow: -1px  1px 2px  orange;
}

.headerTextNoImage
{
	height:70px;
	display:table-cell;
	margin-left:auto;
	margin-right:auto;
	width:290px;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-famly:"Arial Rounded MT Bold";
	text-shadow: -1px  1px 2px  orange;
}

h1
{
	font-size:20px;
	font-weight:bold; 
	font-famly:"Arial Rounded MT Bold";
	text-shadow: -1px  1px 2px  orange;
}


.contentWrapper
{
float:left;
clear:both;
margin-top:36px;
margin-left:12px;
width:280px;
}

h2
{
color:white;
-webkit-touch-callout:none;
	font-famly:"Arial Rounded MT Bold";
	text-shadow: -1px  1px 2px  orange;
}
h3
{
color:yellow;
-webkit-touch-callout:none;
 text-shadow: -1px  1px 2px  orange;
}
a
{
   color:#f29f13;
   text-decoration:none;   
}


li 
{
    list-style-type:square;
    color:orange;
}

li span
{
    color:#EDEDED;
    font-weight:bold;
}

li p 
{
    color:#EDEDED;
}
img.sponsorLogo
{
margin-top:10px;
display:block;
margin-left:auto;
margin-right:auto;
}
.disclaimer
{
	margin-top:8px;
	clear:both;
	color:#C9C9C9;
	font-size:11px;
}
img:active
{
	border:solid 2px red;
}
.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
