@import "reset_reloaded.css";

body {
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
    background: #666 url(images/background.gif);
	color: #333;
}

a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header {
    margin: 50px auto 0;
    width: 670px;
    height: 100;
}
#header h1 {
    margin-left: 15px;
	background: url(images/homepage_logo.gif) no-repeat;
}
#header h1 a {
	overflow:hidden;
	display:block;
    width: 315px;
    height: 80px;
    text-indent:-8000px;
}

/*content*/

#container {
	position: relative;
	width: 670px;
	margin: auto;
	background: #666;
}

#content {
    height: 280px;
	width: 460px;
	position: relative;
	z-index: 10000;
	background: #666;
	padding-right: 45px;
}

#foto {
    padding: 80px 0 0 30px;
    width: 440px;
    height: 115px;
    background: #666;
}
/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 180px;
	left: 485px;
	top: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(images/tab_small.gif) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(images/tab_big.gif) center right no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

/* footer */
#footer {
    margin: auto;
    width: 670px;
    color: #FFF;
}

#footer span {
    float: left;
}

#footer a {
    float: right;
}
