﻿<style type="text/css">


html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	line-height:150%
}

a { text-decoration:none }
a:link {text-decoration: none; color: #993300; }
a:visited {	text-decoration: none; color: #996600; }
a:active { text-decoration: none; color: #993300; }
a:hover { text-decoration: none; color: #990000; }

.picture.frame {
	margin: 7px;
}

img {
	border:0;	
}
	
body {
	background: #ffffff;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
	height: 100%;
	background-image: url('Images/TheHappyLeader-Sidebar.png');
	background-repeat: repeat-y;
}

ul {padding-bottom: 1.2em;}

code {padding-bottom: 1.2em;}

p {
    padding-bottom: 1.2em;
}

li {
	list-style: none;
	margin-bottom: 12px;
}

.contact {
	text-align: right;
	font-weight:100;
	font-family: Calibri;
	font-size: medium;
}

.inner-container {
	border: 0px solid #b1b1b1;
	font-size: 1.2em;
	margin: 0 auto;
	width: 900px;
	height: 100%;
}

.header {
	width: 900px;
	height: 180px;
	float: right;
/*	background: url('Images\TheHappyLeader-Header.png') no-repeat; */
}
.leftcol {
	margin-top: 100px;
	margin-left: 10px;
	width: 200px;
	text-align: left;
	float:left;
}

.rightcol {
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	float: left;
}
.rightcol p {
	margin-top: 10px;
}

.navigation {
	float: left;
}
.navigation.text {
	float: right;
	width: 150px;
	height: 50px;
	text-align: left;
	margin-top:10px;
	vertical-align:middle;
    font-size:150%; 
	color: #70708B;
}
.navigation.text.middle {vertical-align:middle;}
.navigation.text a:hover {
	color: #282828;	
}
.navigation.image {
	float: left;
	width: 30px;
	height: 50px;
	margin-top:10px;
	vertical-align: top;
	text-align: right;
}
.testimonial {
	margin-top:50px;
	margin-bottom: 50px;
	float: left;
	width: 200px;
	text-align: left;
}

.content {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:10px;
	font: normal 110% Tahoma,sans-serif;
}

div.content > p:first-child:first-letter {
   float:left; 
   font-size:300%; 
   line-height:30px; 
   padding-top:1px; 
   padding-right:5px; 
}

}
.footer {
	width: 800px;
	height: 80px;
	clear: both;
}

.copyright {
	font-family: Calibri;
	font-size: small;
	text-align:right;
	font-weight: bold;
}

h1 {
	font-family: Calibri;
	font-size: x-large;
}
	
</style>

