@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#181e17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}

/* Text */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

/* Body */

div#feature {
	margin-top:150px;
	margin-left:100px;
	width:440px;
}

img.display {
	margin-left:20px;
}

a:link {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:underline;}
a:visited {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:underline;}
a:hover {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:none;}
a:active {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:underline;}


/* Footer */

td.footer {
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#cccc99;
	text-align:center;
}

a.footer:link {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#cccc99; text-decoration:underline;}
a.footer:visited {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#cccc99; text-decoration:underline;}
a.footer:hover {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#cccc99; text-decoration:none;}
a.footer:active {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#cccc99; text-decoration:underline;}