/*******Background Formatting*******/

body{
background:#FFFFFF;
color:#505050;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
text-align:center;
}

#container{
background:#FFFFFF;
margin:0 auto;
text-align:left;
width:770px;
}

/*******Header Formatting*******/

#header{
border-bottom:1px dashed #CCCCCC;
background:url(../images/patscoaching.png) top left no-repeat;
color:#666666;
font-weight:400;
height:146px;
margin:0px;
text-align:left;
}

#header h1{
font-size:2em;
margin:0;
padding:20px 0 0 150px;
letter-spacing:-2px;
font-weight:900;
}

#header h2{
font-size:1.2em;
letter-spacing:-1px;
margin:0;
padding:0px 0 0 150px;
}

/*******Main Content Formatting*******/

#content{
margin:10px 0 80px 20px;
}

#contentwrap{
	clear:both;
	padding:0;
	width:750px;
}
#contentwrapfill{
padding:10px;
width:730px;
}

#content p{
margin:8px 0 0 10px;
}

#content h1{
color:#666666;
font-size:1.75em;
font-weight:900;
margin:15px 0;
padding:0;
text-align:center;
}

#content h2{
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:400;
	margin:20px 0 10px;
	padding:0;
	background-color: #505050;
}

.testimonials {
margin:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
border: 1px dashed #CCCCCC;
padding:10px;
}

.testimonials h2{
color:#666666;
font-size:1.5em;
font-weight:900;
font-family:Georgia, "Times New Roman", Times, serif;
border: 1px #606060 solid;
padding:10px;
text-align:center;
}

.testimonials h3{
	text-align:left
}

/*******Footer Formatting*******/

#footer{
clear:both;
background:transparent;
color:#a0a0a0;
font-size:0.8em;
height:50px;
padding-top:20px;
text-align:center;
border-top:1px dashed #CCCCCC;
}

#footer a{
color:#a0a0a0;
font-weight:400;
}

#footer a:hover{
color:#a0a0a0;
text-decoration:underline;
}

/*******Global Formatting*******/

img {
border: none;
}

.imgcenter{
border:none;
margin-left: 20%;
margin-right: 20%;
}

.imgleft{
border:none;
float:left;
margin:5px 15px 6px;
}

p{
line-height:1.5em;
margin:0 0 15px;
}

