@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;	
	background: #000;
	background-image: url(../images/backgroundBody.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
		
}
a:visited {
	
}
a:hover {
	
}
#wrapper {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;	
	padding: 0;
	
}
#topStripe {
	margin: 0px 0px 50px 0px;
	padding: 0;	
}
#navigation {
	padding: 0;	
	margin: 0px 0px 0px -250px;
}
#content {
	width: 984px;	
	margin: 0 auto;
	padding: 0;
}
#zedZeviBack {
	background-image: url(../images/ZedZeviBack.jpg);
	background-repeat: no-repeat;
	width: 858px;
	height: 476px;
	margin: 0 auto;
	padding: 225px 0 0 0;
	
}
#zedZeviBack img {
	border: none;	
	padding: 0;
	margin: 0;
}

#linksBox {
  background-image: url(../images/linksBoxBackground.gif);
  background-repeat: repeat-y;
  width: 300px;
  margin: 50px 90px 0px auto;
  padding: 0;
  text-align: center;

}
#linksBox img {
	margin: 0px;
	padding: 0px;	
}
#boxContent {
  color: #333;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
#boxContent h2 {
	text-align: center;
	font-size: 18px;
	border-bottom: 3px solid #FFF;
	border-top: 3px solid #FFF;
	padding: 5px;
	margin: 0px;
	color: #333;
}
#boxContent ul {
	list-style-type: disc;
	color: #6CF; 	
}
#boxContent li {
	padding: 5px 10px;
}
#boxContent a:link {
	color: #FFF;
	text-decoration: none;
}
#boxContent a:visited {
	color: #FFF;
	text-decoration: none;
}
#boxContent a:hover {
	color: #6CF;
	text-decoration: none;
}
/*	
#topBox {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #FFF;
	width: 300px;
}
#boxContent {
  margin: 0px 10px;
  background-color: #000;
  width: 275px;	
  color: #FFF;
  
}
#boxContent p {
	padding: 10px 20px;
}
#boxContent h2 {
	text-align: center;
	font-size: 18px;
}
#boxContent a:link {
	color: #FFC;
}
#bottomBox {
	width: 300px;
	margin: 0;
	padding: 0;
	border-top: 4px solid #FFF;
}*/

#bottomStripe {
	margin: 40px 0 0 0;
	padding: 0;
	
		
}
.bold {
	font-weight: bold;	
}