html {
	background-color: #3f535e;
	height: 100%
	width: 100%
	margin: auto;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666;
}

body b {
	font-weight: bold;
}


/* Structure */
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.png);
}

.inner {
	width: 960px;
	background-color: #d8d6b9;
	margin-left: 10px;
}

.imagepackage {
	height: 485px;
}

.left {
	margin-left: 30px;
	margin-top: 20px;
	width: 504px;
	float: left;
}

.right {
	margin-left: 30px;
	margin-top: 20px;
	width: 360px;
	float: left;
}

.textblock {
	margin-top: 10px;
	position: relative;
}

.imagepackage img {
	margin: 0;
	padding: 0;
	border: none;
}

.plans
{
    margin: 25px 0 0 0;
}

.plans_table
{
    width: 400px;
    margin: 0 0 0 40px;
}

.plans_column
{
    
}

.floor_row
{
    height: 180px;
}

a .plan_img
{
    border: 2px solid #d9d5b8;
}

a:hover .plan_img
{
    border: 2px solid black;
}

.right img {
	float: left;
	margin: 0;
}

.right img#stamp {
	margin-right: 12px;
	margin-bottom: 10px;
}

.right img#tease {
	margin-bottom: 5px;
}

/* Links */
a {
	color: #007e9a;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #009fc2;
}

ul#steps {
	margin-top: 20px;
}

#steps li {
	margin-top: 20px;
	display: inline-block;

}

#steps li.first {
	margin-top: 0px;
}

#steps img {
	float: left;
}

#steps p {
	float: left;
	margin-left: 15px;
	width: 420px;
	margin-top: 3px;
}

ul#substeps {
	margin-left: 125px;
	width: 300px;
}

#substeps li {
	display: block;
	margin: 0;
}
#right-text {
	letter-spacing:-.03em;
	width: 330px;
	text-align:center;
	line-height:19px;
	font-size:11px;
	border:1px solid #666;
	padding:15px;
}
#right-text p {
	margin-top:10px;
	padding:0 5px;
}
