/* --- GENERAL --- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {height:100%}

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:1em;
	color: #5b8573;
	background:#2c1e1b;
	min-height:101%
}


h1 {
	font-size: 130%;
	color:#5b8573;
	margin: 2px 0 0px 8.25em;
}

h2 {
	margin: 0 0 6px 0;
	clear: both;
	font-size:110%;
	color: #5b8573;
	font-weight: bold;
}



h3 {
	font: 1.0em;
	color: #333;
	margin: 18px 0 8px 0;
	clear: both;

}

h4 {
	font: 1.15em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #5b8573;
	margin: 0 0 12px 0;
}

h5 {
	font: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 0 0;
}

#wrap {
	width: 880px; /* IE 5.x */
  width/**/:/**/ 880px;
	text-align: left;
	padding: 13px 0 0 0;
	margin-left: 5px;
}



ul#nav {
	margin: 0 0 21px 36em;
	font-size:70%;
	}

ul#nav li {
	display: inline;
	list-style: none;
	margin: 0 8px 0 0;
}

ul#nav a {
	padding-left: 10px;
}

#title {
	clear: both;
}

#rail {
	width: 130px;
	margin:2em 0 80px 2em;
	float: left;
	padding-right:1em;
	line-height: 24px;
	font-size:75%;
	letter-spacing: 4px;
	height:100%
}
ul.subnav {
	clear: both;
	margin-bottom: 60px;
}

ul.subnav li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	line-height:2em;
}

ul.subnav li {
	color: #5b8573;
}


#main {
	font-size:80%;
	float: left;
	padding-right: 20px;
	margin-bottom: 0px;
	height:100%
}

#main.wide {
	width: 650px;
	margin:1.5em 0 0 0;
	padding:0 0 0em 2.5em;
	border-left:1px solid #5b8573
}


#main li {
	margin: 0 0 2px 0;
	list-style: none;
	padding: 0 0 0 14px;
	background: url(/i/arrows.gif) no-repeat 0 3px;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 0 0 20px 20px;
}

#sidebar .toppic {
	margin-bottom: 18px;
}

#sidebar p {
	margin: 0 10px 0 5px;
}

td {
	padding: 0;
	margin: 0;
	border: none;
}

label {
	margin: 0 12px 6px 0;
}

label.full {
	display: block;
	margin-top: 6px;
}

input, textarea {
	border: 1px solid #777;
	margin-bottom: 6px;
	padding: 2px;
}

.button {
	margin-top: 6px;
}

#footer {
	clear: both;
	margin: 0px 0 0px 50px;
	padding: 24px 0 50px 0;
	font-size:60%;
	color:#5b8573;
	height:100%
}

/* ---- page-specific layout rules ---- */

.home #header {
	margin-bottom: 48px;
	}

.portfolio #rail {
	padding-top: 50px;
}

.mainimg {
	margin-bottom: 16px;
}


#wrap {
	background: #b6cdc3;
	margin:0 auto;
}

#main {
	border-left: 2px solid #5b8573;
	border-right:2px solid #5b8573;
}

#main.wide {
	border-right: none;
}


a {
	color: #5b8573;
	text-decoration: none;
}

#nav a:hover {
	text-decoration:none;

	color:#3b2b27
	
}
ul#nav a {
	text-decoration: none;
	font: 80%;
	letter-spacing: .1em;
}

ul#nav a:hover, ul#nav a:active {
	color: #3b2b27;
}


a:hover{
color:#3b2b27}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, form, ul, ol {
	font: 1em;
	line-height: 1.3em;
		color: #5b8573;
}

#main p {
	line-height: 1.5em;
}






