/*
DragonHatch CSS
*/

body {
	background-color: #141c1e;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	line-height:1.6;  
	}
	
img { border: none; }

#mydiv {
	position: relative;
	top: 0px;
}

#flashcontent { 
position:relative;
top:0px;
left:0px;
width:780px;
height:800px;
color: #ccc;
}

h1 { font-size: 26px; color: #666666; border-bottom: solid 1px #333; padding-top: 5px; }

h2 { font-size: 20px; color: #666666;}
.noflash { font-size: 26px; color: #FFC300; border: 0px; padding-top: 10px; }

a { color: #666; text-decoration: none; border-style: none; }

a:visited { color: #ccc; text-decoration: none; border-style: none; }

a:hover { color: #57514C; text-decoration: underline; border-style: none; }

#flashnotice {
	background-color: #141c1e;
	color: #999999;
	border: solid 1px #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

#about {
	background-color: #141c1e;
	font-size: 10px;
	color: #cccccc;
	font-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

#about p{ font-color: #ffffff; }

#venues {
	background-color: #141c1e;
	font-size: 10px;
	height: 200px;
	color: #cccccc;
	padding: 10px;
}

table {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}