#all {
	width: 970px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	}
#header {
	display: block;
	float:left;
	margin-top:0;
	width:970px;
	background-color:#eee;
	}
#header img {
	padding-left: 15px;
	}

#wrapper {
	display:block;
	float:left;
	width:968px;
	border: 1px solid black;
	}
#wrapper .sider {
	display:inline;
	float:left;
	height: 100%;
	width: 180px;
	
	}
.sider ul {
	display: inline;
	list-style-type: none;
  padding: 0;
	margin: 0;
  width: 180px; 
	float: left;
  position: relative;
  }
.sider li {
  background: #fff;
  margin: 0;
  padding: .3em;
	font-family: Arial, sans-serif;
	font-size: .8em;

  }
.sider a {
	text-decoration:none;
	color: black;
	}

#content {
	display:inline;
	float:left;
	padding-top: 2px;
	padding-left: 10px;
	width:750px;
	border-left: 1px solid black;
	font-size:.9em;
	}
.goright {
	text-align: right;
	padding-right: 3px;
	}
.triboxe {
	width:170px;
	display:inline;
	float:left;
	}
.triboxc {
	width:400px;
	display:inline;
	float:left;
	}
.triboxc img {
	display:block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}
	
.story {
	border:1px solid #ccc;
	padding:2px;
	margin:2px;
	margin-top:3px;
	}
.story p {
	margin-top: 0;
	margin-bottom: 0;
	}
.story h2 {
	font-size:0.9em;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 2px
	}
.story a {
	text-decoration:none;
	color:black;
	}
	
.artlinks {
	font-size:0.8em;
	}
.desc {
	font-size:0.8em;
	margin-bottom: 20px;
	display:inline;
	position:relative;
	bottom:10px;
	}
h1 {
	font-size:1.5em;
	}

#bottom {
	width:100%;
	background-color:#eee;
	display:block;
	float:left;
	font-size:0.8em;
	}
#bottom p {
	padding-left:10px;
	}
#bottom a {
	text-decoration:none;
	}