* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
li {
	list-style-type: none;
	}
	
.clear {
	clear: both;
	}
	
body {
	
	
	background-color: #0B1517;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-color: #79829E;
	text-align: left;
	font-size: 16px;
}

#main {
		
	text-align:left;
}

#header {
	
	background-color: #FCFEF0;
}

#header-logo{
	float:left;
}

#header-email{
	padding-top:14px;
	float:right;
}

#navigator {
	
	height:60px;
	background-color:#091214;
	line-height:110%
	
}

hr {width: 100%;
color:#fff;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
} 

#column1{
	float:left;	

}

#column2{
	margin-left:100px;

}

#column3{

	float:right;
	width:500px;
	height:10px;
	background-color:#cecece;

	
	
	float:right;
   margin: 0px 200px 0px 200px;
   text-align: center;


}

#content {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#0B1517;
		letter-spacing: -0.03em;
	text-align: justify; 
	text-justify: newspaper;
}

#animation-thumbnails{
	padding-top:150px;
}

#animation-thumbnail1{
	width:200px;
	
	text-align:left;
}

#footer {
	background-color:#0B1517;
	height:20px;
	padding-top:100px;
	
}

#inner {
	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	
}

#header-inner {
	padding:45px 5px 5px 5px;
	
}

#page-title{
	padding-top:10px;
	text-align:center;
}

#page-description{
	padding-top:10px;
	width:400px;
	text-align:center;
}

#entry{
	width:720px;
	padding-bottom:5px;
	
	height:auto;
}
#entry-header{
	height:20px;	
	margin-bottom:7px;
	
}
#entry-title{
	float:left;
}

#entry-media{
	padding-top:1px;
}

#entry-text{
	padding-top:5px;
	width:718px;
	text-align: justify; 
	text-justify: newspaper;
}

#entry-date{
	float:right;
	
	
}
	
	