body
{
	background: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
}

a
{
	color: #CCCCCC;
	text-decoration: underlined;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

#container
{
	position:absolute;
	width: 780px;
	margin-top: 0px;
	margin-left: 0;
	background: url(../images/bgmain.jpg) no-repeat;
	color: #b1baaa;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-height:500px;

}

#header
{
	margin-top: 115px;
	margin-left: 25px;
	background: url(../images/bgmenu.png);
	width: 200px;
	padding: 10px;
	color: #8e8e8e;
	border: 1px solid #272223;
}

a.menu
{
	text-decoration: none;
	font-size: 13px;
	color: #8e8e8e;
	display: block;
	padding: 2px;
}

a.menu:hover
{
	text-decoration: none;
	color: #cccccc;
	background: #7b417c;
	display: block;
	padding: 2px;
}

#content
{
	margin-left: 25px;
	margin-top: 15px;
	width: 710px;
}

#content h1
{
	margin: 0px;
	font-size: 15px;
}

#footer p
{
	clear: both;
	margin: 0px;
	font-size: 11px;
	padding: 10px;
	width: 705px;
	text-align: right;
}

p
{
	font-size: 12px;
}

img.fotocat
{
	border: 4px solid black;
	margin: 10px;
}

.photocat
{
	float: left;
	width: 230px;
	height: 250px;
	text-align: center;
}

.photothumbwrap
{
	float: left;
	width: 280px;
	text-align: center;
}

.photothumb
{
	float: left;
	width: 140px;
	height: 250px;
	text-align: center;
}

.photogroot
{
	float: right;
	text-align: center;
	width: 405px;
}

