/* CSS Document */
/*	dark tan for text #7b5d39 .. green for headers #5a6939 .. maroon #7b1418 for bringing attention*/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#6f6f6f;
}
body {
	/*background-image:url(../images/bkg_dia_tan.gif);*/	
}
img {
	border:none;
}
a {
	color:#7b1418;
}
a:hover {
	color:#5a6939;
}
p {
	font-size:10px;
	color:#7b5d39;
}
h1 {
	font-size:13px;
	margin:10px 10px 0 10px;
	color:#5a6939;
}
#main {
	position:relative;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #cccccc;			
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:99px; 
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;			
}
#nav {
	position:absolute;
	top:125px;
	width:760px;
	background-color:#eeeeee;
	z-index:100;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#content {
	position:absolute;
	top:150px;
	width:760px;	
}
#left {
	position:absolute;
	top:0px;
	left:0px;
	width:379px;
}
#right {
	position:absolute;
	/* top:Opx; */
	left:379px;
	width:379px;
}
#footer {
	position:absolute;
	bottom:0px;
	width:760px;
	height:18px;
	text-align:center;
	font-size:10px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;	
}
#footer span span {
	position:relative;
	top:3px;
	color:#785E39;
}
#footer a {
	text-decoration:none;	
	color:#785E39;
}
#footer a:hover {
	text-decoration:none;
	color:#7b1418;
}
#footer .pipe {	
	margin:0 2px;
	font-size:9px;
}
