html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: trebuchet, trebuchet ms, arial, helvetica, sans-serif;
	background: #f3ede2 url(images-layout/bg-body.jpg);
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

img {
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.5em;
}

p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	background: #dcd7cd;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 780px;
	margin: 0 auto;
}

#content {
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: left;
}

#contentHome {
}

img.home {
	vertical-align: top;
}

#contentHomeLeft {
	display: inline;
	float: left;
	margin-top: 5px;
}

#contentHomeRight {
	display: inline;
	float: right;
	margin-top: 5px;
	vertical-align: bottom;
}

#contentHeader {
	position: relative;
	margin: 0;
	padding: 0;
	height: 38px;
}

#contentHeaderLeft {
/*
	position: absolute;
	left: 0;
	bottom: -8px;
*/
	float: left;
	display: inline;
}

#contentHeaderLeft a:hover,
#contentHeaderLeft a:active 
{
	text-decoration: none;
	background: none;
}

#contentHeaderRight {
	position: absolute;
	right: 0;
	bottom: 8px;
/*
	float: right;
	display: inline;
*/
}

#contentHeaderRight a {
	padding: 0 2px;
}

#contentBody {
	margin-top: 20px;
}

#contentBody p {
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentBody h1 {
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.contentBodyLeft {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}

body.links .contentBodyLeft {
	margin-bottom: 20px;
}

body.links .contentBodyLeft a:hover,
body.links .contentBodyLeft a:active
{
	text-decoration: none;
	background: none;
}

.contentBodyRight {
	float: left;
	display: inline;
	width: 570px;
	margin-bottom: 10px;
}

body.links .contentBodyRight {
	margin-bottom: 20px;
}

body.port #contentBody {
	padding-left: 57px;
}

.contentPort {
	display: inline;
	float: left;
	width: 125px;
	height: 85px;
	margin-right: 10px;
	margin-bottom: 10px;
/*
	background: #ffc;
*/
}

.contentPort img {
}

.contentPort a:hover, 
.contentPort a:active
{
	text-decoration: none;
	background: none;
}

#footer {
	position: relative;
/*	width: 780px; */
	margin: 0 auto;
	margin-top: -30px;
	height: 30px;
	background: #000;
	color: #fff;
}

#footer p {
	padding: 8px 0 0 0;
	letter-spacing: .05em;
}

#footer a {
	color: #fff;
}

.clearIt {
	clear: both;
}

body.exp a.exp, 
body.port a.port,
body.links a.links 
{
	font-weight: bold;
	background: #000;
	color: #fff;
}

body.exp a:hover.exp,
body.exp a:active.exp,
body.port a:hover.port,
body.port a:active.port,
body.links a:hover.links,
body.links a:active.links
{
	text-decoration: none;
}


