/*
*/
* {
	margin: 0;
	padding: 0;
	lain-height: 0;
}

img {
	border: 0;
}


/*---------------------------------------------------------------
*/

body {
	text-align: center;
	background-color: #999999;
	color: #FFFFFF;	
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

h1{font-size: 5em;}
h2{font-size: 1.5em;}

a:link, a:visited {
	color: #8b0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #cccccc;
	text-decoration: underline;
}

/*---------------------------------------------------------------
*/

#wrapper {
	width: 840px;
	margin: 10px auto;
	text-align: left;
/*	position: relative;
*/
}

#header {
	width: 840px;
	height: 50px;
/*	background-color: #000000;
*/
}

#main {
	width: 840px;
/*	margin: 5px;
	background-color: #555555;
*/
}

#footer {
	width: 840px;
	text-align: right;
	border-top: solid 1px ;
/*	background-color: #000000;
*/
}

/*---------------------------------------------------------------
*/


.link {
	list-style: none;
	text-align: right
}

.contents {
	width: 812px;
	margin: 5px auto;
}

ul.thumbnail:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}


ul.thumbnail {
	width: 800px;
	padding: 5px;

	border: solid 1px;
	display: block;

	background-color: #000000;

/*
	height: auto;
	clear: both;
	display: inlain-table;
	list-style: none;
*/
}

ul.thumbnail li {
	list-style: none;
	display: inline;

	float: left;

/*
	background-color: #ffffff;
	padding: 0px;
*/
}

div.caps {
	padding: 2px;
	text-align: right
/*	height: 30px;
*/
}




