/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #202020;	
	background-image: url(/images/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

div#uberWrapper	{
	color: #000000;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #cfdde8;
	border: thick;
}


div#atheneheader {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 162px;
}

div#athenebody {
	clear: none;
	width: 730px;
	padding: 0px 20px 0px 20px;	
	margin-top: 0px;
	background-image: url(/images/bodybg.jpg);
	background-repeat: no-repeat;
}



div#wrapper	{
	float: left;
	color: #000000;
	margin: 0 0 0 0;
	padding: 30px 20px 0px 20px;
	width: 730px;
	text-align: left;
	background-color: #cfdde8;
	background-image: url(/images/bodybg.jpg);
	background-repeat: no-repeat;
}
	


a:link, a:visited, a:hover {
	color: #070784;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000033;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #ffe8d2;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ffe8d2;
}

h5{
 font-size: 100%;
 color: #ffe8d2;
}

/*nav stuff*/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}




.featuredigg{
	margin-right: 15px;
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: left;
}



.feature-theatre{
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 00px;
	font-size: 80%;
	color: #000000;
	background-repeat: no-repeat;
}

.feature-theatre h1{
	padding: 15px 20px 0px 0px;
	color: #000000;
	font-size: large;
}



#siteInfo{
	width: 90%;
	clear: both;
	font-size: 60%;
	color: #999999;
	border-top: 1px solid;
	border-top-color: #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 5px 15px;
	/*padding: 0 3% 0 0;*/
}
