body {
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

#container {
	width: 750px;
	height: 507px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#header {
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
}

#footer {
	width: 100%;
	height: 30px;
}

#content {
	width: 750px;
	height: 450px;
	border: 1px solid #717171;
}

#contentleft {
	float: left;
		width: 300px;
}

#contentright {
	width: 440px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 150px;
}

#contentrightportfolio {
	width: 440px;
	float: left;
	margin-left: 4px;
	height: 449px;
}

#contentleftportfolio {
	float: left;
		width: 295px;
	margin-left: 5px;
}

hr {
  border:0;
  border-top: 1px solid #E19832;
  height: 0;
  background: #E19832;
}

p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}

h1 {
	color: #a1b122;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0px 10px;
}

h2 {
	color: #108BB6;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	color: #5c5c5c;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h4 {
	color: #5c5c5c;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 3px 0px 3px 450px;
}

p a:link, p a:visited, h1 a:link, h1 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	color : #716e6f;
	text-decoration : none;
}

p a:hover, p a:current, h1 a:hover, h1 a:current, h3 a:hover, h3 a:current, h4 a:hover, h4 a:current {
	color : #a1b122;
	text-decoration: none;
}

.clear {
	clear: both;
	margin-bottom: 5px;
	height: 5px;
}

.textegris {
	color: #6e6e6e;
}

#photonav {
	margin-left: 145px;
	width: 145px;
	height: 149px;
	border-top: 1px solid #828282;
}

/* @group menu_top */

#navlist
{
	padding: 0;
	margin: 0;
	float: right;
	font-size: 11px;
}

#navlist ul
{
	padding-top: 7px;
	color: #5c5c5c;
	margin-left: 0;
	margin-right: 0;
}

#navlist li
{
list-style-type: none;
display: inline;
}

#navlist a
{
display: block;
	float: right;
	width: 150px;
}

#navlist a:link, #navlist a:visited
{
margin: 0;
text-decoration: none;
color: #4a4a4a;
}

#navlist a:hover { color: #a1b122; }

#navlist a#current { color: #80921e; }



/* @end */

/* @group menu_in */

#navlistin
{
	padding: 0;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#navlistin ul
{
	color: #5c5c5c;
	padding: 0;
	margin: 0 0 15px;
}

#navlistin li
{
list-style-type: none;
display: inline;
	padding-top: 4px;
}

#navlistin a
{
width: 213px;
border-bottom: 1px solid #828282;
display: block;
	float: left;
	margin-right: 5px;
	padding-top: 7px;
	height: 12px;
}

#navlistin a:link, #navlistin a:visited
{
text-decoration: none;
color: #4a4a4a;
}

#navlistin a:hover { color: #a1b122;
	border-bottom: 1px solid #303030;
}

#navlistin a#current { 	
	color: #80921e;
	border-bottom: 1px solid #000;
}


/* @end */

/* @group menu_portfolio */

#navlistportfolio
{
	padding: 0;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#navlistportfolio ul
{
	color: #5c5c5c;
	padding: 0;
	margin: 0 0 15px;
}

#navlistportfolio li
{
list-style-type: none;
display: inline;
	padding-top: 4px;
}

#navlistportfolio a
{
width: 140px;
border-bottom: 1px solid #828282;
display: block;
	float: left;
	margin-right: 5px;
	height: 12px;
	padding-top: 7px;
}

#navlistportfolio a:link, #navlistportfolio a:visited
{
text-decoration: none;
color: #4a4a4a;
}

#navlistportfolio a:hover { color: #a1b122;
	border-bottom: 1px solid #303030;
}

#navlistportfolio a#current { 
	color: #80921e;
	border-bottom: 1px solid #000;
}



/* @end */