* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 20px 0;
}

img { border: 0px; }

body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div#page {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#header {
	height: 80px;
	margin: 10px 0 0 0;
}

div#body-top {
	width: 702px;
	height: 48px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}

div#body-middle {
	width: 702px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}

div#body-bottom {
	width: 702px;
	height: 25px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}

div#content {
	width: 635px;
	float: left;
	margin-left: 32px;
	display: inline;
}

div#footer {
	text-align: center;
	
}

a {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #febb3a;
	margin: 5px 0;
  width: 100%;
  text-align: right;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	margin: 5px 0;
}

div#banner {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}


div#content div p {
	margin: 10px 0;
	color: #fff;
	line-height: 160%;
}
div#footer {
	color: #cccccc;
}

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #eeab2a;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
