@import url("normal.css");
@import url("colour.css");
@import url("type.css");

div#wrapper {
	width:400px;
	margin: 0 auto;
	padding-right: 520px;
	}

div#photo-wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	}	

div#navbar-wrapper {
	height: 28px;
	padding: 0 10px;
	margin-bottom: 20px;
	}

div#navbar {
	width: 920px;
	margin: 0 auto;
	}

div#navbar li {
	display: inline;
	line-height:28px;
	padding-right: 25px;
	}

p, h2, h3 {
	margin-bottom: 20px;
	}

img.gallerythumb {
	margin: 4px;
	border: solid #eee 5px;
	}

/*RESULTS TABLE*/

table.results {
	width: 100%;
	}

table.results td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
	}


/*===========
FORM LAYOUT 
===========*/

div.row {
	clear: both;
	padding-top: 5px;
	width: 405px; }

span.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 10px; }

span.field {
  float: right;
  width: 275px;
  text-align: left; }