

/* Overall
-------------------------------------------------- */

body {
	background: #ffffff;
	color: #444444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

/* -- Headings -- */

h1,h2,h3 {
	font-size: 18px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 sub, h2 sub, h3 sub { display: block; font-size: 10px; vertical-align: baseline; }


/* -- Text -- */

p { margin:0 0 1em 0; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }


/* -- Links -- */

a:link, a:visited,
a:hover, a:focus  { color:#a1372d; text-decoration: none; }
a:link			  { color:#a1372d; text-decoration: none; }
a:visited		  { color:#a1372d; text-decoration: none; }
a:hover			  { color:#a1372d; text-decoration: none; }
a:focus			  {  }




/* Layout
-------------------------------------------------- */

#top {
background: #000000;
height: 58px;
}
#header {
background: #3266cc;
height: 23px;
border-top: 1px #c7ced8 solid;
border-bottom: 23px #cccccc solid;
}
#main {
margin: 0 auto;
font-size: 72px;
text-align: center;
padding: 100px 0;
}
#footer {
text-align: center;
border-top: 1px #cccccc solid;
padding: 20px 0;
line-height: 18px;
}
