/* -----------------------------------------------
Robinson & Associates
Stylesheet:  main.css
Author:   Edmund Robinson
Version:  29 August 2007
Revision: 
----------------------------------------------- */

@import url("forms.css");
@import url("text.css");

/* Layout */

body {
	background:url(../images/background.png) repeat-x #abc0d9;
	font-family: "Helvetica Neue", helvetica, sans-serif;
	}

a img {
	border: none;
	background: none;
	border-bottom: none;
	}

/* General Layout styles
----------------------------------------*/

#head {
	background:url(../images/logo.png) no-repeat;
	width: 300px;
	height: 72px;
	float: right;
	}
	
#nav {
	clear:both;
	margin: 0 auto;
	width: 760px;
	}

.clear {
	clear: both;
	text-align: center;
	}

#footer {
	margin: 2em 0;
	border-top: 1px solid #fff;
}

#current_works, #contact, #about {
	margin: 0 auto;
	width: 760px;
	}

#about {
	font: 68.75%/1.7em Georgia, "Times New Roman", serif; 
}

#lpane,#rpane {
	width: 45%;
	float: left;
	padding: 1em;
	}

.item {
	display:block;
	float: left;
	width: 220px;
	}

.btn {
	width: 24px;
	float: left;
	margin: 3em auto;
	}

.piece {
	width: 640px;
	float: left;
	padding: 0 auto;
	}