

body {
    background-image : url('images/background.jpg');
    margin-left:0px;
    margin-top:0px;
  }


#top {
	background-image:url('/images/title.png');
	height:91px;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
  }

#body{
	width:600px;
	position:relative;
}

#left {
    position:absolute;
	left:0px;
    width:200px;
  }


#content {
	text-align:left;
 	position:absolute;
	right:0px;
	width:780px;
	left:200px;
}



#content img
{
	
	margin:10px;

}


#content .storytitle
{
	float:left;
	width:450px;
}

#content .storyimage
{
	float:left;
}

#introduction {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#ffffff;
	font-size:0.9em;
}

#category
{
	//border-style:dotted;
	border-width:2px;
	border-color:gray;
	margin-top:1em;
	margin-bottom:1em;
}

#category #person #name
{
	font-weight:bold;
	margin-bottom:0.5em;
}

#category #person #item
{
	width:auto;
	margin-bottom:0.2em;
}

a:link{color:#f0f0f0}
a:visited{color:#efefef}
a:hover{color:#fff}
a:active{color:#fff}

.date
{
	margin-left:5px;
	font-size: xx-small;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.name_title
{
	margin-left:5px;
	font-size:2em;
	font-weight:bold;
}

h1, h2{
	color:white;
}

.news h1,.news h2
{
	text-align:center;
}