
/*
@import url("reset.css");
*/



body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#333;
	background-color: rgba(122,196,85,1);
}
#header {
	height: 100px;
	width: 100%;
	
}

.box {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 10px;
	height: 150px;
	width: 150px;
	vertical-align: top;
	margin: 10px 2px 10px 10px;
	text-align: center;
}

.boxTitle {
	display: inline-block;
	height: 150px;
	width: 125px;
	vertical-align: center;
	margin: 25px 2px 10px 5px;
	font-weight: bold;
}

.boxRight {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 10px;
	height: 150px;
	width: calc(100% - 200px );
	vertical-align: top;
	margin: 10px 2px 10px 2px;
	text-align: center;
}

.stuff {
	margin-top: 10px;
	border-width: 5px;
	border-color: #fff;
	border-style: solid;
	width: calc( 100% - 30px );
	border-radius: 10px;
	height: 175px;
}


#boxServices {
	background-color: rgba(255,255,255,.5);
}

#boxProjects {
	background-color: rgba(255,255,255,.7);
}

#boxDreams {
	background-color: rgba(255,255,255,.9);
}

table, th, td {
  border: 1px solid;
  border-color: #aaa;
  border-collapse: collapse;
}

li {
	margin: 10px;
}