
img {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}


#wrapper {

	position:relative;	
	margin:0px auto;
	padding:0px;
	top: 28px;
	width:1024px;
	height:605px;
	background-repeat: no-repeat;
}



#copy {
	position:relative;
	overflow:auto;
	width: 255px;
	
}

#header {
	position:fixed;
	left:0px; 
	top: 0px;
	width: 100%;
	height:28px;
	background-color:#eceeed;
	z-index:12;
}

#header a {
	color:gray;
}

#header img {
	
}

form { 		
	border:0;
	margin:0;
	padding:0; 
}



form#feed {
	display:inline;
	position:relative;
	top:-10px;

}

#rightmenu {
	position:absolute; 
	right:5px; 
	top:0px;
}

.w100 {
	position:absolute; 
	width:100%; 
	top:28px;
}

.h100 {
	position:absolute; 
	height:100%; 
	top:0px;
	left:265px;
}



#copy {
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	width: 255px;
	overflow: auto;


}
