BODY {
	background: #333333 url(images/back.jpg) fixed no-repeat top left;
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
}

A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}

A IMG {
	border: 0px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#wrapper {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contents {
	/* background-color: #000000; */
}

.round {
	-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

  -khtml-border-radius-topleft: 5px;
  -khtml-border-radius-topright: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomright: 5px;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

.contentsTop {
	background: url(images/contents_top_back.png);
	padding: 5px;
}
.contentsTop .url {
	margin-bottom: 0px;
}
.contentsTop IMG {
	float: right;
}

.contents2 {
	width: 475px;
	float: left;
	background: url(images/contents_back.png);
	padding: 5px;
	margin-bottom: 10px;
}
.contents2_1 {
	margin-left: 10px;
	margin-right: 10px;
}

.contents1 {
	width: 970px;
	background: url(images/contents_back.png);
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}


H1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

H2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

H3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.rssitem {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dashed #FFFFFF;
}
.rssitem .datetime {
	font-size: 9px;
	color: #666666;
	width: 70px;
	float: left;
	margin-right: 5px;
}
.rssitem .title {
	font-size: 10px;
	float: left;
	width: 400px;
}

#flickrimages {
	padding-top: 3px;
	padding-left: 11px;
	padding-right: 11px;
}
#flickrimages IMG {
	margin: 2px;
}

#deviantartimages {
	padding-top: 3px;
	padding-left: 11px;
	padding-right: 11px;
}
#deviantartimages IMG {
	margin: 2px;
}

#panoramioimages {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
#panoramioimages IMG {
	margin: 2px;
}

#ptfotosimages {
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
}
#ptfotosimages IMG {
	margin: 3px;
}

