/* @override http://localhost/css_global.css */

/* *************************************************** */
/* ---------------------- BASICS --------------------- */
/* *************************************************** */
* html {
	margin: 0;
	padding: 0;
}
body, div, table, tr, td, img {
	border: 0px none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
tbody, tr, td {
	vertical-align: top;
}
a {
	outline:none;
}

img {
	border:none;
}
body {
	background: #413c28 url('images/bkgrd.jpg') repeat scroll 50% 0;
	font: 10px/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #876E46;
}
#wrapper {
	background: url('images/header_bkgrd.gif') repeat-x scroll top;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#page { /* good for all browsers */
	width: 900px;
	margin: 0 auto;
	position:relative;
}
	
#page { /* for IE7 and Firefox */
	*top:-28px!important;  /* IE7 */
	top:-14px; /* Firefox */
}

html*#page { /* for Safari and IE^ */
	top:0px; /*seen only by Safari*/
	_top:-28px; /*seen only by IE6 for PC*/
}

#header {
	width: 900px;
}
#navigation {
	vertical-align: top;
	height: 25px;
	/*background-color: #552a34;*/
	background-color: #003e7e;
	white-space: nowrap;
}
#buffer {
	/*height: 25px;*/
	background-color: #291F1D;
}
#content {
	background-color: #fbfbf6;
}
#changing {
}
#masthead {
	background-color: #fbfbf6;
}
#masthead img {
}
#left {
	width: 300px;
	padding: 20pt 0pt 50px 0px;
	border-left: 1px #291F1D solid;
}
#right {
	width: 600px;
	padding: 20pt 20pt 20px 40px;
	border-right: 1px #291F1D solid;
}

.block {
	width: 100%;
	margin-right: -20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blockleft_narrow {
	width: 200px;
	padding: 0px 10px 20px 0px;
}
.blockleft_wide {
	width: 400px;
	padding: 0px 10px 20px 0px;
}
.blockright_narrow {
	width: 200px;
	padding: 0px 0px 20px 0px;
}
.blockright_wide {
	width: 400px;
	padding: 0px 0px 20px 0px;
}
#footer {
	height: 40px;
	background-color: #fbfbf6;
}
