@charset "UTF-8";

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

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

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

/* Menu-specific styles */
@import url('menu-items.css');

/* ------------------------------ */

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

#main {
	width:600px;
	margin:0 auto;
}

#container {
	width:600px;
	margin:0 auto;
}

#header {
	margin:20px 0 20px 0;
}

#footer {
	text-align:center;
	margin:20px 0 20px 0;
}

/* Other stuff
/* ------------------------------ */

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;
}