@charset "utf-8";
/* CSS Document */

body
{
background-color:#000;
padding:0;
margin:0;
}
h2
{
padding:0;
margin:0;
color:#fad996;
font-size:15px;
letter-spacing:1px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}
img
{
border:none;
}


h3
{
color:#fff;
font-family:"Times New Roman", Times, serif;
font-size:17px;
letter-spacing:1px;
font-weight:bold;
}

div.text
{
width:366px;
height:377px;
overflow:auto;
color:#fad996;
font-size:13px;
letter-spacing:1px;
line-height:17px;
font-family:"Times New Roman", Times, serif;
}

div.gallery
{
width:100%;
height:420px;
overflow:scroll;
}

.top-text
{

color:#fad996;
font-size:13px;
line-height:17px;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
}

.footer
{

color:#fad996;
font-size:11px;
line-height:17px;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
}
.enter
{
color:#00ffff;
font-size:12px;

line-height:17px;
font-family:"Times New Roman", Times, serif;
}
a
{
text-decoration:none;
color:#fad996;
}
 a.enter:hover
{
text-decoration:underline;
}



textarea {
	border-right:1px solid #585858;
	border-bottom:1px solid #585858;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF9900;
	font-weight:500;
	letter-spacing:1px;
	width:85%;
	overflow:hidden;
}

input {
	border-right:1px solid #585858;
	border-bottom:1px solid #585858;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
	font-weight:500;
	letter-spacing:1px;
}
.button1 {
	border-left:1px solid #585858;
	border-top:1px solid #585858;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight:500;
	letter-spacing:1px;
}
.button1:hover {
	border-left:1px solid #585858;
	border-top:1px solid #585858;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
	font-weight:500;
	letter-spacing:1px;
	cursor:pointer;
}
