
html, body {
  padding: 0; margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #f2d178; 
  text-align: left;
  line-height: 18px;
  width:100%;
  height:100%;
  list-style-image : url("../images/bullet_01.gif");
}
a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #ebb464; 
}

#leftcolumn { background: url('../images/bg_left.jpg') top right no-repeat; }
#middlecolumn { width: 1000px; background: url('../images/bg_main.jpg') no-repeat;}
#rightcolumn { background: url('../images/bg_right.jpg') top left no-repeat; }

#logo {
position: absolute;
top:0px;
z-index: 100;
}

#nav {
position: absolute;
width:175px;
top:260px;
}

.menuColumnOne {
border:0px solid white;
float:left;
width: 450px;
}
.menuColumnTwo {
border:0px solid white;
float:right;
width: 60px;
}

.menuColumnThree {
border:0px solid white;
float:left;
width: 390px;
}

.menuDividerLine {
width: 500px;
height: 5px;
margin-top: 5px;
border-top: 1px solid #a83000;
float:left;
}

#menuNav {
position:absolute;
padding-top: 85px;
padding-left: 205px; 
}

.headerOne { color:#fff; font-size:14px; font-weight:bold;}

.headerTwo { color:#fef2d3; font-size:11px; font-weight:bold;}

#content-outer { width: 825px; padding-top: 107px; padding-left: 175px; }
#content-inner { padding-right: 130px; }

#home-content-outer { width: 825px; padding-left: 175px; }
#home-content-inner { padding-right: 0px; }

#first-paragraph { padding-top: 160px; padding-bottom: 10px; }
#other-paragraph { padding-left: 125px; padding-bottom: 10px; }

#footer { clear:both; text-align: center; height:20px; font-weight:bold; font-size: 10px; }
#footer a { color: #ffffff; text-decoration:none; font-weight:bold; }
#footer a:hover { color:#ebb464; }

