/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All rights reserved.
' Customized by Peter Barnes, 2007
'**************************************
'
*/

html, body {
	height: 99%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px
}
body { 
	font-family: verdana;
	background-color:#111;
}

img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	background: #444;
	margin: 0px;
	height: 60px;
	border-bottom: 3px solid #888;
	text-align: center;
	font-size: 39px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #f9edc4;
}

div.footer {
  margin: 5px 0px 5px 0px;
  text-align: left;
  font-size: 70%;
}

a:link {
	color: #888888;
	text-decoration: none;
}

a:visited {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #ad0a0a;
	background: transparent;
	text-decoration: underline;
}

div#flashcontent {
	width:90%;
	height:80%;
	background-color: #111;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
