body
{
	background:		#1a1b1e;
	font-family:	verdana;
	font-size:		11px;
	color:			#fff;
	margin:			0;
	padding:		0;
	width:			100%;
	
	scrollbar-3dlight-color: #2E3032;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #2E3032;
	scrollbar-darkshadow-color: #2E3032;
	scrollbar-face-color: #2E3032;
	scrollbar-highlight-color: #2E3032;
	scrollbar-shadow-color: #2E3032;
	scrollbar-track-color: #2E3032;
}

#website
{
	position:		relative;
	width:			792px;
	margin:			auto;
}

#header
{
	position:		relative;
	width:			792px;
	height:			175px;
	background:		url("../images/header/home.jpg") no-repeat;
}

#menu
{
	position:		relative;
	width:			792px;
	height:			75px;
	background:		url("../images/menu.jpg") no-repeat;
}

#container
{
	position:		relative;
	width:			792px;
	height:			500px;
	background:		url("../images/content_bg.jpg");
}

#content
{
	position:		relative;
	top:			25px;
	left:			50px;
	width:			450px;
	height:			450px;
	font-size:		11px;
	overflow:		auto;	
}

#container_bottom
{
	position:		relative;
	width:			792px;
	height:			20px;
	background:		url("../images/content_bottom.jpg");
}

#copyright
{
	position:		relative;
	width:			792px;
	height:			17px;
	background:		url("../images/copyright.jpg");
	margin-bottom:	40px;
}

#sidebar
{
	position:		absolute;
	margin-left:	550px;
	top:			70px;
}

#sidebar p
{
	margin-top:		28px;
}

#content h2
{
	color:			#dbb645;
}

h1
{
	font-size:		18px;
}

h2
{
	font-size:		16px;
}

h3
{
	font-size:		13px;
	margin-bottom:	0;
}

h4
{
	font-size:		11px;
}

#foto
{
	border:			1px solid #adadad;
}

.copyright
{
	position:		relative;
	float:			right;
	color:			#4e5054;
	text-decoration:none;
	font-size:		8px;
	font-weight:	bold;
	margin-right:	40px;
}