/*************************//* tags                            *//*************************/body {	margin: 0;	padding: 0;	font-family: Myriad, sans-serif;	font-size: 90%;/* font sizing in ems. if you want to change anything, just change this. from thenoodleincident.com*/	color: #999;	text-align: center;	background-color: #666;}a:link, a:visited  {	color: #999;	text-decoration: none;}a:hover, a:active {	color: #F90;	text-decoration: none;}h1, h2, h3, h4, h5, h6 {	color: #999;	margin: 1.5em 0 .4em 0;	padding: 0;}h1 {	font-size: 1.2em;	font-weight: bold;}h2 {	font-size: 1em;	font-weight: bold;	}p {	font-size: 1em;	line-height: 1.5em;	margin: 0 0 1.2em 0;	}p+p { 	/*text-indent: 2em; */	margin-top: -1.2em; }li > p { margin-top: 0.2em; }strong, b { font-weight: bold; }ul, ol, dl { position: relative; }/***************//*     layout    *//***************/#content {	width: 590px;	margin: auto;	padding: 30px 0 60px 0;}/***********************************************//*Component Divs                               *//***********************************************/#logo {	position: fixed;	top: 50px;	left: 0;}#title {	color: #ccc;	font-size: 2em;	font-weight: bold;	margin: 10px 0 30px 0;	padding: 10px 0 30px 0;	border-bottom: #999;	border-width: 0 0 2px 0;	border-style: none none solid none;}#gallery img {	border: 20px solid #fff;}
