body
{
	background-color: #fc0;
	margin: 0;
	padding: 0;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
 }

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#sidebar-2 p, #sidebar-1 p
{
	line-height: 15px;
	font-size: 12px;
}

#sidebar-1 p
{
	text-align: right;
}

#head
{
	background-image: url(/images/3.gif);
	background-repeat: repeat-x;
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 162px;
	width: 100%;

}
#head_txt
{
	position: absolute;
	bottom: 0px;
	text-align: right;
	width: 60%;
	color: 	#FFA500;
	z-index: 2;

}
#head_txt a, h1
{
	color: 	#FFA500;
}
#head_img
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}


#container
{
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#sidebar-1
{
	float: left;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-right: 5px;
	padding-top: 170px;
}

#content
{
	margin-left: 155px;
	margin-right: 205px;
	padding-top: 170px;
}

#sidebar-2
{
	float: right;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin-left: 5px;
	padding-top: 170px;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

#foot img
{
	border: 0;
}
#accessibility
{
	position: absolute;
	top: -10000px;
}
a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}
#foot a
{
	text-decoration: none;
	border-bottom: 0;
}
#sidebar-2 a, #sidebar-1 a
{
	border: 0px;
	color: #C00;
}

h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 2.7em;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
	padding-left: 10px;
}

h3
{
	font-weight: normal;
	padding-left: 10px;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
}

h1 a, h2 a
{
	border: 0px;
}
.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.divider
{
	text-align:center;
	margin-top:0px;
	margin-bottom:2em;
	padding:0px;
}

.comments_error
{ 
	background-color: #ffa 
}

div.comments_error
{
	border: 1px solid #cc8;
	padding : 0.3em;
}


/* Top nav list */
#navcontainer ul
{
position: absolute;
top: 150px;
left: 0;
padding-left: 25%;
margin-left: 0; 
background-color: #000;
color: 	#FFA500;
font-family: arial, helvetica, sans-serif;
width: 75%;
height: 24px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.5em;
background-color: #000;
color: 	#FFA500;
text-decoration: none;
border-right: 1px solid #fc0;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.section_list a, .category_list a, .linklist a{
width: 100%;
} 
.section_list a:hover, .category_list a:hover, .linklist a:hover {
background-color: #ffbb00;
font-weight: bold;
} 