body {
	background:url(images/bg-sliver.gif) repeat-x #33460B;
	margin:0 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#fff;
}

a {
	color:#313004;
}

a:hover {
	text-decoration:none;
}

#shadow-background {
	width:1000px; 
	background:url(images/shadow.png) repeat-y; 
	margin:0 auto;
}

#wrapper {
	width:850px; 
	background:url(images/nav-bg.gif) no-repeat; 
	margin:0 auto;
	padding:0;
}

#header-wrapper {
/*	background:url(images/header.jpg) no-repeat; */
	height:395px;
}

#logo {
	width:294px;
	height:177px;
	margin:18px 0 0 15px;
}

#navigation {
	height:39px;
	text-align:center;
}

#navigation a:link {
	margin-right:30px; 
}

#navigation a:visited {
	margin-right:30px; 
}

#navigation a:hover {
	margin-right:30px; 
}

#navigation a.last {
	margin-right:0;
}


p {
	line-height:1.2em;
}

#content-wrapper {
/*	background-color:#839C51; */
	background-color:#81A33C;
	padding:20px;
	font-size:.9em;
}

#main-content {
	float:left;
	width:512px;
}

#side-content {
	float:right;
	width:284px;
}

#main-rounded-top {
	background:url(images/main-rounded-top.gif) no-repeat;
	height:42px;
}

#main-rounded-middle {
	background:#8aa357;
	border-left:5px solid white;
	border-right:5px solid white;
	padding:1px 15px 1px 15px;
}

#main-rounded-bottom {
	background:url(images/main-rounded-bottom.gif) no-repeat top center;
	height:42px;
	text-align:right; 
}

#rounded-top {
	background:url(images/rounded-top.gif) no-repeat;
	height:42px;
}

#rounded-bottom {
	background:url(images/rounded-bottom.gif) no-repeat top center;
	height:42px;
	text-align:right; 
	padding:10px 20px 0 0;
}

#rounded-middle {
	background:#8aa357;
	border-left:5px solid white;
	border-right:5px solid white;
	padding:1px 15px 1px 15px;
}

#gallery-rounded-top {
	background:url(images/gallery-rounded-top.gif) no-repeat;
	height:42px;
	margin:0;
}

#gallery-rounded-middle {
	background:#8aa357;
	border-left:5px solid white;
	border-right:5px solid white;
	padding:10px 15px 1px 15px;
}

#gallery-rounded-bottom {
	background:url(images/gallery-rounded-bottom.gif) no-repeat top center;
	height:42px;
	text-align:right; 	
}

/*h2 {
	margin-top:0;
	padding-top:10px;
	color:#4a0c0d;
	font-size:1.4em;
	font-weight:normal;
}*/

h2 {
	height:30px;
	padding:5px;
	background-repeat:no-repeat;
	background-position:20px 10px;
	text-indent:-9999px;	
}

.header-text {
	margin:10px 0 0 20px;
}

img {
	border:none;
}

#clearboth {
	clear:both;
}

#footer {
	background:#6e8d30;
	padding:5px 10px;
	font-size:.8em;
}

#footer p {
	margin:0px;
	text-align:right;
}

.past-project {
	 border-bottom:1px dotted #fff; 
	 padding-top:1px;
	 height:100px;
	 margin-bottom:10px;
}

#last-past-project {
	padding-top:1px;
	height:100px;
	margin-bottom:0;
}

#last-past-project img {
	float:right; 
	border:1px solid #fff;
	margin-left:5px;
}

#lst-past-project p {
	margin-top:0;
}

.course-name {
	font-style:italic;
}

.past-project img {
	float:right; 
	border:1px solid #fff;
	margin-left:5px;
}

.past-project p {
	margin-top:0;
}

.services-list {
	font-weight:bold;
}

.services-list li {
	margin-bottom:20px;
}

.services-sublist {
	font-weight:normal;
}

.form-element-wrapper {
	padding-bottom:10px;
}

label {
	float:left;
	width:100px;
	margin-right:20px;
}

textarea {
	width:300px;
	height:100px;
}

input {
	width:300px;
}

.captcha {
	margin-left:120px;
	padding-bottom:10px;
}

input.submit {
	float:none;
	margin-left:120px;
	width:100px;
}

#thumbnail-photos {
/*	float:left; */
/*	border:1px solid black; */
}

#gallery-rounded-middle img{
	padding:8px;
	background-color:#ffffff;
	margin-right:20px;
	margin-bottom:20px;
}

#gallery-rounded-middle img:hover {
	background-color:#33460B;
}