body {
	margin:0;
	padding:0;
	height: 100%;
	font-size:12px;
	font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	color:#333;
	background:	#FFFAF0;
}

div.container{
	min-height: 600px;
	position:relative;
	width: 900px;
	margin: auto;
	padding-bottom: 20px;
	border: 3px double #D2691E;
	background: #fff;
}

div#banner{
	background-color: #FFFAF0;
}

.logo{
	float : right;
}

table.header_table{
	width: 100%;
}

td.header_cell{
	text-align: center;
	border: thin solid #5f5556;
	background-image: url('/site_media/images/link1.jpg');
}

div.footer{
	border: 1px solid #c2bfc3;
	padding:0px;
	text-align: center;
	font-size: small;
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;   /* Height of the footer */
}

div.developer{
	width:739px;
	text-align:center;
	margin:auto;
}

.small_font{
    font-size: small;
}

.indent{
	padding: 10px;
}

.center{
	align: center;
	text-align:center;
}

.solid {
	border-style: solid;
	border-width: 1px;
	border-color: #c2bfc3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right{
	float:right;
}
.left{
	float:left;
}
