/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #D1E188;
	color:#586719;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}
#wrapper {
	top: 10px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
td.top {
	width: 750px;
	height: 109px;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
}
td.left {
	width: 166px;
	height: 440px;
	background-image: url(images/left.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	background-color: #586719;
}
td.middle {
	width: 460px;
	height: 357px;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
	background-color: #EBEBC9;
}
td.right {
	width: 2px;
	height: 1px;
	background-image: url(images/fil.jpg);
	background-repeat:repeat-y;
	
}
td.bottom {
	width: 750px;
	height: 14px;
	background-image: url(images/bottom.jpg);
	background-repeat:no-repeat;
}
a {
	font-size:14px;
	color : #586719;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size:14px;
	color : #ABB38C;
	text-decoration: none;
	font-weight: bold;
}
table.navbar {
	background-color:#EBEBC7;
	height: 20px;	
}

.navbar a {
    font-size:14px;
	color : #586719;
	text-decoration: none;
	font-weight: bold;

}
.navbar a:hover {
	font-size:14px;
	color : #ABB38C;
	text-decoration: none;
	font-weight: bold;

}

table.main {
	font-size:14px;
}


#content {
	font-size : 14px;
	width: 550px;
	height:450px;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	color: #586719;

}
td.heading {
	font-size : 16px;
	padding-left: 3px;
	color: #EBEBC9;
	background-color: #586719;
	font-weight: bold;
}
.pricing {
	font-size : 16px;
	font-weight: bold;
	text-decoration:underline;
}


  