/* global */

* {
	padding: 0;
	margin: 0;
	}
	
html {
	font-size: 100%;
	}
	
body { font-size: 62.5%; font-family: trebuchet, verdana, arial, sans-serif; color: #333; line-height: 17px; }
	
a {
	color: #a35253;
	text-decoration: none;
	}
	
a:hover {
	color: #633;
	text-decoration: underline;
	}
	
p {
	margin-bottom: 15px;
	}
	
#container {
	width: 710px;
	margin: 0 auto;
	position: relative;
	font-size: 1.1em;
	}
	
	
	
/* header */

#header {
	text-align: right;
	border-bottom: 1px solid #000;
	padding: 30px 0 5px 0;
	}
	
#header img {
	border: 0;
	}
	


/* nav */

#nav {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 30px;
	}
	
#nav ul {
	list-style: none;
	}
	
#nav li {
	display: inline;
	margin-left: 10px;
	font-size: 1em;
	}
#nav .selected {
	color: #333;
	}


/* body */

.textright {
	text-align: right;
	}
	
.textleft {
	text-align: left;
	}

/* What's this??
#body img {
	clear: both;
	display: block;
	}
*/
	
.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}
	
.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	}
	
.imgtop {
	margin-bottom: 10px;
	}
	
	
#clear {
	width: 100%;
	clear: both;
	}
	
	

/* float boxes */

#floatboxHome {
	position: absolute;
	padding: 5px;
	text-align: left;
	background: repeat url(../i/transback.png);
	top: 400px;
	left: 100px;
	width: 400px;
	}
	
#floatboxAbout {
	position: absolute;
	padding: 5px;
	text-align: left;
	background: repeat url(../i/transback.png);
	top: 410px;
	left: 200px;
	width: 400px;
	}

	

/* Portfolio */

div.thumbRow {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px 0;
	}
	
div.thumbRow img {
	border: 1px solid #000;
	margin: 0 6px;
	}
	
span.setTitle {
	width: 100%;
	display: block;
	background-color: #f7f7f7;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
	}
	
span.first {
	margin-top: 0 !important;
	}
	
	
/* Contact page */

#leftHalf, #rightHalf  {
	width: 50%;
	float: left;
	}
	
	
/* footer */

#footer {
	border-top: 1px solid #000;
	font-size: 0.95em;
	margin-bottom: 40px;
	}
	
#footer ul {
	list-style: none;
	float: left;
	}
	
#footer li {
	display: inline;
	margin-right: 10px;
	}
	
#toplink {
	float: right;
	}