@charset "UTF-8";

/* Import all stylesheets
/* ------------------------------ */

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* Color Pallette
/* ------------------------------ */
/*

#ed1c24		Red

*/

body {
	min-width:1024;
    margin:0;
    padding:0;
    background:#fff;
    font-size:11px;
    color:#333;
    font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}
#flashcontent {
}
#container {
	width:1024px;
	margin:0 auto;
}
#header {
	margin:10px auto;
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a span {
	display:none;
}
#header h1 a {
	display:block;
	width:940px;
	height:80px;
}
#footer {
	text-align:center;
	margin-top:100px;
}
a, a:link, a:visited {
    color:#ed1c24;
    text-decoration:none;
    font-weight:bold;
}
a:hover, a:active {
    color:#ed1c24;
    text-decoration:underline;
    font-weight:bold;
}
h1 {
	font-size:18px;
	line-height:20px;
	padding-bottom:10px;
}
h2 {
	font-size:16px;
	line-height:18px;
	padding-bottom:8px;
}
h3 {
	font-size:14px;
	line-height:16px;
	padding-bottom:6px;
}
h4,
h5,
h6 {
	font-size:12px;
	line-height:14px;
	padding-bottom:4px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
img {
    border:0;
}