body {
	background:#585858;
	text-align:center;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
p {
	background:#E4E4E4;
	border:1px solid #999;
	padding:10px;
}
input {
	width:60%;
}
textarea {
	width:90%;
}
input, textarea {
	padding: 1px 3px;
	margin: 5px 0;
	font: 1em verdana, arial, sans-serif;
	color: #EEE;
	background-color: #777;
	border: 1px solid #999;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	color: #FFF;
	background-color: #999;
	border: 1px solid #EEE;
}
#header {
	width:900px;
	height:113px;
	background:url(head.jpg);
	margin:0 auto;
}
#menu {
	width:900px;
	height:25px;
	margin:0 auto;
}
#content {
	background:#FFF url(back.jpg) no-repeat;
	width:900px;
	height:1000px;
	margin:0 auto;
}
#message {
	width:610px;
	height:990px;
	float:left;
	text-align:left;
	overflow:auto;
	padding:5px 15px 5px 25px;
	margin:0 auto;
}
#message ul {
    padding:0;  
}
#message li {
	list-style:none;
	background:url(bullet.gif) 0px 3px no-repeat;
	padding-left:20px;
}
#message a {
	font-family:Tahoma;
	font-size:13px;
    font-weight: normal;
	color:#000000;
	text-decoration:none;
}
#message a:hover {
	font-family:Tahoma;
	font-size:13px;
    font-weight: normal;
	color:#666666;
	text-decoration:none;
}
#fotos {
    background:#EBEBEB;
    padding:5px 5px 5px 20px;
}
#ad {
    text-align:center;
	width:250px;
	height:1000px;
	float:right;
}
#ad img {
	border:0px;
}
#footer {
	width:900px;
	height:25px;
	margin:0 auto;
}
