* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(../layout/seo-page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

#wrapper { 
	margin-top: 0;
	margin-left:auto;
	Margin-right:auto;
	width: 760px;
	background:transparent;
}


h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}

p {
	padding: 5px;
}

ul {
	margin-left:25px;
}

.ledgend {
	margin-left:10px;
}

/********************* General Anchor text  *******************/
#content a:link , #content a:visited {
	color:rgb(109,79,99);
	font-size: 1em;
}

#content a:hover ,  #content a:focus {
	color:rgb(126,93,123);
	font-size: 1em;
}
/********************* Header  *******************/
#header {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 70px;
	padding:0px;
	margin-bottom:10px;
	background:transparent;
}

 /********************* Menu  *******************/
#menuContainer 	{
	position:relative; 
	top:0px;
	left:0px;
	width:760px;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
 	background-repeat:no-repeat;
 	background-image:url(../layout/seoMenuBg.jpg);
 	background-position:100% 0;
	clear:both;
} 

/********************* MainImage  *******************/
#mainImage {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 244px;
	background:transparent;
	margin-bottom:10px;
}
 /********************* Content  *******************/
#main { 
	position:relative;
	float: left;
	padding:0px;
	color: #ffffff;
	font-size:.8em;
	background:transparent;
	width: 760px;
	clear:both;
}

* html #main {
	margin-top:-50px;
}

#container { 
	width:760px;
	min-height:200px;
	background:transparent;
}


#content {
	position:relative;
	width:760px;
	padding:10px 0px 0px 0px;
	font-size:.9em;
	color:rgb(115,115,115);
}


h2 {
	background-image:url(../layout/h2-seo-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 5px 5px;
	height:21px;
	width:760px;
	margin:10px 0px 0px 0px;
	clear:both;
}

 /********************* Footer  *******************/
#footer { 
	width: 760px;
	height: 55px;
	clear: both;
	color:rgb(126,93,123);
	font-size:.8em;
	text-align:center;
	background:transparent;
	border-top:1px solid #c3c3c3;
}

#footer a:link , #footer a:visited {
	color:rgb(109,79,99);
	font-size: 1em;
}

#footer a:hover , #footer a:focus {
	color:rgb(126,93,123);
	font-size: 1em;
}

/********************* Font and Text Styles *******************/
span.lightPurple {
  color:rgb(109,79,99);
}

.small {
	font-size:.9em;
}

/********************* Alignment Styles *******************/
.right {
	text-align:right;
}

/********************* Margin and Padding Styles *******************/
.paddingTop10 {
	padding-top:10px;
}

.paddingTop15 {
	padding-top:15px;
}

.marginTop5 {
	margin-top:5px;
}

/********************* Fraction Styles *******************/
.onehalf {
	position:relative;
	float: left;
	width: 47.5%;
	padding: 5px;
}

.onethird {
	position:relative;
	float: left;
	width: 130px;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

/********************* General Styles *******************/

.clearBoth {
  clear:both;
}

.blank{
	display:none;
}

.img {
	border:none;
}

.floatLeft {
	position:relative;
	float:left;
	margin:5px;
}