/**
 * CSS Style Sheet for SamGottfried.com
 *
 */

/****************************************************************************************************************************************/

			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 50px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #333;
				border-bottom: 2px solid #000;
				background: #333;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(images/black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(images/black.png) no-repeat left;}

/****************************************************************************************************************************************/

body { /*background-color:rgb(5,6,69);*/
          background-color:rgb(0,0,0);
          color: #CCCC33; 
          font-weight:bold;
          font: 20px Helvetica;
          padding:50px;
 width:800px;
}


div.heading {
  color:white;
  font-weight: bolder;
  font: 24px Helvetica;
  position: relative;
  bottom:30px;
}

div.body {
  position:relative;
          left:25px;
         bottom: 50px;
  font:16px Helvetica;
line-height:120%;
}

a {
  color: red;
  text-decoration:none;
  border:0px;
}

img { border: 0px; }

.hidden {
	visibility:hidden;
}