﻿/* CSS layout */
#left_col {
	width: 178px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	position: absolute;
	margin-left: 178px;
	top: 0;
	width: 580px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	height: 642px;
}

#container {
	position: absolute;
	top: 0;
	width: 100%;
}
body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 80%;
	color: #4B728B;
	background-image:url('images/bg-top.gif');
	background-repeat:repeat-y;
}
#page_text {
	margin-top: 150px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 52px;
}
p {
	text-align:justify;
}
img {
	border-width:0;
}
h1 {
	font-size: 140%;
	color: #A8C783;
	margin-bottom: -10px;
	font-weight: normal;
	text-transform: uppercase;
}
td {
	vertical-align:top;
}
table.plans td {
	vertical-align:bottom
}
table.plans a {
	text-decoration: none;
}
table.plans h1 {
	margin-bottom: 0;
}
a {
	color: #4b728b;
}

