#wrapper {
	width: 750px;
	margin: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
}
#content {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 260px;
	position: relative;
	color: #333333;
}
h1#logo {
	background-image: url(../images/stoicheo_logo.jpg);
	margin: 0px;
	padding: 0px;
	height: 232px;
	width: 183px;
	position: absolute;
	left: -230px;
	top: -70px;
	background-repeat: no-repeat;
	background-position: center;
}
.swap span {
	display: none;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #005AAD;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content a {
	color: #7EAD00;
}
#content a:hover {
}
#content address {
	line-height: 17px;
	color: #666666;
	font-size: 12px;
}#footer {
	margin-top: 25px;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	text-align: right;
}
#footer a {
	color: #999999;
}

