body {
	background-color: #000000;
	text-align: center;
	color: #666666;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font: 42px "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font: 28px "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
img {
	border: 0;
}
a {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	background-color: #ffffff;
	width: 800px;
	margin: auto;
	padding: 5px;
}
#pic_galls {
	text-align: center;
}
#pic_galls a img {
	width: 200px;
	height: 270px;
	margin: 3px;
	border: 1px solid #ff0000;
}
#pic_galls a:hover img {
	border: 1px dashed #ff0000;
}
#big_link {
	font: 28px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#text {
	font-size: 14px;
	width: 700px;
	margin: auto;
}
#picture {
	background-color: #ffffff;
	padding: 5px;
}
#more_link {
	font: 28px "Times New Roman", Times, serif;
	text-transform: uppercase;
}