/* ========== [ BODY ] ========== */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 12px/175% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

/* ========== [ LAYOUT ] ========== */

#container {
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
	background: url(images/bg-main.jpg) repeat-y left top;
		}

#header {
	clear: both;
	height: 210px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(images/header.jpg);
}

#sidebar {
	float: left;
	width: 20%;
	margin-left: 10px;
	}

#content {
	float: right;
	width: 75%;
	padding: 2%;
	}

#footer {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	background:#D12727;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 0.75em;
	text-align: center;
	}

.gutter {
	padding: 10px;
	}

/* ========== [ NAV-SIDE ] ========== */

#nav-side {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav-side li {
	border-bottom: 1px solid #666666;
	}

#nav-side a {
	width: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	}

#nav-side a:hover {
	background: #D12727;
	color: #FFFFFF;
	}

/* ========== [ HEADINGS ] ========== */

h1 {
	font-size: 1.5em;
	color: #D12727;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 2em;
	}

h2 {
	font-size: 1.4em;
	color: #D12727;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 2em;
	}

h3 {
	font-size: 1.3em;
	color: #D12727;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 2em;
	}

h4, h5, h6 {
	font-size: 1.2em;
	color: #D12727;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 2em;
	}

/* ========== [ LINKS ] ========== */

a:link {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px dashed;
	}

a:visited {
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px dashed;
	}

a:hover {
	color: #D12727;
	border-bottom: 1px solid;
	}

/* ========== [ FORM ] ========== */

fieldset {
	border: 1px solid #3F3C34;
	}

legend {
	color: #3F3C34;
	letter-spacing: 0.1em;
	}

form dt {
	margin: 1em 0.5em 0 0.5em; 
	}

form dd {
	margin-left: 1em;
	}

input, textarea {
	background: #E6DCBE;
	}

/* ========== [ MARKED ] ========== */
.marked {
	color: #D12727;
	font-size: 110%;
	}


