@charset "UTF-8";
/* CSS Document */

html {
overflow-y:scroll;
}

body {
	font: .95em 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:20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7c9497;
}
.oneColElsCtr #container {
 	/*background: #ffffff url(images/curly_K_logo_printSmall.gif) top left no-repeat;*/
	 
	background: #ffffff url(images/curly_k_logo_shiny50px.jpg) top left no-repeat;
	
	width: 1000px;
/*	background: #FFFFFF;*/
	padding:0 0 0 40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent #clients li{
padding: 0 3px;
display:block;
float:left;
font-size:.9em;
}

.clearFloat{
clear:both;
}

.listDivider{
color:#4d5c5e;}

.smallText{
font-size:0.8em;
}

#mainContent a{ 
text-decoration:none;
color:#7c9497;
}

#mainContent a:hover{
text-decoration:underline;
color:#666666;}

.printExample{
border:solid 1px #7c9497;
padding:0;
margin:10px 10px 0 0;
float:left;
}

.websiteExample {
margin:10px 10px 0 0;
border:solid 1px #7c9497;
float:left;
}


.logoExample {
width:301px;
height:301px;
border:solid 1px #7c9497;
margin:14px 14px 0 0;
float:left;
}