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

body{margin:0;padding:0;
	font-family: 'OlneyLight', Fallback, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align:center;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	background-color:#990000;
	}
	
@font-face {
    font-family: 'OlneyLight';
    src: url('fonts/olney_light-webfont.eot');
    src: url('fonts/olney_light-webfont.eot?iefix') format('eot'),
         url('fonts/olney_light-webfont.woff') format('woff'),
         url('fonts/olney_light-webfont.ttf') format('truetype'),
         url('fonts/olney_light-webfont.svg#webfont9NlzSQJB') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page-box {width:100%;
	text-align: center;
	}
#content-box {width: 726px;
	padding-top:20px;
	text-align:left;
	margin: 0 auto;
	}

#main {width: 726px;
	height:450px;
	overflow:visible;
	position:relative;
	text-align:center;
}

a {color:#000; font-weight:bold; text-decoration:none;}
a:link {color:#000; font-weight:bold; text-decoration:none;}
a:hover {color:#fff; font-weight:bold; text-decoration:none;}
a:visited {color:#000; font-weight:bold; text-decoration:none;}
