/** Main Structure **/

.body{
	background-image:url("images/BlueFadebg.jpg");
	background-repeat:repeat-x;
	background-color:#2b5da6;
	font-family:Tahoma;
	}

.salesletter-wrapper{
	border:1px solid black;
	width: 780px;
	}

.salesletter-header{

	background-repeat:no-repeat;
	background-color:white;
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:#000000 0px solid;
	}

.salesletter-content{
	border:0px solid #000000;
	border-top:0px solid #000000; 
	background-color:#ffffff;
	padding: 0px;
	}

.salesletter-footer{
	background-color:white;
	background-image:url("images/xfooter.jpg");
	background-repeat:no-repeat;
	border:0px solid #000000;
	border-top:0px solid #000000; 
	}

.recentpost{
	border:1px solid #333333;
	background-color:#d7d7d7;
	}
/** End Main Structure **/





/** Typography - Main Structure **/


.maintitle a{
	color:white;
	text-decoration:none;
	}

.maintitle a:hover{
	color:white;
	text-decoration:none;
	}

.tagline{
	color:white;
	text-decoration:none;
	font-size:20px;
	}

.tagline a{
	color:white;
	text-decoration:none;
	font-size:20px;
	}

/** this is the headline of th recent posts box **/

.headline{
	color:black;
	font-size:16px;
	text-align:left;
	}

.headline a{
	color:black;
	font-size:20px;
	}
.endcaption a {
	color:black;
	}

/** Typography Content - This is what is available through the Page editor in WordPress **/

/** Headings **/

.entry h1{
    color:#3300cc;
    font-size: 35px;
    font-family: Tahoma;
    margin-top: 15pt;
    margin-bottom: 15pt;
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
	padding:0 50px;
	text-align:center;
	}

.entry h2{
	color:black;
	font-size:25px;
	font-family:Tahoma;
	padding:0 50px;
	line-height: 20pt;
	text-align:center;
	}

.entry h3{
	color:black;
	font-size:20px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}
	
.entry h4{
	color:black;
	font-size:20px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}

.entry h5{
	color:black;
	font-size:16px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;

	}

.entry h6{
	color:black;
	font-size:12px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;

	}

/** Headings if link  in here you specify the color of a link like so-  color:colorname or hex value;**/

.entry h1 a{

	}

.entry h2 a{

	}

.entry h3 a{

	}

.entry h4 a{

	}

.entry h5 a{

	}

.entry h6 a{

	}

/** End Headings **/




/** Other content **/

.entry p{
	font-size:14px;
	line-height:18px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}
.entry blockquotes{

	}
.entry strong{
	
	}
.entry em{
	
	}
.entry small{

	}


/** Recent Post display box **/

.recentpost p{
	font-size:12px;
	line-height:1.2em;
	font-family:Tahoma;
	text-align:left;
	}
.recentpost blockquotes{

	}
.recentpost strong{
	
	}
.recentpost em{
	
	}
.recentpost small{

	}


/** General Links **/

.entry a{

	}
.entry a:hover{

	}
.recentpost a{

	}
.recentpost a:hover{

	}

/**  Float Box **/
.box-right
{
   border: #0b58b8 1px solid;
   padding:10px 10px 10px 10px;
   float: right;
   margin: 5px;
   background-color: #ffff99;
}

.box-left
{
   border: #333333 1px solid;
   padding:10px 10px 10px 10px;
   float: left;
   margin: 5px;
   background-color: #cccccc;
}
