body {
	margin: 0px;
	background: #584e44;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 11px;
	text-align: center;
}

div#contentwrapper {
	text-align:center;
	width: 100%;
	/*height: 612px;
	width: 1000px;
    bottom: 50%;
    right: 50%;
    position: absolute;*/
}

div#content {
    width: 1000px;
	/*height: 612px;
	/*padding: 75px 0px 0px 0px;*/
	margin: auto;
	text-align: center;
    /*left: 50%;
    padding: 10px;*/
    position: relative;
    top: 80px;
}

div#copyright {
	width: 1000px;
	text-align: right;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 10px;
	color: #a2907d;
}

div#thumbs {
	width: 1050px;
	height: 400px;
	float: inherit;
	position: relative;
}

div#headerHome {
	width: 1200px;
	position: relative;
	margin: auto;
	/*margin: 575px 0px 0px 40px;*/
	background: #584E44 url(../images/backNavbar.gif) repeat-x;
	text-align: left;
}

.menu {
	margin: 0px 10px 0px 0px;
	top: 0px;
	display: block;
}

.portfolio {
	margin: 0px;
	padding: 0px;
}

.portfolio img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.tooltipHome-tip {
	background: url(../images/baloonHome.png) no-repeat;
	padding: 10px 10px 0px 12px;
	color: #ffffff;
	width: 200px;
	height: 142px;
	text-align: left;
	/*z-index: 10;*/
}
.tooltipHome-tip img {
	margin: 0px 0px 4px 0px;
}
.tooltipHome-title {
	font-weight: bold;
	font-size: 12px;
}

.tooltipHome-text {
	font-size: 11px;
	color: #a4a4a4;
}

.menu {
	position: absolute;
	width: auto;
	right: 0px;
	margin: 0px 20px 0px 0px;
}

.menu ul {
	font-weight: bold;
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.menu ul li {
	float: left;
	height: 33px;
	padding: 18px 7px 1px 8px;
	font-size: 11px;

	text-align: center;
}

.menu ul li a {
	display: block;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	color: #ffffff;
	background: url(blank.gif) repeat;
}

.menu ul li a:hover {
	display: block;
	color: #ffffff;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	text-decoration: none;
	background: #584e44;
	font-family: Verdana, Geneva, Sans-serif;
}

/************** GENERAL CONTENT ****************/
a img , a:visited img {
	border: 0px;
}
a {
	color: #a2907d;
	text-decoration: none;
}
img a:hover {
	background: none;
}
a:hover {
	color: #a2907d;
	text-decoration: underline;
}

/*************** TOOL TIP MOOTOOLS ******************/

.tool-tip {
	background: url(../img/layout/backTooltip.gif) no-repeat 0 0;
	padding: 13px;
	color: #ffffff;
	width: 300px;
	height: 50px;
}

.tool-title {
	font-weight: bold;
	font-size: 12px;
}

.tool-text {
	font-size: 11px;
}

.toolNav-tip {
	background: url(../img/layout/ballonTooltip.png);
	padding: 0px;
	color: #ffffff;
	width: 100px;
	height: 100px;
}

.toolNav-title {
	font-weight: bold;
	font-size: 11px;
}

.toolNav-text {
	font-size: 11px;
}

.FirstFoto {
	position: relative;
	margin: 200px 0px 0px 0px;
}

.FirstFoto a {
	display: block;
	width: 70px;
	height: 60px;
	text-indent: -90000%;
	background: url(../img/layout/firstPhoto.gif) no-repeat 0px -60px;
}

.FirstFoto a:hover {
	background: url(../img/layout/firstPhoto.gif) no-repeat 0px 1px;
}

