@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #666;
	background-image: url(img/l5.png);
}
.thumb {
	margin-top: 6px;
	margin-left: 5px;
}

#container {
	width: 875px;
	margin: auto auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 813px;
	height: 37px;
	float: left;
	margin-bottom: 5px;
	margin-top: 2%;

} 
#before {
	height: 537px;
	width: 806px;
	float: left;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 60px;
	padding-top: 0%;
}
#menu {
	width: 813;
	height: 21;
	float: left;
	
}

#mainContent {
	height: 542px;
	width: 813px;
	float: left;
	background-image: url(img/content_holder.png);
	background-position: center center;

} 
#info {
	float: left;
	height: 17px;
	width: 813px;
	font-size: 10px;
	color: #CCC;
}
#info a:link, #info a:visited  {
	text-decoration: underline;
	color: #FFF;
}



#info a:hover, #info a:active{
	color: #d73a55;
}


	
.pics {
	margin: 2px;
	margin-top: 1px;
}
#empty {
	height: 238px;
}
#empty2 {
	height: 350px;
}
#intro {
	height: 140px;
	width: 530px;
	float:right;
	margin-top: 65px;
	margin-right: 25px;
	font: Candara;
	font-size: 10px;
	text-transform: none;
	color: #FFF;
	font-weight: normal;
	clear: right;
}
#mypic {
	background-image: url(img/mypic3.jpg);
	float: left;
	height: 160px;
	width: 207px;
	margin-top: 65px;
	margin-left: 30px;
}


.titletext {
	background-color:#FFF;
	color: #d73a55;
	font:Candara;
	text-transform:uppercase;
	font-size:7pt;
	clear: right;
	margin-top: 30px;
	width: 120px;
	font-weight: lighter;
	padding-left: 2px;
}.services1 {
	float: left;
	height: auto;
	width: 350px;
	font:Candara;
	text-transform:uppercase;
	font-size:7pt;
	color: #FFF;
	padding-left: 40px;
	clear: left;
	margin-top: 40px;
}
.titletext2 {
	background-color:#d73a55;
	color: #FFF;
	font:Candara;
	text-transform:uppercase;
	font-size:7pt;
	
	margin-top: 0px;
	width: 60px;
	font-weight: lighter;
	padding-left: 2px; }
	
	
	.services a:link, a:visited, a:active{
	text-decoration: none;
	color: #CCC;
}
