* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background-color: #ffffff;
}

img {
	border: 0;
}

div#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -54px 0;
}
div.push {
	height: 54px;
}

div#header {
	width: 100%;
	height: 123px;
	background: transparent url("../img/header-bg.gif") repeat-x;
	text-align: center;
	margin: 0 0 25px 0;
}

div#footer {
	width: 100%;
	height: 54px;
	background: transparent url("../img/footer-bg.gif") repeat-x;
}
div#footer p {
	padding: 13px 0 0 0;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #adc07e;
	font-size: 10px;
}

div#container {
	margin: 0 0 25px 0;
}

div#content {
	margin: auto;
	width: 666px;
}

div#left, div#right {
	width: 324px;
	height: 530px;
}
div#left {
	float: left;
}
div#right {
	float: right;
}
div#left div.inside, div#right div.inside {
	background-color: #bec2a1;
	height: 410px;
	width: 320px;
	margin: 0 auto 15px auto;
}

div.text {
	padding: 10px;
}
div.text p {
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 5px 0;
}
div.text p strong {
	font-weight: 900;
}
div.text ul {
	list-style-type: none;
}
div.text ul li {
	list-style-type: none;
	color: #ffffff;
	font-size: 10px;
	font-style: italic;
	margin: 2px 0 0 0;
}

