body{
font-family: helvetica, arial, sans-serif;
font-size: 14px;
background-color: #fff;
color: #c80076;
margin:0;
padding: 4px 0 0 12px;
}
h1,h2 {
font-size: 20px;
color: #7F0050;
}
h2{
font-size: 15px;
margin-bottom:3px;
display: inline;
}
a{
text-decoration: none;
color: #de6800;
display: block;
}
a:hover{
background-color: #de6800;
color: #fff;
}
#frame a{
display: inline;
}
#frame{
width: 620px;
position: absolute;
}
#sidebar{
width: 180px;
height: 100%;
position: absolute;
top: 0px;
left: 630px;
border-left: 1px solid #B58C52;
border-right: 1px solid #B58C52;
}
#sidebar p{
padding: 0 10px 0 10px;
font-size: 13px;
}
#sidebar h1{
padding: 10px 5px;
margin: 0;
background-color: #c80076;
color: #fff;
text-align: center;
}
#slidebox{
 width: 400px;
 height: 400px;
 padding:4px;
 border: 2px #C80076 solid;
 margin: 0 auto;
 background-color: #eaeaea;
 }
 #slide{
 width: 394px;
 height: 394px;
 padding: 3px;
 background-color: white;
 }
#slideinfo{
 	display: inline;
 	padding: 0 35px 0 35px;
 	text-align: center;
}
#slidepanel{
 	width: 410px;
 	padding-top:5px;
 	background-color: #f9f9f9;
 	margin: 0 auto;
 	text-align: center;
 	border: 1px solid #DE6800;
 	border-top:0;
}
#switch{
 	display: block;
 	width: 100%;
 	text-align: center;
}