body {
	height: 100%;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#ebe6da;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#111;
}

html {
	height: 100%;
}

	
a, a:visited {
	text-decoration:none;
	color:#CF6A33;
}

p:hover {
	color:#004;
}

p:hover a{
	text-decoration:none;
	background:#DFD0A7;
	background:#EFEBE0;
	color:#222;
}

a:hover {
	text-decoration:none;
	color:#8F6D11;
}

p:hover a:hover {
	text-decoration:underline;
	background:#fff;
	color:#8F6D11;
}
	
* p img {
	border:1px solid #666;
}

pre {
	font-size:11px;
	color:blue;
}
	
.gray {
	color:#555;
}
	
#content {
	width: 730px !important;
	width: 750px;
	background:#fefefe;
	padding:0px;
	padding-top:10px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	background:#fefefe url(../images/content_bg.png) top left repeat-x;
}

#content p, h1, h2, h3, h4, h5, h6 {
	padding-left:12px;
	padding-right:12px;
}
	
#header {
	width: 730px !important;
	width: 750px;
	background: #fff url(../images/menu_bg.png) bottom left repeat-x;
	padding:0px;
	padding-top:10px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

#header a {
	float:left;
	clear:left;
}

#header img.headerBlock {
	float:right;
	clear:right;
	top:0px;
	right:10px;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
}
		
#header h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	color:#FFFFFF;
}
		
#header h1 img {
	border:none;
}
	
.att {
	color:red;
	font-weight:bold;
}

#footer
{
	width: 730px !important;
	width: 750px;
	margin: 0px auto !important;
	margin: 0px;
	margin-left: 0px;
	padding-bottom: 1.5em;
	background:#fefefe url(../images/content_bg.png) top left repeat-x;
	font-size: 85%;
	color: #444;
	text-align: center;
	line-height: 1.5em;
}

#footer
	{
		position: relative;
		bottom:0px;
		margin: 4.5em auto 0 auto;
	}

	/* A CSS patch that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: 4.4em;
}