body {
	line-height: 28px;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #72675d;
}

a:link {
	text-shadow: 0px 1px white;
	text-decoration: underline;
	color: #1a62a3;
}
a:visited {
	text-shadow: 0px 1px white;
	text-decoration: underline;
	color: #6666ff;
}
a:hover {
	text-shadow: 0px 1px white;
	text-decoration: underline;
	color: #333399;
}
a:active {
	color: #e0eaf4;
}
div#header {
	margin-left: auto;
	margin-bottom: 40px;
	margin-right: auto;
	margin-top: 30px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/jolane.png);
	padding: 0px;
	width: 1000px;
	position: relative;
}

div#header a {
	left: 50%;
	width: 320px;
	height: 190px;
	display: block;
	position: absolute;
	top: 0;
	margin-left: -160px;

}

div#header a span {
	display: none;
}

ul#nav {
	width: 1000px;
	margin-left: auto;
	margin-bottom: 48px;
	margin-right: auto;
	margin-top: 50px;
	list-style: none;
	padding: 0;
	height: 50px;
	border-top: 2px solid #7F6653;
	border-bottom: 2px solid #7F6653;
}

ul#nav li {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #7F6653;
}

ul#nav li a:link, ul#nav li a:visited {
	position: relative;
	color: #7F6653;
	text-decoration: none;
	font-size: 20px;
	display: block;
	height: 50px;
	width: 200px;
}

ul#nav li a:hover {
	color: #B4A28F;
}

ul#nav li a:active {
	color: #F7F6F4;
}

div#frame {
	text-shadow: 0px 2px white;
	clear: both;
	height: 100%;
	text-align: center;
	background-color: #f7f6f4;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}

div#content {
	width: 1000px;
	padding-left: 0px;
	padding-bottom: 70px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	clear: both;
}

div#left {
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

div#right {
	margin-left: 80px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width: 500px;
	padding: 0;
	float: left;
	text-align: left;
}

div#content h2 {
	height: 40px;
	line-height: 40px;
	border-bottom-color: #a28d7c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#footer { color: #b4a28f; font-size: small; }
.clearfix {display: inline-block;}
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
ul#nav li.current_page_item  {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/arrow.png);
	display: block;
}
.hide  {
	visibility: hide;
	display: none;
}
.portfiolo_img  {
	padding: 0px;
	margin-top: 55px;
	border-width: 0px;
}
.portfiolo_block  {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 60px;
	clear: both;
	margin: 0px;
}

div#rhino img {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

