body {
	margin: 0px;
	/*background:#fff url(../img/top_bg.gif);*/
	background:transparent url(../images/bg.jpg) top center fixed;
	font-family: Verdana, Arial, sans-serif;
  font-size: .6em;
	color:#000;
}
/****  ***/
h1 {
  color: #bf004c;
}
h2 {
  color: #bf0074;
}
#right h2 {
  width:90%;
	border-bottom:1px solid #eaa0cd;
}
a {
  color: #ff8fb8;
	text-decoration:none;
}
a:hover {
  color: #8a0036;
	text-decoration:underline;
}
/**** Clear Div ***/
.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
/**** Main Container ***/
#wrap {
       margin:10px auto 0;
       width: 790px;
			
}

#top {
	width: 100%;
	height: 88px;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;
}

#content {
	width: 100%;
	margin-top:30px;
}

#left {
	width: 490px;
	float:left;
	display: block;  
	display: inline;
	text-align:left;
	 background: url(../images/bg_cont.png);
}

/**** Sidebar ***/
#right {
	width: 275px;
	float: right;
	display:block;
	margin-top: 10px;
	/*border:1px solid #000;*/
	 background: url(../images/bg_cont.png);
}
/**** Footer ***/
.footer {
  margin: 10px auto 20px auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 0 0 0 0;
	width: 100%;
}



