/* CSS Document */
body
{
background-color:rgb(215,215,215);
font-family:Arial;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.root
{
	width:100%;
	text-align:center;
}

.main
{
	width:720px;
	text-align:left;
	background-color: white;	
	border: 1px solid black;
	border-width:0px 1px 0px 1px;
}

a
{
	color: rgb(25,25,25);
        font-style:italic;
}

.header
{
	background-image: url('header.gif');
	width: 100%;
	height: 172px;
}

.header div
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	position:relative;
	width: 350px;
	left: 400px;
	top: 151px;
}

.header div a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
}

.header div a:hover
{
	text-decoration: underline;
}

.telo
{
}

.news
{
	width:180px;
	border: 0px solid red;
	float: left;
}

.newsbar
{
	background-image: url('news.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 31px;
}

.newsbar div
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	position:relative;
	left: 60px;
	top: 5px;
}

.newstop
{
background-image: url('newstop.gif');
background-repeat: no-repeat;
width: 100%;
height: 10px;
font-size: 1px;
}

.newscontent
{
background-image: url('newscontent.gif');
background-repeat: repeat-y;
padding: 5px 40px 5px 10px;
font-size: 12px;
_height:400px;
min-height:400px;
text-align:left;
}

.newscontent a
{
	color: black;
	text-decoration: underline;
}

.newsbottom
{
background-image: url('newsbottom.gif');
background-repeat: no-repeat;
width: 100%;
height: 10px;
font-size: 1px;
}

.content
{
  float: left;
  width: 530px;
}

.storyroot
{
	width: 100%;
}

.storyroot .storyimg
{
	float: left;
	width: 125px;
}

.storyroot .storytext
{
	float: left;
	width: 375px;	
}

h1
{
	font-weight: bold;
	font-size: 20px;
}

h5
{
	font-weight: bold;
	font-size: 14px;
}

.storyroot .storycontent
{
	font-size: 14px;
}

.storyroot .storyinfo
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.storyroot .storyinfo a
{
	color: black;
}


.footer
{
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 31px;
	margin-top: 40px;
}

p
{
	/*margin-top: -15px;*/
	text-align: justify;
	padding: 0px 20px 0px 0px;
}

p:first-letter
{
	padding-left:10px;
}

.storytext h1
{
	margin-top: 0px;
	margin-bottom: 5px;
}