html, body{
	margin:0;
	padding:0;
}

body{
	font:11px/1.2em Verdana, Arial, sans-serif;
	text-align:center;
	color:#cbcbcb;
	background:#3b3837;
}

p{
	margin:0 10px 10px;
}

img{ 
	border: 0; 
}

div#sidebar {
	float:left;
	font-size:11px;
	line-height:1.5;
	width:220px;
	margin: 0px;
	text-align: left; 
}

#sidebar h2 {
	color:#35bdc7;
	font:normal 1.2em Arial, Verdana, sans-serif;
	margin:0;
	padding:4px 0 10px 6px; 
}

a,div#content a {
	background:#3b3837;
	border-bottom:1px dotted #8f7d6d;
	color:#988675;
	text-decoration:none; 
}

a:hover,div#content a:hover,div#footer a:hover {
	background:#464342;
	border-bottom:1px dotted #8b8786;
	color:#8b8786;
	text-decoration:none; 
}

h3{
	font-size: 115%;
}

div#header {
	margin:0;
  	padding-left:10px;
  	background: #fff;
  	color: #79B30B;
}
 
div#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}

div#content{
	float:right;
	width:560px;
}

div#content img {
	border:2px #565555 solid;
	float:right;
	margin:0;
	padding:0; 
}


div#footer{
	clear:both;
	width:100%;
	background: #2b2b2b;
	color: #FFF;
}

div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
	color: white;
}

div#footer a { 
	color: #FFFFFF;
}

div.row {
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formelement {
	width: 320px;
	text-align: left;
	padding-left: 10px;
} 

.portfolio {
	background:#3b3837;
	border-bottom-color:#565555;
	border-bottom-style:solid;
	border-bottom-width:1px;
	float:right;
	margin-bottom:7px;
	margin-right:5px;
	padding-bottom:15px;
	padding-top:15px;
	width:520px; 
}

.portfolio h3 {
	background:#3b3837;
	color:#fff;
	float:right;
	font:normal 1.1em Arial, Verdana, sans-serif;
	line-height:1.4em;
	margin:12px 0 0;
	padding:0 2px 1px 0;
	width:255px; 
}

.portfolio ul {
	float:right;
	list-style:none;
	margin:5px 0 0;
	padding:0 2px 0 0;
	width:255px; 
}

.portfolio li {
	clear:left;
	line-height:1.6em;
	padding-bottom:2px;
	padding-top:3px; 
}

.portfolio thumb {
	float:left;
	height:128px;
	margin:0;
	padding:4px;
	width:256px; 
}

* html .portfolio {
	margin-right:2px; 
}

form label {
	display: block;
	padding-top: 5px;
}

form input[type="text"] {
	width: 95%;
}

form textarea{
	width: 95%;
}

form#contact {
	padding: 0px;
/*	border: 1px dotted #565555; */
	width: 90%;
	margin: 0 auto;
}

.line {
	padding: 10px 0 10px 0;
	border-bottom-color:#565555;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div#message{
	line-height: 1.5;
	padding: 5px;
	font-size: 16px;
}