body {
	margin: 0;
	font: small "Arial", Verdana, sans-serif !important;
	font: 1em "Arial", Verdana, sans-serif;
	color: #666;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 90%;
	margin: 4% auto;
	text-align: left;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	margin: 0;
	
}

h1 {
  	position: relative;
	float: left;
	display: inline;
	
	margin: 10px 0 0 20px;
	padding: 15px;
	font-size: 2em;
	font-weight: normal;
	overflow: hidden;
	color: #000;
}

#mid {
	clear: left;
	margin-left: 15px;
	padding: 5px 10px 0 10px;
}
.info {
  border: 1px solid #ccc;
  background: #eee;
  margin-right: 15px;
  padding: 0px 20px;
}

.h2 {
  font-size: 1.2em;
  color: #369;
  font-weight: bold;
}
ul { 
  font-size: 1.3em;
  color: #369;
  font-weight: normal;
}
li { margin-bottom: 10px; }

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 100%;
	padding: 0 0 10px 10px;
}

#footer p {
	margin-top: 20px;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	color: #917e54;
}

#footer p a:link, #footer p a:visited, #footer p a:active, #footer li a:link, #footer li a:visited, #footer li a:active {
	color: #917e54;
	text-decoration: underline;
}

#footer p a:hover, #footer li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer p.meta {
	float: left;
	display: inline;
	width: 49%;
}

#footer p span {
	margin: 0 3px;
}

#footer p.contact {
	float: right;
	display: inline;
	width: 45%;
	padding: 0 10px 0 0;
	text-align: right;
}

/* @end */

#bottom {
	width: 90%;
	height: 33px;
	margin: 0 0 0 15px;
	/*background: url("../images/bottom-bg.jpg") no-repeat 0 0;*/
}

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img a:hover {
	margin-bottom: -5px;
}

/* @end */

