/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
.header_12 { width:960px; }

.nav_row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
/*	background-color: transparent;     */
	background-color: rgb(50, 45, 36);
}

.footer_row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
/*	background-color: transparent;     */
	background-color: rgb(50, 45, 36);
}

.footer_row p{
	color: #ffffff;
	text-align: center;
}

.footer_row a{
	color: #ffffff;
}



.column {
	margin: 10px 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
	background-color: white;
}

body {
	margin: 0;
	background-repeat: repeat-x repeat-y; 
	color: rgb(0, 0, 0); 
	background-color: rgb(50, 45, 36);
	background-image: url(images/100_4714a.JPG); 
}
p {
	border: 0px solid #000000;
	margin: 0 0 10px;
	font-family: Verdana; /* was Helvetica, then Garamond */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;    /* was 16px, tried 12pt */
	line-height: 20px;
	font-size-adjust: none;
	font-stretch: normal;
				/* color: #000000; */
	text-align: left;
}
h3 {
	display: block;
}

ul {
	list-style-type: disc;
	margin:0;
	padding:20;
	overflow:hidden;
}

ol {
	list-style-type: decimal;
	margin:0;
	padding:20;
	overflow:hidden;
}

li {
/*	float:left;   */
}

<style type="text/css">
<!--
a:link {color: #0000ff;}
a:visited {color: #990099;}
a:active {color: #00FF00;}
a:hover {color: green;}
/* a:hover {background-color: #ffffff;} */
a {text-decoration: none;}
-->
</style>

/* a:link,a:visited {
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover,a:active {
	background-color:#7A991A;
}                                   */
#navbar {
	margin: 0;
	padding: 0;
	height: 26px; }
	#navbar li {
	list-style: none;
	float: left; }

#navbar li a {
	display: block;
	font-size: 14px;
	width:120px;
	font-weight:bold;
	text-align:center;
	padding: 3px 3px;
	background-color: transparent; /* was #5e8ce9 */
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;   }

#navbar li ul {
	display: none; width: 8em; /* Width to help Opera out */
	background-color: #69f;}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li, #navbar li.hover li {
	float: none; }

#navbar li:hover li a, #navbar li.hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; }

#navbar li li a:hover {
	background-color: #8db3ff; }

#dlg1 p {
	border: 0px solid #000000;
	margin: 0 0 10px;
	font-family: Verdana; /* was Helvetica, then Garamond */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;    /* was 90%, was 16px, tried 12pt */
	line-height: 20px;
	font-size-adjust: none;
	font-stretch: normal;
				/* color: #000000; */
	text-align: left;
}

p,h1,h2,h3,h4,h5 {font-family:Tahoma, Geneva, sans-serif;}
