
/* Flash area */

div#flash {
	margin: 10px 0px;
    width: 619px;
    height: 170px;

    background-image: url(../img/home.jpg);
    padding: 70px 25px 0px 280px;
    text-align: right;
}

div#flash h2 {
    display: none;
}

div#flash p {
    font-size: 15px;
    color: white;
}

/* Feed div */
div.contain {
	position: relative;
}

div.news {
	width: 455px;
}

div.study {
/*position: absolute;
	top: 0px;*/
	float: right;
/*	right: 0px;*/
	width: 455px;
}

div.title {
	background-color: #858282;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
}

div.title a.right {
	float: right;
	color: white;
	font-style: normal;
	font-weight: normal;
}

div.title a:hover {
	text-decoration: underline; 
}

img.story {
	float: right;
	padding: 5px;
	margin: 10px 0px 0px 5px;
	border: 1px solid #eeeeee;
}

h2 {
	margin: 5px 0px 0px 0px;
}

h3 {
	margin: 4px 0px;
}

p {
	margin: 2px 0px;
}

