@font-face {
    font-family: 'immortal'; /*a name to be used later*/
    src: url('http://historyventure.com/css/immortal.ttf'); /*URL to font*/
}

body
{
	height: 100%;
	margin: 0px;
	background-color: black;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1
{
	margin: 0px;
}
div
{
	display:block;
}
#wrap
{
	margin: 0 auto;
	
}
#head
{
	background-color: #1A1A1A;
	height: 75px;
	background-image: url(../images/bg1.png);
	background-repeat:repeat-x;
	
}
#head_content
{
	width: 1000px;
	margin: auto;
	padding: 1em;
}
#middle
{
	background-image: url(../images/tinytex.png);
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
	float: left;
}
#middle_content
{
	width: 1000px;
	margin: auto;
	padding: 2em;
	color: white;
}
.left
{
	float: left;
	width: 610px;
	border-radius: 10px;
	position: relative;
	padding: 15px;
	background:#474747;
	margin-right: 10px;
}
.left img
{
	float:left;
	margin-right:10px;
	border-style: none;
	max-width: 250px;
}
.left hr
{
	width: 100%;
	float: left;
}
.right
{
	float: left;
	border-radius: 10px;
	padding: 15px;
	background:#474747;
	width: 320px;
}
.right h3
{
	font-family: 'immortal';
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.right input
{
	padding: 7px 7px 7px 30px;
	border: 2px solid #D0D0D0; 
	background: white url(../images/search.png) 8px center no-repeat;
	font-size:14px;
	color:#666;
}
.right img
{
	border-style: none;
}
.randImg
{
	width: 100%;
}
.centerLink {
	text-align: center;
	font-family: 'immortal';
	font-size: 22px;
}
.centerLink a{
	text-decoration: none;
}
#footer
{
	background-color: black;
	color: white;
	height:100%;
	background-image: url(../images/bg2.png);
	background-repeat:repeat-x;
	float: left;
	width: 100%;
}
#footer_content
{
	width: 1000px;
	margin: auto;
	padding: 2em;
}
a
{
color: lightgreen;
}
a:visited
{
color: lightskyblue;
}
a:hover, a:active, a:focus
{
color: lightseagreen;
cursor: pointer;
}
ul.ss-box li.ss-result a td a
{
	padding: 0;
	display: inline;
}	
.addedPeople img {
	float: none;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}	
.addedPeople a {
	text-decoration:none;
}	
.addedPeople h3 {
	font-family: 'immortal';
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	float: left;
	width: 100%;
}
h3{
font-family: 'immortal';
}
.peopleHolder{
	float: left;
	width: 100%
}