html, body {
	margin:0px; 
	padding:0px; 
	font-family:arial; 
	color:#76794A;
	background-repeat:repeat-y;
	background-position:50%;
	font-size:0.88em;
	
	}
	
.conservation{
	background:#A29B7D;
	}
	
.design{
	background:#EBE7E0;
	}
	
h1	{
	margin:0.5em 0 0.5em 0;
	line-height:1em;
	font-size:190%;
	}
	
h2	{
	margin:0;
	padding:10px 0 0 0;
	font-size:150%;
	}
	
h3	{	
	margin:6px 0;
	padding:0px;
	font-style:italic;
	font-size:125%;
	}
	
p{
	margin:10px 0;
	padding:0;
	font-weight:normal;
	font-size:100%;
	}

a:link,
a:active,
a:visited,
a:hover {
	color:#545728;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	text-decoration:underline;
	}
	
.clear{
	clear:both;
	}

#wrap{
	margin:0 auto;
	width:780px;
	padding:10px;
	background:#fff;
	}
	
.aligncenter{
	margin:0 auto;
	width:800px;
	}
	
	
#header{
	padding:0;
	margin:0;
	height:126px;
	bord/er-bottom:1px dotted #C3C4AF;
	}
	
#logo{
	width:350px;
	padding:10px 0 10px 10px;
	float:left;
	font-size:0;
	backgr/ound:url(../images/dots.gif) repeat-x bottom;
	}
	
#logo img{
	border:none;
	}
	
#topimages{
	height:126px;
	width:412px;
	float:right;
	border:1px solid #aaa;
	}
	
	
#content{
	margin:0 0 20px 0;
	}
	
	
#leftcontent{
	width:180px;
	float:left;
	}
	
#leftcontent ul{
	list-style: none;
	margin:0;
	padding:0;
	}
	
#leftcontent ul li{
	margin: 0 0 1px 0;
	background:url(../images/arrow_right.gif) no-repeat 0.5em 11px;
	}
	
#leftcontent li a:link,
#leftcontent li a:active,
#leftcontent li a:visited,
#leftcontent li a:hover {
	display: block;
	padding:10px 10px 10px 2em;
	text-decoration: none;
	width: 145px;
	background:url(../images/dots.gif) repeat-x bottom;
	letter-spacing:0.2em;
	font-weight:normal;
	color:#76794A;
	}

#leftcontent a:hover {
	color:#3D3F1D;
	}
	
	
#rightcontent{
	width:590px;
	float:left;
	font-size:100%;
	}
	
#rightcontent_inner{
	padding:10px 20px;
	line-height:1.4em;
	}
	
#title{
	float:right;
	}
	
.spacer{
	height:10px;
	width:100%;
	background:#A29B7D;
	}

.design #footer{
	clear:both;
	background:#EBE7E0;
	height:60px;
	padding:10px 30px;
	margin:0;
	}
	
.conservation #footer{
	clear:both;
	background:#A29B7D;
	height:60px;
	color:#fff;
	padding:10px 30px;
	margin:0;
	}

#footer #links {
	float:right;
}

#courses {
	margin:2em 1em 1em 1em;
}
#courses .course {
	border-bottom:1px dashed #aaa;
	padding:0 0 0.25em 0;
	margin-bottom:2em;
}

#portfolio_view img {
	border:1px solid #aaa;
}

#tools_view img {
	border:1px solid #aaa;
}

#courses_view img {
	border:1px solid #aaa;
}

#portfolio {
	margin:2em 1em 1em 1em;
}
#portfolio .project {
	border-bottom:1px dashed #aaa;
	flo/at:left;
	padding:0 0 0.25em 0;
	margin-bottom:2em;
	height:130px;
	min-height:130px;
}

html>body #portfolio .project {
	height:auto;
}

#portfolio .project img {
	float:left;
	border:1px solid #aaa;
	margin-right:1em;
	clear:both;
}

#tools {
	margin:2em 1em 1em 1em;
}
#tools .tool {
	border-bottom:1px dashed #aaa;
	flo/at:left;
	padding:0 0 0.25em 0;
	margin-bottom:2em;
	height:130px;
	min-height:130px;
}

html>body #tools .tool {
	height:auto;
}

#tools .tool img {
	float:left;
	border:1px solid #aaa;
	margin-right:1em;
	clear:both;
}

.conservation #footer #links a {

	color:white;
}

.welcome #footer #links a {

	color:white;
}

.design #footer #links a {
}

.admin_input {
	width:200px;
	border:1px solid black;
}

.u_login,
.pw_login {
	width:150px;
	border:1px solid black;
	margin:5px;
}

.u_login {
	background-image:url(../images/icons/user-login-orange.jpg);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position:3px 2px;
}

.pw_login {
	background-image:url(../images/icons/lock-page-yellow.jpg);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position:3px 2px;
}


