@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(rivets2.jpg);
	background-repeat: repeat;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 120%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9DD95;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 110px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	clear: right;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 600px;
	float: none;
	clear: left;
	position: relative;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.text {
	font-family: verdana;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
	padding-right: 25px;
	padding-left: 0px;
	margin-right: 25px;
	margin-left: 168px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#951F1F;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
	color: #951F1F;
	padding-left: 168px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>

<body class="twoColFixLtHdr">

<div id="container">
  <div id="header">
    <h1><img src="Header.jpg" alt="New Jersey Metal Arts Guild header" width="800" height="90" /></h1>
   end #header </div>
  

 
  
  <ul id="MenuBar1" class="MenuBarVertical">
    <li><a href="#">Home</a> </li>
    <li><a href="#">About</a></li>
    <li><a href="#">Guild News</a> </li>
    <li><a class="MenuBarItemSubmenu" href="#">Events</a>
        <ul>
          <li><a href="#">Workshops</a></li>
          <li><a href="#">Meetings</a></li>
          <li><a href="#">Other Events</a></li>
        </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Exhibitions</a>
        <ul>
          <li><a href="#">Current Exhibitions</a></li>
          <li><a href="#">Upcoming Exhibitions</a></li>
          <li><a href="#">Past Exhibitions</a></li>
        </ul>
    </li>
    <li><a href="#">Members Gallery</a></li>
    <li><a href="#">Members News</a></li>
    <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
        <ul>
          <li><a href="#">Articles</a></li>
          <li><a href="#">Links</a></li>
          <li><a href="#">Classifieds</a></li>
          <li><a href="#">Podcasts and Video</a></li>
          <li><a href="#">Opportunities</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Join</a>
        <ul>
          <li><a href="#">Membership</a></li>
          <li><a href="#">Volunteer</a></li>
          <li><a href="#">Donate</a></li>
        </ul>
    </li>
    <li><a href="#">NJMAG Meeting Minutes</a></li>
    <li><a href="#">Contact</a></li>
    <li><a href="#">Join Email List</a></li>
  </ul>
  
    <div class="mainContent">
      
    
    
   <div id="footer">
    <p>©2010 New Jersey Metal Arts Guild | Site Map | Webmaster | </p>
     end #footer </div>
    
</div>
   This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats <br class="clearfloat" />
  
 end #container </div>
<script type="text/javascript">

var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//
</script>
</body>
</html>
.subheadNoFloat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #951F1F;
	font-weight: bold;
}

