/* Import other Style Sheets */

@import url("forms.css") all;
@import url("content.css") all;


/* Divs */

a
	{
	border: none;
	color: #AA8866;
	text-decoration:underline;
}

a:visited
	{
	border: none;
	color: #AA8866;
		text-decoration:underline;
}

a:hover
	{
	color: #000000;
		text-decoration:none;
			border: underline;
}

body
	{
	background-color: #1C3F36;
	color: #333331;
	font: small/1.5em georgia, times, serif;
	margin: 0;
	padding: 0;
	background: url(../images/backgrounds/bg_beige.gif);
        background-position: top center;
}

/* +++++ Div Tags ++++++ */

#header {
	background: #8F8F7D;
	padding: 8px;
	margin: 0 auto;
	width: 744px;
  }


#banner {
	background-color: #EEEEDD;
	height: 200px;
	margin: 0 auto;
	width: 760px;
}

#topnav {
	background: #EEEEDD;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 21px;
	border-bottom: 1px solid #000;
}

#holder  {
	background: #FFFFFF;
	clear: left;
	margin: 0 auto;
	width: 760px;
}

#sidebar {
	background: #EEEEDD;
	width: 150px;
	padding: 8px;
	line-height: 100%;
}

#amazon {
	background: #EEEEDD;
	height: 100%;
	width: 150px;
	padding: 8px;
	align: center;
}

#content {
       /* background-color: #ddeecc; */
	padding: 8px;
	width: 570px;
}

#footer {
	background: #8F8F7D;
	margin: 0 auto;
	width: 760px;
	text-align: center;
	border-top: 1px solid #000;
}

/* Navigation List */

#navlist {
left: 36px;
top: 86px;
width: 100%;
line-height:100%;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 4px;
border: 0px solid #000;
background-color: #EEEEDD;
/*background-image:  url(assets/l1_down.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #000000;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #DFDFD1;
/*background-image:  url(assets/l1_over.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #DFDFD1;
/*background-image:  url(assets/l1_over.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #DFDFD1;
/*background-image:  url(assets/l1_over.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
}

