body {font:0.95em  Georgia, "Times New Roman", Times, serif; line-height: 1.5em;
	background: url(../img/mainbg.jpg) no-repeat;
	margin: 0px; 
	padding: 0px;
	color: #000000;} 
#header {  
	padding: 0 0 0 28px;
} 
#header .links { padding: 0 0 0 60px; color: #000;}
#header .links a:hover {border-top: #939 10px solid; color: #939 }
#header .links a{padding: 0; font:Georgia, "Times New Roman", Times, serif; text-decoration: none;}

#content {
	position:absolute; top: 100px;
}

#about {
	padding: 100px 0 0 160px;
	background: url(../img/sectionabout.jpg) no-repeat; min-height: 390px;} 
	
#design {
	width: 400px;
	padding: 100px 0 0 130px;
	background: url(../img/sectiondesign.jpg) no-repeat; min-height: 430px;} 

#design_fl {
	width: ;
	padding: 100px 0 0 30px;
	background: url(../img/sectiondesign_fl.jpg) no-repeat; min-height: 430px;} 
	

#illustration{ 
	width: 400px;
	padding: 185px 0 0 30px;
	background: url(../img/sectionillo.jpg) no-repeat; min-height: 430px;
}
#contact {
	padding:100px 100px 0 165px;
	background: url(../img/sectioncontact.jpg) no-repeat; min-height: 450px;
} 

#thumbs {width: 500px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 0px solid #000;
padding: 0px;
}
#thumbsIllustration {width: 500px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 0px solid #000;
padding: 0px;
}

#thumbs img {border: solid black 10px; margin:1px 0 2px 0;
}
h2 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: red; text-shadow: 2px 2px 3px #666;}
#footer { 
	padding: 0 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 70%;
	color: #96C;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
