﻿/* General Settings */
body
{
	margin: 0px;
	background: #ececec url(bg.jpg) repeat-x;
	font-family: arial, sans-serif;
	font-size: .9em;
	color: #231f20;	
}

img
{
	border: 0px;
	}

h1
{
	font-family: arial, sans-serif;
	font-size: 1.7em;
	color: #231f20;	
	}
	
h2
{
	font-family: arial, sans-serif;
	font-size: 1.5em;
	color: #231f20;		
	}
	
h3
{
	font-family: arial, sans-serif;
	font-size: 1.3em;
	color: #231f20;	
	border-bottom: solid 1px #231f20;	
	}
	
h4
{
	font-family: arial, sans-serif;
	font-size: 1.3em;
	color: #231f20;		
	}
	
	

table
{
	border-collapse: collapse;
}
td
{
	padding: 0;
}

/* Container */
table.Container
{
	margin: 0px auto;
	width: 900px;
	border: none;
}

/* Design in the Container */
/* The Head */
td.Header
{
	width: 100%;
	height: 274px;
	background: url(header.png) no-repeat;
	border-top: solid 0px #231f20;
	border-right: solid 1px #231f20;
	border-left: solid 1px #231f20;
	border-bottom: solid 1px #231f20;
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 10px 0px;
}
* html td.Header {
background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='header.png', sizingMethod='scale');
}

/* The Content */
div.ContentContainer
{
	width: 100%;
	border-top: solid 1px #231f20;
	border-right: solid 1px #231f20;
	border-left: solid 1px #231f20;
	border-bottom: solid 1px #231f20;
	padding: 10px 0 10px 0;
	vertical-align: top;
}

td.Content
{
	width: 75%;
	vertical-align: top;
	border-top: solid 0px #231f20;
	border-right: solid 1px #231f20;
	border-left: solid 1px #231f20;
	border-bottom: solid 0px #231f20;
	padding: 10px;
}

td.Menu
{
	width: 20%;
	vertical-align: top;
	border-top: solid 0px #231f20;
	border-right: solid 0px #231f20;
	border-left: solid 1px #231f20;
	border-bottom: solid 0px #231f20;
	padding: 10px;
}

/* The Footer */
td.Footer
{
	width: 100%;
	height: 256px;
	background: url(footer.jpg) no-repeat;
	border: 1px solid #231f20;
}

td.Copy
{
	width: 100%;
	height: 20px;
	text-align: right;
	font-family: arial, sans-serif;
	font-size: .7em;
	color: #231f20;
	border-top: solid 0px #231f20;
	border-right: solid 0px #231f20;
	border-left: solid 0px #231f20;
	border-bottom: solid 0px #231f20;
	padding: 0px 10px 0px 0px;
}

td.Copy a
{
	font-weight: bold;
	text-decoration: none;
	color: #231f20;
}

td.Copy a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
