﻿@charset "utf-8";
/*************************************************************************

	Header

**************************************************************************/

#header {
	position: relative;
}

#header p.close {
	position: absolute;
	top: 8px;
	left: 708px;
	width: 67px;
	margin: 0;
	
}


/******************************************************

	1. Container

*******************************************************/


#content {
	background: #fafafa;
	float: none;
	width: auto;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#content table,
#content table th,
#content table td {
	border: 0;
	margin: 0 auto;
}

#content div.section {
	padding: 10px 10px 20px;
	margin: 0 10px 20px;
	background: #fff;
	font-size: .75em;
	border-width: 1px;
	border-color: #f5f5f5 #eee #eee #f5f5f5;
	border-style: solid;
}


#footer p.copyright {
	float: none;
	margin: 0 auto;
}





