BODY
{
	background-color: #000000;
	color: #585858;
}

.outer 
{
	width: 800px;
	margin: auto;
	border: 1px solid #262626;
	overflow: auto;
}

.header 
{
	overflow: auto;
	font-family: Verdana;
	font-size: 14px;
}

.line
{
	border-bottom: 1px solid #262626;
	margin: 15px;
	overflow: auto;
	text-align: center;
}

.logo
{
	padding-bottom: 15px;
}

.header a
{
	padding-left: 15px;
	padding-right: 6px;
	color: #585858;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}

.header a.active
{
	color: #adadad;
	font-family: Verdana;
	font-size: 14px;
}


.main_content 
{
	overflow: auto;
	margin: 15px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.5;
}

.gallery 
{
	overflow: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
}

.gallery img
{
	border: 1px solid #262626;
	cursor: pointer;
	cursor: hand; 
}


.footer
{
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
}

.footer a
{
	color: #585858;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 6px;
	font-family: Verdana;
	font-size: 14px;
}

.footer a.active
{
	color: #adadad;
	font-family: Verdana;
	font-size: 14px;
}


.copyright
{
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
	font-family: Verdana;
	font-size: 10px;
}