/*  * CSS layout for Signs of Misfortune website 2.0 *  * Author: Jeremy Davis * Feb 2008 * *//***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: Arial,sans-serif;	/*background: url('img/metalpainted58s.jpg') repeat center;*/	background: url('img/fond.jpg') repeat center top;	/*background: black;*/	color: #CCCCCC;	line-height: 1.166;		margin: 0px;	padding: 0px;}/* Links */a:link, a:hover, a:visited { 	color: white;	text-decoration: none;}a:hover {	color: black;}a:visited {	color: #999999;}/* Headers */h1, h2, h3 {	font-family: Arial,sans-serif;	color: #CCCCCC;	margin: 0px;	padding: 0px;}h1{	font-size: 36px;}h2{	font-size: 24px;	text-decoration: underline;}h3{	font-size: 16px;	text-decoration: underline;}ul{ list-style-type: none;}				/***********************************************//* Div styles                                  *//***********************************************//* Main */#main {	background: transparent;	width: 800px;	height: 1px}/* Head menu */#headmenu{	padding: 200px 0px 0px 0px;	margin: 0px;	width: 800px;	height: 113px;	background: url('img/signsofmisfortune.png') no-repeat center top;	text-align: center;}#headmenu a, a:visited a:hover{	border-style: none;}.pic {	border: none;}/* Sidebar */#sidebar{	font-size: 14px;	width: 200px;	float: left;}#sidebar ol, li {	list-style-type: none;	margin: 0px;	padding: 0px;}#sidebar img {	width: 200px;}/* Content */#content{	padding: 15px 0 0 0px;	width: 550px;	float: right;}#content table {	border: 1px;	border-color: #CCCCCC;	frame: box;	margin-bottom: 10px;	align: center;	width: 500px;	cellpadding: 2px;}#content thead, th {	text-align: center;	text-decoration: underline;}#content tfoot {	text-align: right;	font-weight: bold;}#content img {    border: none;}.popup {    text-align: left;    clear: both;	margin: 0px 0px;	padding: 20px;	width: 560px;    height: 410px;	position: absolute;	background: black;	border: none;}