body {

 padding: 0px;
 margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
background:#E2E3CF repeat-x;
    background-image: url(images/background.jpg);
}

#maincontainer {

	background-color: #FEFFE3;
width: 780px;
/*	padding-left: 10px;
	padding-right: 10px;   */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#logo {
	background-image: url(./images/logo.jpg);
	height: 120px;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #ffffff;
	width: 760px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;

}

#content li {
	list-style-image: url(images/bullet.jpg);
	vertical-align: middle;
}

#nav {
	display: block;
	margin-top: 2px;
	height: 25px;
	width: 780px;
	margin-left: 0px;
/*	margin-right: auto;   */
	background-color: #FEFFE3;
	color: #e1e1e1;
	overflow: hidden;
}

#nav ul {
	width: 780px;
	padding: 5px;
	margin: 0px;
}

#nav li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#nav a, a.active {
	margin: 0px;
	width: 128px;
	height: 25px;
	display: block;
	float: left;
	font-style: normal;
	background-color: #FEFFE3;
	background-image: url(images/nav.gif);
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	padding: 0px;
	padding-top: 4px;
}

#nav a.active{
	background-image: url(images/activenav.gif);
	color : #317939;
}

#nav a:hover {
	text-decoration: underline;
	color: #FDFE8C;
}

#nav a.active:hover {
	text-decoration: none;
	color: #317939;
}

h1 {
	font-family: garamond, serif;
	color: #317939;
	font-size: 30px;
	font-weight: strong;
}

a {
	color : #317939;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h2 {
	font-family: garamond, serif;
	color: #317939;
	font-size: 20px;
	font-weight: strong;
}

h3 {
	font-family: garamond, serif;
	color: #317939;
	font-size: 16px;
	font-weight: strong;
}

.centreimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	display: inline;
	float: right;
	text-align: top;

}

.left {
	display: inline;
	width: 400px;
	float: left;

}

.caption {
	width: 760px;
	font-size: 11px;
	text-align: center;
	margin-top: 2px;
}

#pricing {
	font-size : 11px;
	line-height : 150%;
}

table {
	border-collapse : collapse;
	margin-left : auto;
	margin-right : auto;
	border : solid;
	border-width : 2px;
	border-color : #317939;
}


td {
	border : solid;
	border-width : 1px;
	border-color : #317939;
	text-align : center;
}

*#col1 {
	background-color : #B4D2BC;
	text-align : left;
}

*#col4 {
	background-color : #FEFFE3;
}

th {
	width : 100px;
	background-color : #B4D2BC;
	border : solid;
	border-width : 1px;
	border-color : #317939;
	color : #317939;
	font-weight : normal;
}

#pricing td {
	text-align : left;
	vertical-align : top;
}

#pricing th {
	width : 130px;
}

.inlinecol1 {
	display : inline;
	float : left;
	clear : left;
	width : 510px;
	font-weight : normal;
}

.inlinecol2 {
	display : inline;
	float : right;
	clear : right;
	width : 210px;
	font-weight : normal;
}
.inlinecol3 {
	display : inline;
	float : left;
	clear : left;
	width : 400px;
	font-weight : normal;
}

.inlinecol4 {
	display : inline;
	float : right;
	clear : right;
	width : 355px;
	font-weight : normal;
}

#footer {
	width : 400px;
	margin-left : auto;
	margin-right : auto;
	font-size : 10px;
	color: #317939;
	text-align : center;
}
