/****Defaults****/
body {
	background-color: white;
	text-align: center;
	font-family: Tahoma; 
	margin: 0px;
	padding: 0px;
}
img, form {
	border: none;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 17px;
	margin 0px 0px 10px 0px;
	color: #a3a3a3;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 0px 5px 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
p {
	margin: 0px 0px 10px 0px;	
}
ul {
	list-style: square outside url(../img/bullet.gif);
	padding-left: 15px;
	margin-left: 1px;
}

/****Universal Classes****/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.orange {
	color: #ff7d21;
}
.blue-bg {
	background-color: #5baae3;
}
.green-bg {
	background-color: #8cc53f;
}
.bold {
	font-weight: bolder;
}
.spaced{
	line-height: 15px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.no-deco {
	text-decoration: none;
}

/****Layout****/
div#main {
	position: relative;
	width: 900px;
	height: 740px;
	margin: 10px auto 0px;
	border: solid #c5c5c5 2px;
	background-color: white;
	text-align: right;
}
div#header {
	width: 880px;
	height: 60px;
	margin: 10px 10px;
	font-size: 10px;
	text-align: left;
}
div#side-bar {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 70px;
	margin: 0px 0px 0px 30px;
	text-align: right;
}
div#big-square {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 180px;
	margin: 0px 0px 0px 15px;
	text-align: left;
}
div#content {
	width: 580px;
	margin: 0px 10px 10px auto;
	font-size: 12px;
	text-align: left;
}
div#content div.left {
	width: 250px;
}
div#content div.right {
	width: 300px;
}
div#services {
	position: absolute;
	bottom: 110px;
	right: 0px;
	height: 70px;
	margin: 0px 20px 0px auto;
	clear: both;
}
div#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 880px;
	margin: 0px 10px;
	padding: 4px 0px;
	font-size: 10px;
	background-color: #daedf5;
	text-align: center;
	clear: both;
}
table#services-guide {
	border-collapse: collapse;
	border: none;
	margin: 0px 10px;
}
table#services-guide td.title {
	width: 250px;
	background-color: #daedf5;
	text-align: center;
}

/****Misc****/
a.menu-bar {
	color: black;
	text-decoration: none;
	margin: 0px 5px;
}
a.menu-bar:hover {
	text-decoration: underline;
}
div#side-bar a.small-square {
	margin-bottom: 5px;
}
img.small-border {
	padding: 5px;
	border: solid black 1px;
}
img.partner {
	margin-bottom: 10px;
}
.price {
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
}
.price sub {
	font-size: 8px
}
.price sup {
	font-size: 12px;
	vertical-align: 45%;
}
div {
#	outline: red 1px solid;
}
