@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 0.80em;
	background-image:url(g/brown_paper_bg.jpg);
	background-repeat:repeat;
}

#header {
	margin:0;
	background-image:url(g/marksmade_header09.jpg);
	background-repeat:no-repeat;
	width: 815px;
	height: 140px;
	}
	
#wrapper {
	background-image:url(g/marksmade_background_repeat.jpg);
	background-repeat:repeat-y;
	width: 815px;
	margin:0 0 -15px 0;
	}
	
#wrapper p {
	clear:both;

	}

#content {
	float:left;
	width:600px;
	margin: -5px 0 0 26px;
	color:#333;
	}
		
h1 {
	margin:0;
	text-indent:-1000px;	
	}
	
h2 {
	color:#333;
	text-indent: 26px;
	font-size:1.65em;
	line-height:4.70em;
	}

h3 {
	font-size:1.25em;
	}
	
a:link {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #333;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	background:#9b875c;
	color: #fff;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	background-color:#9b875c;
	color: #fff;
}
	
nav {
	float:right;
	width:150px;
	}
	
#nav ul {
	float: right;
	list-style-type: none;
	padding: 10px 40px 5px 0;
	margin: 0;
}

#nav li {
	margin: 0;
	font-size:1.25em;
	font-weight: normal;
	display:block;
	padding: 2px 10px;
	}

nav p {
	float:right;
	width:150px;
	}

a.nohoverstyle:hover {
	text-decoration:none;
	background-color:#FFF;
	}

#screenshot{
	position:absolute;
	border:1px solid #c2be9f;
	background:#fff;
	display:none;
	color:#333;
	}
	
#footer {
	width: 755px;
	margin: -4px 0 0 26px;
	border-top: 1px solid #9b875c;
	font-size: 0.90em;
	}

.divider {
	border-right: 1px solid #333;
	}
			
.projectimage {
	float: left;
	width:250px;
	padding: 5px 0;

	}
	
.projectdescription {
	float:left;
	width:330px;
	padding: 5px 0;
	line-height:1.35em;
	}

.noborder {
		border:none;
	}
	
	