body {
	background-color: #54110a;
	/*text-align:center;*/
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
}
img {
 border-width: 0px;
 padding: 0px;
}
a:link {
	color:#2f0703;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#2f0703;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color:#54110a;
	text-decoration:none;
	font-weight:bold;
}
#header {
	color: #564847;
	background-color: #FFFFFF;	
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#content {
		margin: auto;
		width: 400px;
}

#contacts, #curriculum, #portfolio {
	border: solid #FFFFFF 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}



.txt {
	color: #000000;
	background-color: #e2c8c5;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 4px;
	text-align: left;
	line-height: 14px;
	display: none;
}
.item {
	color: #666666;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	display: none;
}
.portfolio-list {
	display: none;
}
.list {
	color: #000000;
	background-color: #e2c8c5;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 4px;
	text-align: left;
	line-height: 14px;
}
