@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	vertical-align: top;
}


a:link {color: #7E0000; text-decoration: none; font-style: italic;}
a:visited {color: #C63E31; text-decoration: none; font-style: italic; }
a:active {color: #B5F100; text-decoration: none; background-color: #996666; font-style: normal; letter-spacing: 0.3em;}
a:hover {color: #B5F100; text-decoration: none; background-color: #996666; font-style: normal; letter-spacing: 0.3em;}


/* BASE */
body {
	background: #d84d3d;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1 {
	line-height: 100%;
}

h1 img {
	position: fixed;
	display: block;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 70%;
}

div#flash_header {
	height: 190px;
	background: #d84d3d;
}

div#main {
}

div#main p.info, div#main h2, div#main address, div#main p.copy {
	padding-left: 15px;
}

div#main p.info {
	font-size: 13px;
	line-height: 90%;
	color: #000033;
}

div#main h2 {
	margin-top: 25px;
	font-size: 11px;
	font-weight: normal;
	line-height: 90%;
	color: #6EFEFF;
}

div#main li a, div#main p.about a, div#main .contact a {
	display: block;
	padding-left: 15px;
}

div#main ul {
	list-style: none outside;
}

div#main li { 
	font-size: 12px;
	line-height: 90%;
}

div#main li.new {
	font-size: 130%;
	letter-spacing: -0.1em;
}

div#main li span.newicon {
	padding-left: 10px;
	font-size: 60%;
	font-style: italic;
	color: #6EFEFF;
	line-height: 90%;
}

div#main p.about {
	margin-top: 25px;
	font-size: 12px;
	line-height: 90%;
}

div#main address {
	margin-bottom: 8px;
	font-size: 11px;
	font-style: normal;
	line-height: 90%;
	color: #7E0000;
}

div#main  p.contact {
	margin-bottom: 45px;
	font-size: 11px;
	font-style: italic;
	line-height: 90%;
	color: #7E0000;
}

div#main p.copy {
	margin-top: 25px;
	margin-bottom: 30px;
	font-size: 10px;
	line-height: 100%;
	color: #000033;
}

a span {
	font-style: normal;
}
