@charset "UTF-8";
/* CSS Document */

html {
	background-color: #48594f;
	height: 100%;
	margin-bottom: 1px;
	}

.color {
	color:#333C37;
	}

body {
	height: 100%;
	background-image: url(images/bodybg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-position: center center;
	}

#container {
	/*width: 95%;
	margin: 0 auto;*/
	}

.float {
	float: left;
	}

.clear {
	clear: both;
	}

#zoneone {
	
	float: left;
	width: 175px;
	left: 10px;
	top: 8px;
	}

#zonetwo {
	float:left;
	padding-left: 4px;
	width: 80%;
	}

#homeImg {
	margin: 0px;
	padding-right: 20px;
	float: left;
	}

.rtImg {
	float: right;
	margin-left: 10px;
	}

#bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #FFE28B;
	padding-top: 100px;
	letter-spacing: 2px;
	}

#menu {
	width: 175px;
	height: 90%;
	background-color: #848F89;
	margin-bottom: 20px;
	}

.center {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 45px;
	}

h1 {
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	}

h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	}

.yellowText {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px;
	background-image: url(images/translucentbg.png);
	background-repeat: repeat;
	font-size: 90%;
	}

#tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFE28B;
	text-align: center;
	letter-spacing: 5px;
	font-style: oblique;
	background-image: url(images/translucentbg.png);
	background-repeat: repeat;
	}

.links li{
	width: 100%;
	list-style-type: none;
	margin-left: -40px;
	}

.links li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	text-transform: capitalize;
	color: #FFE28B;
	text-decoration: none;
	list-style-type: none;
	background-color: #79857E;
	display: block;
	margin: 2px;
	width: 166px;
	padding-left: 5px;
	}

.links li a:visited {
	background-color: #69746E;
	}

.links li a:hover {
	background-color: #707F77;
	color: #E6D8AB;
	}

.links li a:active {
	background-color: #BE2026;
	}

.client_list {
	margin: 10px;
	
	}
	
	.client_list .column_before {
		padding-left: 10px;
		margin:0;
		
		}

	.client_list .column_after {
		padding-left: 110px;
		margin:0;
		}
	
	.client_list .client {
		padding: 10px;
		border-bottom: 1px dotted #FFF;
		}
		
			.client_list .client .client_photo {
				float:left;
				}

			.client_list .client .client_stats {
				float:left;
				margin: 0 25px;
				padding: 0 25px;
				border-left: 1px dotted #888;
				height:200px;
				}
				
				.client_list .client .client_stats h3.name {
					font-style:italic;
					padding-top:25px;
					}

				.client_list .client .client_stats .type {
					display: block;
					margin-left:25px;
					margin-top:25px;					
					}
					
					.client_list .client .client_stats .type .data {
						color: #ffe28b;
						font-weight:bold;
						}

					.client_list .client .client_stats span.time {
						
						
												
						}

					.client_list .client .client_stats span.inches {
						
						
											
						}

					.client_list .client .client_stats span.pounds {
						
						
											
						}









#footer {
	clear: both;
	color: #E6D8AB;
	width: 100%;
	text-align: center;
	}

#footer a:link {
	color: #E6D8AB;
	font-style: italic;
	text-decoration: none;
	}

#footer a:hover {
	color: #BE2026;
	font-style: italic;
	text-decoration: none;
	}

#footer a:visited {
	color: #E6D8AB;
	font-style: italic;
	text-decoration: none;
	}

#footer a:active {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	}
