@charset "UTF-8";
/* ////////////////////////////////////////
Reset by Blueprint
//////////////////////////////////////// */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0; padding:0; border:0; font-style:inherit; font-size:100%; vertical-align:baseline;
}

table{
border-collapse:separate; border-spacing:0;
}

caption, th, td{
text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after{
content:"";
}

blockquote, q{
quotes:"" "";
}

a img{
border:none;
}

/* ////////////////////////////////////////
YUI Font CSS 
//////////////////////////////////////// */
body {
font:13px/1.231;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}

/**
* Nudge down to get to 13px equivalent for these form elements
*/ 
select,
input,
button,
textarea {
font:99%;
}

/**
* To help tables remember to inherit
*/
table {
font-size:inherit;
font:100%;
}

/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* ////////////////////////////////////////
Settings
//////////////////////////////////////// */
body {
padding: 20px;
text-align: center;
background:#fff;
color: #000;
line-height:1;
font-size:77%;
font-family:"Georgia", Times New Roman, serif;
}

img { vertical-align: bottom; border: none;
}

a {
cursor:pointer;
color:#000;
text-decoration: none;
}

a:link { }
a:visited { }
a:hover,
a:active {
color:#ec1c24;
text-decoration:none;
}

a:focus{
outline:none;
}

p {
padding: 0px 0px 0.5em;
}


a:hover img { 
filter:alpha(opacity=50); 
-moz-opacity:0.50;
-khtml-opacity: 0.5;
opacity:0.50;
}

.hover { }
.heightLine { }

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

.clearfix {
zoom: 100%; 
}


/* ////////////////////////////////////////
//////////////////////////////////////// */
#wrapper {
margin:128px auto 0px;
width:478px;
text-align:left;
}

#wrapper h1 {
	padding-left:2px;
}

#wrapper ul {
	list-style:none;
	padding:35px 2px 27px;
}

#wrapper ul li {
	list-style:none;
	font-size:1.1em;
	padding-bottom:8px;
}

#wrapper ul li a {
	display:block;
}

#wrapper ul li em{
	font-style:italic;
	color:#888;
	text-decoration:line-through;
}

#wrapper div {
	
}
