body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #6f6f6f;
}

html, body, #wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}


#wrapper {
	margin: 16px auto;
	text-align: left;
	width: 800px;
	position: relative;
}

h1, h2 {
	font-size: 13px;
}


h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #295476;
}

h2 {
	padding: 4px 0 0 0; 
	color: #CE7210;
}

p {
	margin: 1em 0;
	padding: 0;
}

#wrapper {
	width: 800px;
}

/* header */

#header {
	background:  url("index_files/images/header_bg.gif") repeat-x;
	position: centre;
	width: 800px;
	margin-bottom: 11px;
}

#header .bl { height: 157px; }

#header .tr { background:  url("index_files/images/header_tr.gif") top right no-repeat; }
#header .bl { background:  url("index_files/images/header_bl.gif") bottom left no-repeat; }
#header .br { background:  url("index_files/images/header_br.jpg") bottom right no-repeat; width:100%;}
#header .br1 { background:  url("index_files/images/header_br_1.jpg") bottom right no-repeat; width:100%;}

/* body */

#body {
	background:  url("index_files/images/body_bg.gif") repeat-y;
}


#body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body li {
	padding: 0;
	margin: 0.8em 0;
}

a {
	color: #439BCB;
}

a:hover {
	color: #6f3f0b;
}

#cap {
	background:  url("index_files/images/column_cap.gif") no-repeat;
	width: 800px;
}

#navigation{
	float: left;
	width: 160px;
	margin-left: 12px;
	display: inline;
}
#breadcrumb  {
	float: right;
	width: 600px;
	padding: 0px 0 0 0; 
	margin: 5px 0 0 0;
}

#content {
	float: left;
	width: 590px;
	margin-left: 28px;
}

#content p {
	line-height: 1.5;
}
/* footer */

#footer {
	clear: both;
	text-align: center;
	background:  url("index_files/images/footer_bg.gif") repeat-x;
}

#footer div div { padding: 7.5px 0; }

#footer, #footer a {
	color: #fff;
}

#footer div { background:  url("index_files/images/footer_l.gif") no-repeat; width:100%; }
#footer div div { background:  url("index_files/images/footer_r.gif") top right no-repeat;width:100%; width:100%; }

