html { 
overflow: scroll; 
} 
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(../images/bg.gif) repeat-y fixed bottom center;
	color: #333; 
	margin: 20px 0;
	text-align: center; 
	font-family: sans-serif, Arial;
	font-size: 12px;
}

.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.menu a {
	font-family: sans-serif, Tahoma;
	font-size: 12px;
	background: #eee;
	border: 1px solid #E5E5E5;
	color: rgb(0,0,51); 
	float: left;
	text-align: center;
	padding-top: 4px;
	width: 98px; height: 20px;
	text-decoration: none;

}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(../images/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 94px;
	border-right: none;
}
.container {
	margin: 10px;
	width: 600px;
}
.container2 {

	width: 600px;

	float:left;
}

.logo {
	position:absolute;
	top:5px;
	left:25px;
}

.item {
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding: 10px;
}
.item2 {
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding: 2px;
	padding-bottom: 20px;
	}
.item3 {
	position: relative;
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding: 2px;	
}

.itemb {
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding:8px;
	padding-top: 10px;	
	padding-bottom: 7px;
	padding-left: 140px;
	margin:0;
	font-family: Arial;
	color: #000066; 
	font-size: 13px;
	text-align:left;
	letter-spacing:0.1em;	
}

.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	text-align:center;
} 
img {border:0;}


#leftside {
	width: 420px;
	float:left;
}


#rightside {
  float:right;
  width : 150px;
  z-index : 3;
  color : #000000;
  border:1px solid #E5E5E5;
  background: #FCFCFC url(../images/bgitem.gif) repeat-x;
  padding: 10px;  
}


}
#l {
float:left;
width:420px;
}
#r {
position: absolute;
left: 420px;
width: 150px;
float:right;
margin-left: 1px;
}

