body {
	background-image:url(images/tile3.jpg);
	margin: 0px;
	
}
#wrapper {
	width: 100%;
	height: 200px;
	background-image: url(images/namelogo.png);
	background-repeat:no-repeat;
	
	
}

#header {
	width: 100%;
	height: 150px;
	float: left;
}

#container {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	height: 900px;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;

}
#navbar {
	height: 100px;
	width: 489px;
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	padding-left: 20px;
}
#projects {
	height: 550px;
	background-image: url(images/projectBack.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	
}
#pics {
	float: left;
	width: 380px;
	font-size: 18px;
	color: #FFF;
	padding-left: 20px;
	margin-top: 20px;
}
#sites {
	width: 200px;
	height: 220px;
	background-image: url(images/sitestBack.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
}
.pics {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}
.link {
	padding-bottom: 5px;
}

.logo { 
padding-right: 30px;
}

#leftcol {
	width: 220px;
	padding-top: 50px;
	float: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#rightcol {
	width: 490px;
	float: right;
	padding-right: 10px;
}

h2 {
	color: #0c9bf6;
	border-bottom: #ccc solid thin;
}
