/* --------------------------------- main page */
/* main table template */
table.template {
	width:940px;
	margin:0em auto;
	margin-bottom: 90px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	table-layout:fixed;
	position: relative;
	}

table.template td {
	padding:0px;
	vertical-align:top;
	}

table.template li {
	line-height: 21px;
}

table.template td.left {
	width:630px;
	padding-right:80px;
	}

table.template td.left p, table.template td.left ul {
	line-height:140%;
	}

table.template td.left ul li ul {
	margin-top:10px;
	}

table.template td.right {
	width:250px;
	}

table.template div.content {
	float:right;
	margin-right:5px;
	}

table.template td.single {
	float: left;
	/*width:760px;*/
	padding:0px;
	}

table.template td.left h2:first-child,
table.template td.single h2:first-child,
table.template td.right h2:first-child,
table.template td.right h3:first-child,
table.page td.left h2:first-child,
table.page td.single h2:first-child,
table.page td.right h2:first-child,
table.page td.right h3:first-child {
	/*margin:0px;*/
	}

table.template td ul.flat {
	list-style-type:none;
	margin:0px;
	margin-top:0.5em;
	margin-bottom:1em;
	padding:0px;
	}

table.template td  ul.flat li {
	padding:0px;
	margin:0px;
	padding-bottom:0.3em;
	}

table.template div.simple-form {
	margin:15px 0px;
	padding:0px;
	}

table.template p {
	margin-top:0px;
	line-height: 21px;
	margin-bottom:10px;
	}



/* --------------------------------- end main page */
