/* Reset all margins and paddings for browsers */
* { 
	padding: 0;
	margin: 0;
}

body { 
	font: 0.9em Arial, Sans-Serif; 
	line-height: 1.6em; 
	margin: 0;
	background-color: #000000;
	
}

p { 
	font: 1.0em Arial, Sans-Serif; 
	line-height: 1.6em; 
	color: #FFFFFF;
	
}

h1 { font: 1.9em Arial, Sans-Serif; 
	line-height: 1.2em; 
	color: #7c1109; 
	padding: 0px 0px 0px 0px;
}


/* unvisited link */
a:link { 
	color: #FF9900; 
	
} 

/* visited link */
a:visited { 
   color: #7B1109;
}

/* mouse over link */
a:hover { 
	color: #7A1109;
}

/* selected link */
a:active { 
	color: #FF9900;
	
}



#wrap {
	margin: 10px auto;
	width: 1024px;
	height: 768px;
	border: 0px solid #CDCDCD;
	background-color: #000000;
	background: #000000 url(../images/murder_bg.jpg) no-repeat top;
}


#wrapcontent {
	margin: 10px auto;
	width: 1024px;
	height: 768px;
	border: 0px solid #CDCDCD;
	background-color: #000000;
	background: #000000 url(../images/murder_bg_content.jpg) no-repeat top;
}


#main_content {
	width: 500px;
	height: 550px;
	margin-top: 100px;
	margin-left: 400px;
	position: absolute;
	padding: 10px;
}

#iframe {
	width: 500px;
	height: 560px;
	border: 0px;
	background: transparent;
	margin-top: 0px;
	padding: 10px;
	}


#navigation {
	width: 250px;
	height: 320px;
	margin-top: 310px;
	margin-left: 20px;
	position: absolute;
	padding: 0px;
	
}



#copyright {
	font-size: 10px;
    text-align: center;
    
	}

#copyright a:link { 
	font-size: 10px;
    text-align: center;
    color: #FF9900;
	}

#copyright a:visited { 
	font-size: 10px;
    text-align: center;
    color: #FF9900;
	}
	
#copyright a:hover { 
	font-size: 10px;
    text-align: center;
    color: #7A1109;
	}	
	
#copyright a:active  { 
	font-size: 10px;
    text-align: center;
    color: #FFFFFF;
	}		

#smalltext {
	font-size: 10px;
    text-align: center;
    color: #7A1109;
	}
	

.style1 {
	color: #990000;
	font-weight: bold;
}

.style2 {color: #FFFFFF}

#news {
	
	padding-bottom: 5px;
	}
