body{
	background-color:#111;
	font-family: Helvetica;
	font-size:12px;
	color:#ccc;
	}

#container{
	margin: auto auto;
	width:785px;
	}

#header{
	padding: 30px 0px 30px 0px;
	}

#navigation{
	text-align: right;
	}
	
#footer{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #222;
	text-align: right;
	}
	
#logo{
	width:300px;
	}
	
#date{
	float:right;
	text-align: right;
	}

#message{
	width:auto;
	height:auto;
	padding: 20px 10px 20px 10px;
	text-align: center;
	}

#link_back{
	width:auto;
	height:auto;
	padding: 20px 10px 20px 10px;
	text-align: center;
	}
	
a:link{
	color:#333;
	}
	
a:visited{
	color:#333;
	}
	
a:hover{
	color:#ff0000;
	}
	
h2{
	color:#fff;
	text-transform: uppercase;
	}
	
ul{
	list-style: none;
	padding:0px;
	}
	
li{
	display:inline;
	}
	
p{
	text-align: justify;
	}

.thumbnail{
	width:135px;
	height:105px;
	padding:10px;
	background-color: #000;
	border: 1px solid #222;
	}

.hidden{
	display: none;
	}
	

img{
	border:none;
	vertical-align: middle;
	}
	
/** Add This **/
#at16pf, #at16sas, .at15t_more{
	display: none;
	visibility: hidden;
	}

/** Add This **/
.addthis_button_compact{
	float:right;
	padding-right:5px;
	position: relative;
	top: -2px;
	}

