@CHARSET "ISO-8859-1";

body {	
	text-align: center;
	margin: 2px 0 0 0;
}

body, table, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

table td, p, ul, ol, dev {
	text-align: left;	
}

div#body {
	margin-left: auto;
	margin-right: auto;
	width: 770px; /* old layout: 725px */		
	text-align: left;
}


/* ----- table.header ----- */

table#header {	
	width: 100%;
	/* new total height: 86px defined by rows. */
	/* total height: 72px defined by rows. */
	/* background-image: url("../gfx/layout/layout_r1_c1.jpg"); */
	background-image: url("../gfx/top_banner/layout_r1_c1.jpg");
	background-repeat: no-repeat;
}
table#header td.line-1 {
	height: 30px;	
	text-align: right;
	vertical-align: top;
	padding: 7px 0px 0px 0px;
}
table#header td.line-1 a {
	color: #666666;	
}
table#header td.line-1 a:hover {
	text-decoration: underline;	
}
	

table#header td.line-2 {
	height: 56px; /* old layout: 42px */
}


/* ----- div.vspace ----- */

div#menu-vspace {
	height: 10px;
	width: 100%;
	background-image: url("../gfx/layout/bg-pixel.jpg");
	background-repeat: repeat;	
}


/* ----- table.middle ----- */



/* ----- table.footer ----- */

table#footer {
	width: 100%;
	/* total height: 33px defined by rows. */
	margin-bottom: 5px;
}
table#footer tr.line-1 td {
	height: 13px;
}
table#footer tr.line-2 td {
	height: 20px;
	padding-left: 6px;
	padding-right: 8px;
	font-size: 10px;
	color: #999;
	text-align: right;
}













