html {
	width:100%;
	height:100%;
}


img {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}


#wrapper {

	position:relative;	
	margin:0px auto;
	padding:0 20px 0 20px;
	top: 21px;
	height:605px;
	background-repeat: no-repeat;
	width: 1024px;
}



#header {
	position:fixed;
	left:0px; 
	top: 0px;
	width: 100%;
	height:21px;
	background-color:white;
	z-index:12;
	border-bottom: 1px black solid;
}


#header_in {
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	z-index:50;
}


.headerimg {
	margin-bottom:12px;
	
}

form { 		
	border:0;
	margin-top:0px;
	padding:0;
	height:25px; 
}



#feed {
	position:absolute;
	display:inline;
	top:1px;
	left:420px;
}

input {
	vertical-align:top;
	position:relative;
	top:1px;
	height:15px;
	border:0;
	padding:0;
	margin:0;
	font-size:10px;
}

.inputbutton {
	position:relative;
	top:1px;
	height:17px;
	background-color:black;
	border: 1px black solid;
	font-size:10px;
	color:white;
}

.inputbox {
background-color:white;
border:black 1px solid;
color:gray;
}


.w100 {
	position:absolute; 
	width:100%; 
	top:21px;
	z-index:1;
}

.h100 {
	position:absolute; 
	height:100%; 
	top:0px;
	z-index:1;
}

#copyback {
	z-index:2;
}

#copy {
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	width: 320px;
	overflow: auto;
	height:570px;
	z-index:11;

}

#mini {
	position:absolute;
	top:11px;
	left:20px;
}

#tabl {
	position:absolute; 
	background: url(contentback.jpg) no-repeat; 
	left:10px; 
	top:93px; 
	height:475px; 
	width:517px;
}

#tabl div{
position:absolute;
margin:0;
width:160px;
height:85px;
line-height:13px;
}


#tabl a {
color:white;
line-height:13px;
}

#tabl a.bl {
color:black;
line-height:13px;
}

ul {
	list-style: none;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:20px;
	padding-left:10px;
}

li {
	margin-top:5px;
}

#pics {
	white-space:nowrap;
}

#pics img{
	display: inline;
	margin:0 15px 0 15px;
	padding:0;
}

#tabl a:hover{
	color:red;
}

#minihead {
	position:absolute;
	top:10px;
	left:18px;
	z-index: 10;
}
