body { 
	margin:0px;
	padding:0px;
	text-align:center;
	background: #f5f5f5;
	font-family: Geneva;
   	font-size: 12px;
	color:#333333;
	line-height:200%;
	}

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #993333;
	border-left: 1px solid #993333;
	}



.white {
	width:960px;
	margin:0px;
	padding:0px;
	text-align:left;
	background: #FFFFFF; 
	}

.rose {
	width:960px;
	margin:0px;
	padding:0px;
	text-align:left;
	background: #fbeee8; 
	color:#663300;
	}

.footer {
	width:960px;
	margin:0px;
	padding:0px;
	text-align:left;
	background: #a03b49; 
	color:#e1887d;
	}

.stripes {
	background: url('images/stripes.jpg') top center repeat-x; 
	text-align:right;
	padding:33px 60px 10px 0px;
	}

.pledge {
	width:960px;
	margin:0px;
	padding:0px;
	text-align:left;
	background: #FFFFFF url('images/woman.jpg') top left no-repeat; 
	}




.full-width {
	margin:0px;
	padding:20px 60px 0px 60px;
	}

.left-third {
	float:left;
	width:260px;
	padding:20px 30px 60px 60px;
	}

.right-third {
	float:right;
	width:520px;
	padding:20px 60px 60px 30px;
	}


.left-half {
	float:left;
	width:390px;
	padding:20px 30px 60px 60px;
	}

.right-half {
	float:right;
	width:390px;
	padding:20px 60px 60px 30px;
	}



.left-half-short {
	float:left;
	width:190px;
	padding:10px 5px 0px 0px;
	}

.right-half-short {
	float:right;
	width:190px;
	padding:10px 5px 0px 0px;
	}



div.margintop {
	margin-top:20px;
	}



h2, h3 {
	margin:0px;
	padding:0px;
	}

h2 {
	color:#993333;
	}


ul {
   	font-size: 14px;
	}
	
li {
	margin-bottom:12px;
	list-style-type:circle;
	}

li.nomargin {
	margin-bottom:0px;
	list-style-type:circle;
	}

.tinytext {
	font-size:10px;
	font-color:#cccccc;
	}

a:link {color: #5c79f6; text-decoration:none;}
a:visited {color: #5c79f6; text-decoration:none;}
a:hover {color:#5c79f6; text-decoration:underline;}
a:active {color:#fffff; text-decoration:none;}


.footer a:link {color: #ecaf9a; text-decoration:none;}
.footer a:visited {color: #ecaf9a; text-decoration:none;}
.footer a:hover {color:#ecaf9a; text-decoration:underline;}
.footer a:active {color:#ecaf9a; text-decoration:none;}
ecaf9a


ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family:Georgia, serif;
	font-size: 14px;
	color:#663300;
	}

ul.nav li {
	display: inline;
	margin-left: 15px;
	}

ul.nav a:link {
	color: #663300;
	text-decoration: none;
	}

ul.nav a:visited {
	color: #663300;
	text-decoration: none;
	}

ul.nav a:hover {
	color: #663300;
	text-decoration: underline;
	}

ul.nav a:active {
	color: #663300;
	text-decoration: underline;
	}



.clearboth {
	clear:both;
	}



/** Style the tweets */
.twitters {
}

.twitters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.twitters li {
  margin-bottom: 20;
  list-style-type:none;
}


.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #666666;
  font-size: 10px;
}

.twitters span.status {
}

.twitters span.prefix a:link {color: #663300; text-decoration: none;}
.twitters span.prefix a:visited {color: #663300; text-decoration: none;}
.twitters span.prefix a:hover {color:#663300; text-decoration: underline; background: none;}
.twitters span.prefix a:active {color:#663300; text-decoration: none;}

.twitters span.status a:link {color: #663300; text-decoration: underline;}
.twitters span.status a:visited {color: #663300; text-decoration: underline;}
.twitters span.status a:hover {color:#993333; text-decoration: underline; background: none;}
.twitters span.status a:active {color:#663300; text-decoration: underline;}
