body {
	background-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
}
img {
	border:0;
}

#container {
	width:800px;
	margin:auto;
}
#header {
	width:800px;
	margin-bottom:10px;
	float:left;
}

#thisweek {
	width:800px;
	float:left;
	margin-top:55px;
	margin-bottom:55px;
	color:#00a855;
	font-size:24px;
	font-weight:bold;
}

.thisweek-column {
	width:190px;
	float:left;
	margin-left:45px;
}

.thisweek-category {
	font-weight:normal;
	font-size:22px;
	color:#669966;
	float:left;
	margin-bottom:3px;
}

.thisweek-picture {
	height:120px;
	width:190px;
	border:thin solid gray;
	float:left;
}

.thisweek-title {
	font-weight:bold;
	width:100%;
	font-size:13px;
	color:#333333;
	float:left;
}

.thisweek-description {
	width:100%;
	font-size:11px;
	color:#666666;
	float:left;
	font-weight:normal;
}

.thisweek-description a {
}

#links {
	width:100%;
}
#links ul {
	list-style:none;
}
#links li {
	float:left;
}
#content {
	width:100%;
	float:left;
}
#content a {
	color: #666666;
	text-decoration:none;
}

#previous-edition {
	width:800px;
	margin-bottom:20px;
	float:left;
}

#current-edition {
	width:800px;
	float:left;
}

.magazine-description {
	float:left;
	width:150px;
	margin-right:20px;
	margin-left:200px;
	margin-top:45px;
	height:60px;
	text-align:left;
	font-size:12px;
}

.magazine-description b {
	color:#00a855;
}

.magazine {
	float:left;
	width:180px;
}



#footer {
	width:100%;
	float:left;
	text-align:center;
	font-size: xx-small; 
}






