/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/


body{
	font-size:11.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	position:relative;
	background:#747474;
	color: #fff;
		}
		
#wrap {        width:380px;
height:200px;
		margin-top:100px;
        }
		
.read-more, .show-next {
background:transparent url(images/read_more.png) no-repeat scroll right top;
color:#00000;
}


a:hover {
color:#0090ff;
}

.read-more, .show-next {
display:block;
font-size:11px;
font-weight:bold;
height:41px;
left:-2px;
line-height:41px;
position:relative;
text-align:center;
text-decoration:none;
width:165px;
}

.read-more {
float:left;
margin-left:20px;
}

.show-next {
float:right;
margin-right:20px;
}

#joe {
color:#fff;
font-size:11px;
font-weight:bold;
}


