/* Kill Margins */html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,a,img,table,tr,th,td {	margin: 0;	padding: 0;	}/* Links Inherit Colors */a {	color: #300;	}a:hover {	color: #600;	}/* No Borders on Image Links */a img {	border: 0;	}/* Base Font Size */body,th,td {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	}body {	background-image: url(images/layout2/paper_bg_1.jpg);	background-position: center top;	}/* CONTAINER */.Container {	position: relative;	width: 680px;	height: 550px;	margin-left: auto;	margin-right: auto;	background-image: url(images/layout2/gasmasks_content_bg.jpg);	background-position: 0px 180px;	background-repeat: no-repeat;	}/* HEADER */#Header {	position: relative;	height: 180px;	overflow: hidden;	margin-bottom: 35px;	background-image: url(images/layout2/gasmasks_header_bg.jpg);	background-repeat: no-repeat;	}#Header h1 {	position: absolute;	top: 200px; /* Push the H1 content into hidden area */	}/* MAIN MENU */#MainMenu {	position: absolute;	right: 20px;	bottom: 22px;	width: 450px;	height: 40px;	padding-right: 10px;	background-color: #000;	list-style-type: none;	text-align: right;	}#MainMenu li {	display: inline;	color: #FFF;	text-align: right;	}#MainMenu li a {	text-decoration: none;	}#MainMenu li a img {	vertical-align: top;	}/* BODY */#Body {	height: 235px;	overflow: auto;	margin: 0 74px 0px 80px;	padding: 0 20px 0 0;	}#Body h2 {	margin-bottom: 12px;	border-bottom: 1px dotted #666;	font-size: 1.5em;	font-style: italic;	}#Body h3 {	font-size: 1.3em;	margin-bottom: .2em;	}#Body table, #Body th, #Body td {	border: 0;	vertical-align: top;	text-align: left;	line-height: 1.5em;	}#Body table {	width: 100%;	border-spacing: 0;	}#Body th {	border-bottom: 1px dashed #AAA;	padding: 8px 0;	vertical-align: top;	}#Body td {	border-bottom: 1px dashed #AAA;	padding: 8px 0 8px 20px;	vertical-align: top;	}/* SPECIFIC PAGES */#HomePage {	background-image: url(images/layout2/gasmasks_home_bg.jpg);	}#Body .EventImg, #Body .ArticleImg {	width: 100px;	}#Body .EventInfo .Subheading {	margin-top: 8px;	}#Body ul {	list-style-type: none;	}#Body .Song .Length, #Body .Song .MP3 	{	text-align: center;	}
