@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 85% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000;
	}
	
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover, a:active
{
	color:#000;
	text-align: right;
}

h1
{
	color:#FFFF00;
	font: 120% Georgia, "Times New Roman", Times, serif;


	font-weight: bold
	margin: 0 0 2px 0;
	width: auto;
	top: auto;
}

h2
{
	color:#FFFFFF;
	font: 100% Georgia, "Times New Roman", Times, serif;

	font-weight: bold
	margin: 0 0 2px 0;
	
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 45px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	clear: left;
	text-align: center;
}


.imagefloat {
	float:left;
	margin: 10px;
	height: 101px;
	width: 150px;
}
.gallery_desc {
	height: 100%;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}

.desc {
	margin: 10px;
	float: right;
	height: auto;
	width: 490px;
	text-align: left;
}
.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	height: auto;
	width: 100%;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.rpt_container {
	width: 100%;
	height: 160px;
}




#container
{
	width: 718px;
	background-color: #000;
	vertical-align: middle;
	text-align: left;
}

#header
{
	height: 105px;
	width: 100%;
	position: relative;
	background-color: #000;
}

#contents
{
	height: 100%;
	width: 718px;
	background-color: #000;
	text-align: center;
}
#contents_glue {
	height: 100%;
	width: 696px;
	padding: 10px;
}

#photo_bar {
	width: 225px;
	height: 100%;
	float: left;
}
#text_bar {
	background-color: #000;
	height: auto;
	width: 450px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 10px;
}



#footer
{
	background-color: #000;
	vertical-align: bottom;

	
}
