/* Page Style */
body{
background-color: #23261b;
margin: 10px;
padding: 5px;
font-family: "Times New Roman", Times, serif;
color: #23261b;
}

* html .visualIEFloatFix { height: 0.01%; }

h2
{
font-size: large;
text-decoration: underline;
}

a:link
{
color: #ff9933;
text-decoration: none;
}
a:hover
{
color: #ffcc99;	
}

#box
{
	margin: 0 auto;
	width: 660px;
	padding: 6px 2px 6px 2px;
	background-color: #fff;
}
#wraper
{
	margin: 0 auto;
	height: 90%;
	width: 650px;
	color: #23261b;
	background-color: #FFFFFF;
}
#logo{
	background-image: url(images/Small/banner5a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	height: 280px;
	width: 650px;
	white-space: normal;
	margin-bottom: 0;
}
#menu{
position: relative;
top: -45px;
font-family:"Times New Roman", Times, serif;
}
#menu ul{
text-align: center;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
width: 100%;
line-height: 10px;
}
#menu ul li{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}
#menu ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
text-decoration: none;
border-right: 1px solid #000000;
color: #23261b;
font-variant: small-caps;
}
#menu ul li a:hover
{
color: #ff9933;
text-decoration: underline;
}
#menu #first
{
border-left: 1px solid #000000;
}
#main{
position: relative;
top: -35px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
padding: 10px;
margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
 /*margin-bottom: -46px; causes extra space below footer in IE */
}
#spacer
{
	margin-top: -36px;
	margin-bottom: -16px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 36px;
}
#footer
{
height: 12px;
border-top: 1px dashed #666;
font-size: x-small;
text-align: center;
padding: 2px;
background-image: url(images/bottom-border.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}
/* NewsControl Items */
.title
{
	font-weight: bold;
	font-size: medium;
	margin: 0px;
}
.authdate
{
	position: relative;
	top: -10px;
	color: Silver;
	font-size: smaller;
	font-weight: normal;
}
.content
{
	position: relative;
	top: -15px;
	text-indent: 1cm;
	font-size: small;
	padding-bottom: 5px;

}
.content:first-letter
{
	color: #7c3f0c;
	text-transform: capitalize;
	font-size: medium;
	font-weight: bold;
}
/* ImagePage Classes */
.name
{
	font-weight: bold;
	margin: 0px;
}
.date
{
	color: Silver;
	font-size: smaller;
	font-weight: normal;
}
.desc
{
	font-size: small;
	font-style: italic;
}
.desc:first-letter
{
   	color: #7c3f0c;
	text-transform: capitalize;
	font-size: medium;
	font-weight: bold; 
}
.img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #23261b;
	margin-bottom: 1em;
	width: 50%;
	height: 50%;
}
.imgfoot /*makeshift hr */
{
	/*border: solid 1px #23261b;*/
}
/* Contact Page */
.cinfo
{
	
}
/* About Page */
.about
{
}
.about:first-letter
{
	color: #7c3f0c;
	text-transform: capitalize;
	font-size: medium;
	font-weight: bold;
}