@import "reset.css";

body{
	background:#f3e7e9 url(../img/page_bg.png) repeat-x top left;
}

a{
  text-decoration:none;
}

.centerWrap{
	position:relative;
	margin:35px auto;
	width:490px;
}

.planet,.rss,.pix,.bt,.pub{
	width:465px;
	height:115px;
	position:relative;
	background:url(../img/bar_bg.png) top left no-repeat;
	margin:15px auto;
}

.planet img{
	margin:13px auto auto 20px;
	float:left;
}

.rss img{
	margin:25px 20px auto;
	float:right;
}

.pix img{
	margin:15px auto auto 20px;
	float:left;
}

.bt img{
	margin:21px 20px auto;
	float:right;
}

.pub img{
	margin:23px auto auto 20px;
	float:left;
}

.planet h1,.rss h1,.pix h1,.bt h1,.pub h1{
	font-family:Trebuchet MS;
	font-size:22px;
	color:#51435A;
	margin-bottom:15px;
	margin-left:135px;
	padding-top:24px;
}

.planet p,.rss p,.pix p,.bt p,.pub p{
	font-family:Trebuchet MS;
	font-size:14px;
	margin-left:135px;
	color:#51435A;
}

.bt h1{
	margin-left:285px;
}

.rss h1{
	margin-left:310px;
}

.rss p{
	margin-left:280px;
}

img:hover{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.footer{
	border-top:1px solid #cacaca;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#51435A;
	padding-top:5px;
}

.header{
	border-bottom:1px solid #cacaca;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:20px;
	color:#51435A;
	padding-bottom:10px;
}

.sidepanel{
min-height: 120px;
width:184px;
position: absolute;
top:180px;
left: 500px;
}

.sidepanel-top{
width:184px;
height:102px;
background: url('../img/sidepanel-top.png') no-repeat 0 0;
}

.sidepanel-middle{
width:184px;
height:20px;
background: url('../img/sidepanel-middle.png') repeat-y 0 0;
}

.sidepanel-bottom{
width:184px;
height:15px;
background: url('../img/sidepanel-bottom.png') no-repeat 0 0;

}

.sidepanel p{
font-family: Trebuchet MS;
font-size: 12px;
margin: 0;
position:aboslute;
padding-top: 10px;
padding-left: 5px;
}

.sidepanel a{
color:#51435A;
}

.sidepanel a:hover{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	text-decoration: underline;
}

.rightpanel{
min-height: 120px;
width:200px;
position: absolute;
top: 0px;
left: -212px;
}

.rightpanel img{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.rightpanel img:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
