/* CSS Document */

* {
   margin:0;
   padding:0;
}
body {
	background: #fff;
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}   
#main {
	position: absolute;
	width: 100%;
	height: 450px;
}
#left {
	float:left;
	width: 220px;
	height: 450px;
}  
#right {
	float:right;
	width: 280px;
	height: 450px;
	background: transparent;overflow:auto;
}   
h1 {
    margin-top:55px;
	position: relative; overflow:hidden;
	left:0px;
	width: 150px;
	height: 50px;
	font-size: 160%; color:#000;
}
h1 span {
	display:none;
}
h2 {
	margin-top:5px;
	position: relative;
	width: 250px;
	font-size: 140%;
	color: #000;
	border-bottom: 1px solid #efefef;
}
p {
    padding-top:20px;
}
a {
   text-decoration:none;
   color:#000;
}   
img {
   border:none;
}