body{
    margin: 0px;
    background: #aa5522 url('img/bgstrip01.jpg') top center no-repeat;
    font-family: "Helvetica";
    font-size: 11px;
    color: #552200;
    text-align: center;
}

#wrapper {
    position: relative;
    background: white;
    width: 900px;
    top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0px 15px 0px 15px;
    min-height: 200px;
}

#wrapper img {
    border:none;
}

#content {
	position: relative;
	width: 570px;
	float: left;
}

#content-no-sidebar {
    position: relative;
    width: 100%;
    float: none;
}

#sidebar {
	position: relative;
	width: 315px;
	float: right;
	margin: 0px;
}

#sidebar .item{
	padding: 10px;
    margin-bottom: 15px;
	background: #E7F6CD;
}

#sidebar .estudio {
    background: #FF6200 url('img/local.jpg') no-repeat top;
    padding-top: 325px;
    -moz-border-radius: 10px;
    border-radius:10px;
}

#sidebar .estudio a:link, .estudio a:visited {
    color: #fff;
    text-decoration: none;
}

#sidebar .estudio a:hover {
    text-decoration: underline;
}

#sidebar .estudio strong {
    font-size: 20px;
    text-align: center;
}

#sidebar .item p {
	margin: 0px;
}

#sidebar .fanbutton {
    padding: 0px;
    background: url('img/fans.jpg') no-repeat top;
    height: 50px;
    -moz-border-radius: 10px;
    border-radius:10px;
}

#sidebar .fanbutton img {
    border: none;
    padding: 0px;
    margin: 0px;

}

#sidebar .gallery {
    padding: 10px;
    background: #000 url('img/galeria.jpg') top no-repeat;
    height: 66px;
    cursor:pointer;
    -moz-border-radius: 10px;
    border-radius:10px;
}

#sidebar a {
    text-decoration:none;
}

#footer {
    height: 10px;
    clear: both;
}

.message {
    margin: 10px;
    padding: 5px;
    color: maroon;
    background: yellow;
    -moz-border-radius: 10px;
    border-radius:10px;
}

.editlink a, .deletelink a {
    background: green;
    color: white;
    padding: 2px;
    margin: 2px;
    font-size: 11px;
    border: 1px outset green;
    text-decoration: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.editlink a:hover {
    background:lime;
}

.deletelink a {
    background: red;
    border: 1px outset maroon;
}

.deletelink a:hover {
    background: maroon;
}