/* Layout Stylesheet */

body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

#content {
	background: #FFFFFF;
	border-width: 0px 2px;
	color: #333333;
	padding-left:20%;
	padding-right: 20%;
	/*overflow: auto;*/
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}

/* min-height for standards */
#content {
  min-height: 360px;
}

/* height only for IE */
* html body #content {
  height: 360px;
}

#hdr{
	background: url(../images/background.jpg);
	padding-bottom: 20px;
	border: solid #000000;
	border-width: 0 0 2px 0;
	color: #000000;
	height: auto;
	margin: 0 0 0 0;
}

#ftr {
	background: #ffffff;
	color: #000000;
	height: 1px;
 	border-width:0px 0;*/
	text-align: center;
}

#ftrD {
	background: #ffffff;
	color: #000000;
	height: 1px;
 	border-width:0px 0;*/
	text-align: center;
	padding-top: 50px;
}

#ftrP {
	background: #ffffff;
	color: #000000;
	height: 1px;
 	border-width:0px 0;*/
	text-align: center;
	padding-top: 50px;
}