/*
Theme Name: Bill Closs - InstrumentsNE
Theme URI: http://www.instrumentsNE.com
Description: Custom site template by Creative Solutions	
Author: Jennifer McGroary
Author URI: http://www.cssites.com
Version: 1.0
*/

body
{
margin: 0;
padding: 0;
color: #000;
background-color: #fff;
background-image: url(images/starburst_back.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
	font-size: 26px;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
}
.tagline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	font-style: italic;

}

#container
{
background-color: #FFF;
background-image: url(images/background.jpg);
background-repeat: repeat-y;
border: 2px solid #333;
margin-left: auto; 
margin-right: auto;
width: 760px;
text-align: left;
} 

#header
{
	background-color: #fff;
	margin:0px;
	background-image: url(images/bill-back2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 248px;
} 

#header h1
{
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 19px;
font-weight: bold;
color: #990000;
font-style: italic;
padding: 145px 0px 0px 15px;
} 

#nav
{
	float: left;
	width: 140px;
	margin-left: 15px;
	padding-top: 5px;
	background-color: #fff;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 5px;
	padding-bottom: 20px;
} 

#nav h2 {
     padding-left: 5px;
	 font-size: 14px;
	 font-weight: bold;
}

#nav ul {
	padding: 0px;
   	
}

#nav li {
list-style: none;
}

#nav li a{
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	display: block;
	background-color: #7F0000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
        margin-bottom: 1px;
	text-decoration: none;
	width: 90%;
	
}

#nav li a:hover {
background-color: #2A3F00;
background-image: none;

color: #fff;
}


#nav p
{ 
margin-top: 0; 
} 

#content
{
padding-top: 5px;
margin: 0 2em 0 170px;
}

#footer
{
clear: both;
background-color: #fff;
padding: 1em;
text-align: center;
border-top: 1px dotted #333;
color:#990000; 
font-size: 10px;
} 

.preformatted {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



