* {
	outline: 0px solid yellow;
}
 
html {
	background: rgb(220,220,220);
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;	
}
 
#header {
	float:left;
	height:112px;
}
 
#header h1 {
	display:none;
}
 
#magazines {
	width:421px;
	float:right;
	min-height:131px;
}
 
#magazines * {
	margin:0;
	padding:0;
}
 
#magazines ul {
	list-style-type: none;
	float:right;
	padding-bottom:25px;
}
 
#magazines ul li {
	float:right;
	width:90px;
	height:120px;
	margin-left:15px;
}
 
#magazines ul li a {
	float:right;
}
 
#magazines ul li a img {
	border:0px solid white;
	max-width:90px;
	max-height:120px;
}
 
#magazines ul li a img:hover {
	outline:1px solid white;
 
}
 
body {
	background: rgb(48,48,48) url('/images/content_background.png') repeat-x;	
	padding: 25px 25px 0px 25px;
	color: #333;
	-webkit-box-shadow:0 0 6px grey;
	-moz-box-shadow:0 0 6px grey;	
	border:1px solid black;
	width:800px;
	margin: 25px auto;	
}
 
#menu {
	clear:both;
	float:left;
	width:800px;
}
 
#menu * {
	margin:0;
	padding:0;
}
 
#menu ul {
	float:left;
	list-style-type:none;
}
 
#menu li {
	float: left;
}
 
#menu a {
	padding:0 10px;
	display:block;
	height:36px;
	line-height:36px;
	color:white;
	text-decoration:none;
}
 
#menu:hover a {
	color:grey;
}
 
#menu a:hover {
	color:white;
}
 
#menu #current {
	font-weight:bold;
	text-shadow: 0 0 10px white;
}
#content {
	clear:both;
	background-color:white;
	padding: 10px 25px 10px 25px;
}
 
#content h1 { font-size:1.3em; }
#content h2 { font-size:1.2em; }
#content h3, #content h4, #content h5, #content h6 { font-size:1.1em; }
	#content img.logo {
		max-width:740px;
	}
 
	#content a {
		color: #4671B9;
		text-decoration:none;
	}
	
	#content a:hover {
 
	}
	
	#content p img {
		float:left;
		margin: 0 20px 20px 0;
	}
	
	#content br.clearfloat {
		clear:both;
	}
	
	#content table tr:nth-child(even) {
		background-color:#eee;
	}
	
	#content table {
		border-collapse:collapse;
		width:60%;
		margin:0 auto;
		border:1px solid #ddd;
	}
	
	#content table td {
		text-align:center;
	}
	
	#content table tfoot tr td {
		text-align:right;
	}
	
	#content table col.first {
		background-color:#ddd;
	}	
	
	#content th {
		background-color:#ddd;
	}
	
	#content div#logo {
		text-align:center;
	}
	
.edition {
	padding:1px 15px 15px 15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#eee;	
	margin-bottom:10px;	
}
 
	.edition img {
	  float: left;
		margin-right: 50px;
		margin-bottom: 30px;
		border:5px solid white;
		max-width: 120px;
		max-height: 120px;
		-webkit-box-shadow: 1px 1px 4px black;
		-moz-box-shadow: 1px 1px 4px black;		
	}
	
	.edition .images {
		background-color:#aaa;
		margin-bottom:0;
		margin-top:15px;
	}
	
	.edition ul {
		list-style-position: inside;
		margin-left: 110px;
	}
 
.images {
	clear:both;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#aaa;
	margin-bottom:15px;
	padding: 0 25px;
}
 
	.images img {
		max-width:100px;
		max-height:100px;
		-webkit-box-shadow: 1px 1px 4px black;
		-moz-box-shadow: 1px 1px 4px black;			
		margin:15px 0px 15px 15px;
		border: 10px solid #fff;
	}
	
	.images img:hover {
		border: 10px solid #eee;
	}
 
#footer address {
	clear:both;
	color:white;
	text-align:center;
}