.home{
padding : 0px;
margin : 0px;
background-color : #2e2a10;
}

/* NAVIGATIONAL LINKS FOR ENTIRE SITE BELOW */

a:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; text-decoration: underline; outline: none}
a:visited {font-size: 12px; color: #a46b31; text-decoration: underline; outline: none}
a:hover {font-size: 12px; color: #a46b31; text-decoration: underline; outline: none}
a:active {font-size: 12px; color: #000; text-decoration: underline; outline: none}

p {
	font-family : "Times New Roman", Times, serif;
	font-size :12px;
	color : #7f5739;
	font-style : normal;
	text-decoration : none;
	text-align : left
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size :16px;
	color : #dfa662;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
	line-height : 120%;
}

table.outer{
	width: 100%;
}

table.temp{
	width: 100%;
	height: 100%;
}

td.outalign{
	vertical-align: top;
}

div.container{
	position: relative;
	margin: auto;
	width: 760px;
}

table.home {
	margin-left : auto; 
	margin-right : auto;
	width : 760px;
	height : 540px;
	border: 0px;
}

div.banner {
	margin-left : auto; 
	margin-right : auto;
	width : 760px;
	height : 126px;
	border: 0px;
}

table.template {
	padding : 0px;
	margin : 0px;
	width : 760px;
	background-color : #fff;
	background-image : url(images/temp_back.jpg);
	background-repeat : repeat;
	border: 0px;
}