/** {{{ BASE **/
h1{
  color: #AA0000;
  font-family: sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #AA0000;
}

h2{
  color: #AA0000;
  font-family: sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #AA0000;
}

p{
  color: black;
  font-family: sans-serif;
  font-size: 16px;
}

/** BASE }}} **/

/** {{{ DEFAULT LAYOUT **/
body {
	padding: 0;
	font-family: sans-serif;
	font-size: small;
	width: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 135px;
	margin-bottom: 25px;
}

#header {
	position: fixed;
	top: 0px;
	width: 784px; /* extra width */
	height: 130px;
	background-image: url('/images/header-bgnd.png');
}

#header #smallhead {
	position: absolute;
	top: 11px;
	left: 19px;
	color: white;
	font-weight: bold;
	font-size: 26px;
}

#header #bighead {
	position: absolute;
	top: 25px;
	left: 15px;
	color: white;
	font-weight: bold;
	font-size: 60px;
}

#content {
	width: 780px;
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 784px; /* extra width */
	border-top: 1px solid #AAA;
	padding: 0;
	background-color: white;
	text-align: right;
	color: #AAA;
	font-size: small;
}
/** DEFAULT LAYOUT }}} **/
