<style type="text/css">
* {
	margin: 0;
}
html, body {
	overflow-y:hidden;
	overflow-x:hidden;
	height: 100%;

	background-color: #fff;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px 0; /* the bottom margin is the negative value of the footer's height */
}
.push, .cc-cookies {
	font-family: cool_font;
	font:cool_font bold #000;
	margin-left:-60px;
	height: 70px; /* .push must be the same height as .footer */
}
img {border: 0; padding: 0}
body { padding-bottom:60px;}
p {padding: 0px 0; text-align: justify}
ul {
	margin-left:10px;
	text-align:left;
	color:#000;
	a:#000;
	list-style:circle;
	font:13px Georgia, "Times New Roman", Times, serif;
}
ul li{
	margin-top:10px;}
#home{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(backing.jpg);
	background-repeat:no-repeat;
	margin:0 auto -20px;
	width:1128px;
	height:720px;
	z-index:-1;
}
#about{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(backing.jpg);
	background-repeat:no-repeat;
	margin:0 auto -20px;
	width:1128px;
	height:720px;
	z-index:-1;
}
#faq{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(backing.jpg);
	background-repeat:no-repeat;
	margin:0 auto -20px;
	width:1128px;
	height:720px;
	z-index:-1;
}
#pastprojects{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(backing.jpg);
	background-repeat:no-repeat;
	margin:0 auto -20px;
	width:1128px;
	height:720px;
	z-index:-1;
}
#site {
	margin:0 auto;
	width: 550px;
	font-smooth:always;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	border: 0px solid #000;
	z-index:2;
}
#main {
	color:#000;
	outline: none;
	overflow:hidden;
	width: 382px;
	height: 260px;
	margin-top:-35px;
	padding-bottom:10px;
	padding-left:10px;
	color: #000;
}
#main a {
	color:#000;
	text-decoration:underline;
}
#dpb {
	font-family: cool_font;
	font-size:28px;
	font:cool_font bold #000;
	margin-bottom: -35px;
	text-align:center;
	width:400px;
}
#adp {
	font-family: cool_font;
	font-size:26px;
	font:cool_font bold #000;
	margin-left:-8px;
	margin-top:-60px;
	margin-bottom: -35px;
	text-align:center;
	width:400px;
}
#quali {
	font-family: cool_font;
	font-size:8px;
	font:cool_font bold #000;
	text-align:center;
}
#domus {
	font-family: cool_font;
	font-size:28px;
	font:cool_font bold #000;
	margin-bottom: -15px;
	text-align:center;
}
#address {
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	border: 0px solid #fff;
	margin-bottom:35px;
	text-align:center;
}
#contact {
	margin-top:20px;
	margin-bottom:10px;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	border: 0px solid #fff;
}
#contact ul{
	text-align:center;
	color:#fff;
	a:#fff;
	list-style-type:none;
	padding:inherit;
}
#contact ul li{
	text-align:center;
	color:#fff;
	a:#fff;
	list-style-type:none;
	padding:inherit;
}
h1, #archi {
	font-family: cool_font;
	font-size:22px;
	font:cool_font bold #000;
	margin-bottom:10px;
	text-align:center;
}
.title {
	font-family: cool_font;
	font-size:29px;
	font:cool_font bold #000;
	margin-bottom:10px;
	text-align:center;
}
#list {
	text-align:center;
	border: 0px solid #fff;
	margin-top:50px;
	margin-bottom:55px;
	list-style-type: circle;
	}
#list ul li {
	margin: 0 0 3px -20;
	color:#444; /* set color of list item to a dark gray */
	list-style:none; /* if you're not already using a reset */
}
#list ul li:before{
	text-shadow: 0px 1px 2px #000;
}
#list ul li:before {
	color:#beddff;
	content:"\2022";  /*/2022 is the numerical unicode for &bull;  */
	font-size:1.7em; /* set the font-size of the bullet if necessary. Make sure to use em or % */
	margin-top:15px;
	padding-right:.35em; /* give the bullet some padding from the text Make sure to use em*/
}
#nav {
	position:relative;
	top:15px;
	left:-17px;
	height: 100px;
	margin:0px;
	outline: none;
	width: 392px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0 10px 0 10px;
	list-type: none;
	padding: 5px 0 5px 0;
	font:bold 15px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
 
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #beddff;
	border: 0px solid black;
}
 
::-webkit-scrollbar-thumb {
	background-color: #0059be;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
#nav a {
	font:bold 15px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-left:8px solid white; text-decoration:none; padding:0;
}
.lin {color:#000;}
.etsy {	color:#F60;}
a.etsy:hover {color:#000;}
#caption {
	margin-left:100px;
	font:10px Georgia, "Times New Roman", Times, serif;
}
#content {
	width:360px;
	text-align:left;
}
#wrapper{
	margin-left:-10px;
}
#middle{
	margin-left:-5px;
	margin-top:70px;
}
#footer {
	width:100%;
	height:20px;
	margin:0 auto;
	margin-left:40px;
	margin-top:-10px;
	font:8px Georgia, "Times New Roman", Times, serif;
}
#footer2 {
	width:100%;
	height:20px;
	margin:0 auto;
	margin-left:40px;
	margin-top:-71px;
	font:8px Georgia, "Times New Roman", Times, serif;
}
.logo{ margin-left:85px; margin-top:70px;}
#award{}
#footerpush{
	height:20px;
}
.shadow {
	display:inline-block;
	margin-bottom:20px;
	border:0px solid black;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	text-align: center;
}
#indent{text-indent: 2em;}
.cc-cookie{ font:8px Georgia, "Times New Roman", Times, serif;}
.blue {color:#3c47a2;}