/*  
Author: Jenni M
Author URI: http://safestplace.org
*/





body {
	background-color:  #141414;
	margin: 0;
}



::-moz-selection {
		color: #000000;
		background: #E3AF0E;
		}


body, p, td {
	font: 11px/12px Tahoma, Sans-Serif;
	color: #4F4F4F;
	line-height: 14px;
}

a {
	color: #E89A1E; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}

a img {
	border: none;
}

a:visited {
	color: #E89A1E; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}

a:hover {
	color: #D23500; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}




#container {
	background-color: #252424;
	width: 600px;
	margin: 0 auto;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}

#top {
	background: #fff;
	width: 100%;
	height: 400px;
}









/* CONTENT */

#content {
	background: #fff;
	float: left;
	padding: 10px 10px;
	width: 580px;
	text-align: justify;
}











/* HEADLINES */

h1 /*IE */ {
	
	color: #D23500;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 0px solid #C0B8A5;
	display: block;
}

h1 /* FIREFOX */ {
	color: #D23500;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
        height: 20px;
}





#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}

#navigation li a {
   background: #EDEDED;
   font-weight: bold;
   color: #D74800;
   display: block;
   width: 90px;
   padding: 6px 5px 6px 5px;
   border-bottom: 3px solid #E3AF0E;
	   text-align: center;	
}
#navigation a:hover {
   background: #F4E28E;
   font-weight: bold;
   color: #393939;
   text-decoration: none;
}



input, textarea, select {
color: #494949;
border: 1px solid #D74A00;
background: #F2DB72;
}


