﻿/* template */

body
{
	background-image: url(../Images/Template/Background_Fixed_C.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial;
	margin: 0px;	
	background-color: #dedede;
	background-position: center top;
}

table.Main
{
	background-image: url(../Images/Template/Background_Fixed_C.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;	
	padding-top: 0px;
}

/* Content */

td.FixedContent
{	
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 350px;
}

/* Footer */ 
table.Footer
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

td.Footer
{
	padding-right: 5px;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;	
}


/* temporary */

td.Content
{
	width: 646px;
	/*background-color: Aqua;*/
	padding-top: 15px;
}