/* ----------------------------------------------------------------- */
/* default styles */

html {
	background-color: #FEFBDF;
}

body {
	background-color: #FEFBDF;
	font: 12px/1.5 arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}

img{
	border:none;
}


a:link {
	text-decoration: none;
	color:#333;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none, color:#333;
}
a:hover {text-decoration: underline; }



#topLine {
	width: 100%;
	height: 33px;
	color: #ffffff;
	background-image: url('images/logo.png');
	font-size: 12px;
	background-position-x:left;
	background-color:black;
	background-repeat:no-repeat;
	margin:auto;
	border-bottom:2px solid gray;
}

#topLine a:link {
	text-decoration: none;
	color:white;
	font-weight:normal;
}

#topLine a:hover {text-decoration: underline; }

#topLine a:visited {
	text-decoration: none;
	color:white;
}

 #headerright2 { 
 	margin-top:7px;
	float:left;
	
	
}
 #headerright2 ul {	
 	margin:0px; 
	list-style-type:none;	
	display:inline;	
	list-style: none;	
	text-align:right;		
	padding-bottom:0px;	
	padding-top:0px;
	font-weight:bolder;
	font-size:14px;
	margin-left:70px;
}
#headerright2 li {
	list-style-type:none;
	margin:0px;		
	display:inline;
	padding-left:30px;
}



#allpage {
	/*background-image: url(images/bg.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
	color: #333;
	float: left;
	display: inline;
	width: 100%;
}

#blackHeader {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 430px;
	overflow: hidden;
}

#body {
	
	background-repeat: no-repeat;
	background-position: center -73px;
	padding: 4px 0;
	float: left;
	display: inline;
	width: 100%;
}

#features{
	padding-top:80px;
	padding-left:20px;
	font-family:Impact;
	font-size:36px;
	text-align:center;
	color:#555555;
	/*
	width:600px;
	
	float:left;*/
	
}
#features h1{
	font-size:30px;
	font-weight:bold;
}

#features ul{
	line-height:40px;
	font-size:25px;
}

#links {
	width:330px;
	padding-top:60px;
	padding-right:20px;
	float:right;
	
}

#bloggers{
	clear:both;
	padding-top:0px;
	padding-left:20px;
}

#footer{
	clear:both;
	text-align:center;
	padding:3px;
	background-color:#820404;
	width:100%;
	color:white;
}


.area {
	text-align: center;
	float: left;
	display: inline;
	width: 100%;
	background-color:#FEFBDF;
}

 .content {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 0 19px;
	
}

 blockquote
 {
 margin: 2em 0px;
 padding-left: 40px;
 font-size:14px;
 }

 blockquote:before
 {
 color: #333333;
 content: '“'; /* http://monc.se/kitchen/129/rendering-quotes-with-css */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 3em;
 font-weight: bold;
 line-height: 0px;
 margin: 0px 5px 0px -40px;
 vertical-align: bottom;
 }
 
  
.instructionsHeader{
	border-right:1px solid grey;
	font-size:26px
}

.instructionsText{
	text-align:left;
	font-weight:normal;
	font-family:Trebuchet;
	border-right:1px solid grey;
	font-size:16px;
	width:250px;
	padding-left:10px;
	padding-right:10px;
	color:#514E33;
	vertical-align:top;
}

