body {
	background-image:url('images/bg_tile.gif');
	background-repeat: repeat;
	font-family: "Adobe Caslon Pro", Georgia, Serif;
	font-size: 18;
	color: #262018;
	margin: 0px;
	padding: 0px;
	}

a:link	{color: #262018; text-decoration: none; text-align: center;}
a:visited	{color: #262018; text-decoration: none; text-align: center;}
a:hover	{color: #262018; text-decoration: underline; text-align: center;}

/*Head*/

#head-table	{
	display: table;
	width: 100%;
	border: 0px solid brown;
	}

#head	{
	display: table-row;
	height: 125px;
	border: 0px solid red;
	}

#trademark	{
	display: table-cell;
	background-color: #2e2417;
	border: 0px solid green;
	text-align: center;
	}

#links	{
	display: table-row;
	}

.links {
	display: table-cell;
	width: 20%;
	font-family: "Adobe Caslon Pro", Georgia, Serif;
	font-size: 12pt;
	font-color: #262018;
	font-variant: small-caps;
	text-align: center;
	float: left;
	border-style: solid;
	border-color: #262018;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 5px;
	}

a.links:link	{color: #262018; text-decoration: none; text-align: center;}
a.links:visited	{color: #262018; text-decoration: none; text-align: center;}
a.links:hover	{color: #262018; text-decoration: underline; text-align: center;}

/*Content*/

#body-table	{
	display: table;
	border-collapse: separate;
	background-image:url('images/content_tile.gif');
	background-repeat: repeat;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid purple;
	padding-top:15px;
	padding-bottom:15px;
	}

.row	{
	display: table-row;
	}

.content-left	{
	display: table-cell;
	background-color: #FFF;
	width: 400px;
	min-height: 465px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: auto;
	padding: 25px;
	border: 0px solid blue;
	float: left;
	text-align: justify; text justify: newspaper;
	line-height: 35px;
	}

.content-right	{
	display: table-cell;
	background-color: #FFF;
	width: 400px;
	min-height: 465px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: 20px;
	padding: 25px;
	border: 0px solid blue;
	float: right;
	text-align: justify; text justify: newspaper;
	line-height: 35px;
	}

.content-center	{
	display: table-cell;
	background-color: #FFF;
	width: 860px;
	height: 250px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: auto;
	padding: 25px;
	float: left;
	border: 0px solid blue;
	text-align: justify; text justify: newspaper;
	line-height: 35px;
	}

/*Footer*/

#footer-table	{
	display: table;
	background-image:url('images/bg_tile.gif');
	background-repeat: repeat;
	border-collapse: separate;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid purple;
	font-family: "Adobe Caslon Pro", Georgia, Serif;
	font-size: 18;
	color: #262018;
	}

.foot {
	display: table-cell;
	width: 20%;
	font-family: "Adobe Caslon Pro", Georgia, Serif;
	font-size: 12pt;
	font-color: #262018;
	font-variant: small-caps;
	text-align: center;
	float: left;
	border-style: solid;
	border-color: #262018;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 5px;
	}

a.foot:link	{color: #262018; text-decoration: none; text-align: center;}
a.foot:visited	{color: #262018; text-decoration: none; text-align: center;}
a.foot:hover	{color: #262018; text-decoration: underline; text-align: center;}
