

body {
	margin: 0;
	padding: 0;
	background: black ;
	color: #808080;
	font-family: "Trebuchet MS",sans-serif;
}

#content {
	width: 580px;
	/*margin-left: 200px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	/*margin-top: 250px;*/
	margin-left: auto;
	margin-right: auto;
}	

a:link
{
color: #808080;
font-weight: 100;
/*text-decoration: none;*/
}

a:visited
{
color: #FFFFF0;
font-weight: 100;
/*text-decoration: none;*/
}

a:hover
{
background-color: black;
color: #FFFFF0;
}


			#thumbnail {
				width: 193px;
				height: 175px;
				float: left;
			}
			
			#description {
				height: 100px;
				
				float: left;
				width: 193px;
				}
/*			#thumbnail {
				width: 193px;
				min-height: 185px;
				float: left;
			}
				
			#description {
				width: 193px;
				min-height: 250px;
				float: left;
			}*/
				
			#thumbnail img {
				display: block;
				margin-right: auto;
				margin-left: auto;
				margin-top: 10px;					
			}
					
			.name {
				font-weight: bold;
				font-size: larger;
				text-align: center;
			}
						
			.caption {
				/*font-size: smaller;*/
				width: 160px;
				margin-right: auto;
				margin-left: auto;
				text-align: justify;
			}
			
			.first {
				clear: left;
			}
			
			#content p { text-align: center; }

/*#footer {
	width: 600px;
	margin-left: 200px;
	padding-left: 10px;
	clear: left;
	/*background: #848484;*/
}*/

				
			#intro {
				text-align: justify;
				font-size: larger;
			}
