/* CSS Document */

body {
	background:#000000;
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eed09b;
	font-size:14px;
}
input,textarea {
	background: transparent;
	border:1px silver solid;
	color:#eed09b;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.button {
	background-color:#cab99e;
	border:0px silver none;
	color:black;
}
h1 {
	color:#9f855e;
	font-variant:small-caps;
	font-size:20px;
	font-variant:small-caps;	
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#9f855e;
	font-variant:small-caps;
}
h3 {
	color: #9f855e;
	font-size:16px;
	font-variant:small-caps;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p
{
	line-height:160%;
}
strong {
	color: #9f855e;
	font-size:14px;
	font-variant:small-caps;
}
a {
	color:#c8976a;
	text-decoration:underline;
}
a:hover {
	color:#cab99e;
	text-decoration:underline;
}

.newimg {
	padding-right:10px;
	padding-bottom:10px;
}

