@charset "utf-8";
/* CSS Document */

body, html {
	font:"Lucida Sans Unicode";
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: url(../images/bodybk.jpg) repeat-x #2d4211;
}
div {
	padding: 0;
	margin: 0;
}

img, a {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 925px;
}

#head {
	height: 120px;
}

#head img {
	margin-top: 1px;
}

#nav ul {
	text-align: right;
	margin-top: -45px;
	list-style-type: none;
}

#nav li {
	display:inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
}

#top {
	background: url(../images/contentTop.png) no-repeat;
	height:14px;
	margin-top: 40px;
}

#bottom {
	background: url(../images/contentFoot.png) no-repeat;
	height: 14px;
	padding-bottom: 10px;
	margin-top: -8px;
}

#content {
	background: url(../images/contentBody.gif) repeat-y;
	padding: 10px 60px 10px 60px;
	clear: both;
}

#content ul {
	margin: 0px 0px 10px 0px;
}

.imgRight {
	float: right;
}

.dark {
	color:#2d4211;
}

.light {
	color:#84c231;
}

h3 {
	color:#2d4211;
	margin-top: 10px;
	margin-bottom: 0px;
}

#content a {
	text-decoration: underline;
	color:#2d4211;
}

#content a:hover {
	color:#84c231;
}

#portL {
	float: left;
	margin-left: 40px;
}

#right {
	background: url(../images/portfolioRBk.jpg) no-repeat;
	height: 188px;
	padding: 10px;
	width: 371px;
	float: left;
}

#portR {
	float: left;
}

#left {
	background: url(../images/portfolioLBk.jpg) no-repeat;
	height: 188px;
	padding: 10px;
	width: 350px;
	float: left;
	margin-left: 40px;
	text-align: right;
}

.title {
	font-size: 24px;
	font-weight:bold;
}
#content .title a {
	text-decoration: none;
}

#content .title a:hover {
	text-decoration: underline;
	color:#2d4211;
}

.client {
	font-weight: bold;
}

#clear{
	clear:both;
}

#footer {
	clear:both;
	height:20px;
	color:#999;
	font-size:10px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	background: url(../images/contentBody.gif) repeat-y;
	margin: 0px;
}

#footer a {
	color:#999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

#intro {
	width: 500px;
	float:left;
	padding-bottom: 15px;
}

#introimg {
	margin-left: -50px;
	clear:both;
}

#projects {
	float: right;
	margin-top: 10px;
	width: 200px;
	padding-left: 20px;
	padding-right: 10px;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

#projects ul{
	padding: 0px;
	margin-left: 20px;
}

h2 {
	padding-top: 10px;
	margin: 0px;
	font-size:20px;
	padding-bottom: 10px;
}

#robot {
	display:none;
}