* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #333;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #666;
}

#header {
width: 581px;
height: 285px;
background-color: #000000;
}

#wrapper {
width: 581px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 420px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 285px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #666666;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

#content2 {
float: left;
width: 400px;
margin: 1px 0 0 1px;
}

#content_foto {
float: left;
width: 430px;
margin: 0px;
}

p {
margin-bottom: 20px;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

.input {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #000000;
background: #FFFFFF;
align : left;
}

.button {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	border-style: solid;
	border-width : 0;
	border-color : #7F7F7F;
	background: #999999;
}

table.list	{
	width: 100%;
}
table.list th, table.list td	{
	padding: 3px 6px 2px 6px;
	vertical-align: top;
	text-align: left;
	background-color: #f0f0f0;
}
table.list th	{
	/*color: #f00;*/
}
table.list td a img	{
	margin-bottom: 0;
	margin-top: 2px;
	border: 0px solid black;
}
.aright {
	text-align: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.pic {
	border: 0px solid black;
}
.clearer	{
	line-height: 0px;
	clear: both;
}
.alert	{
	text-align: center;
	font-weight: bold;
	color: #f00;
	background-color: #f0f0f0;
}