html body{
	background-image: url("img/banner.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #EEE;
	padding: 0;
	margin: 0 auto;
	font-family: Futura, sans-serif;
	font-size: 10pt;
	text-align: center;
}

a {
	text-decoration: none;
}

h3{
	color: #A81818;
	padding: 0px;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #777;
}

h4{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #777;
}

#button{
	height: 69px;
	text-align: left;
	width: 69px;
	background-image: url("img/button.jpg");
	background-repeat: no-repeat;
}

#button:hover{
	height: 69px;
	width: 69px;
	background-image: url("img/button-hover.jpg");
}

#container{
	padding: 25px 0 0 0;
	margin: 0 auto;
	width: 900px;
}

a img{
	border: none;
}

#content{
	color: #555;
	text-align: justify;
	padding: 20px;
}

#content a{
	color: #A81818;
}

#content a:hover{
	color: #555;
}

#email{
	text-align: right;
	padding: 27px 0px 43px 0px;
}

#email a{
	text-decoration: none;
	color: #777;
}

#email a:hover{
	color: #A81818;
}

#nav{
	background-color: #a81818;
	padding: 1px 0px 1px 0px;
	/*height: 50px;*/
	color: #eee;
	/*font-size: 10pt;*/
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#nav ul li{
	display: inline;
	padding: 20px;
}

#nav ul li a{
	color: #ddd;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #fff;
}

/*#intro{
	min-height: 290px;
}*/

#column-right{
	background-image: url("img/photo1.jpg");
	margin: 11px 12px 0px 0px;
	padding: 0px;
	float: right;
	width: 400px;
	height: 170px;
	text-align: right;
}

#column-left{
	padding: 15px;
	width: 390px;
	background-color: #ccc;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#work{
	padding: 15px;
	background-color: #ccc;
	margin-top: 20px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#work h3{
	margin-bottom: 15px;
}

#illustration{
	padding-top: 15px;
	text-align: center;
}

.description{
	font-size: 10pt;
	padding: 10px;
	background-color: #888;
	color: #fff;
	float: right;
	width: 400px;
}

.image{
	width: 390px;
}

#feat1{
	width: 390px;
}

#feat2{
	float: right;
	width: 390px;
}

.workimages{
	border-bottom: solid 1px #777;
	padding: 0px 0px 10px 0px;
}

.thumb{
	margin: 0px 0px 5px 0px;
	text-align: right;
	color: #000;
	font-size: 8pt;
}

.contact{
	width: 490px;
	/*line-height: 150%;*/
}

#form{
	margin-top: 15px;
}

#addy{
	float: right;
	margin-top: 20px;
}

#sidebar{
	padding-right: 10px;
	width: 290px;
	float: right;
}

#bottom{
	clear: both;
	font-size: 8pt;
	color: #fff;
	background-color: #787878;
	height: 115px;
}

#footer{
	padding-top: 10px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

#social{
	padding-top: 10px;
	float: right;
}

#social li{
	display: inline;
	padding: 0px 15px 0px 0px;
}