/* CSS Document */

body {
background-color:#531301;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

#content {
	margin: 0 auto;
	width: 786px;
	background-image:url(images/dragon_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#531301;
}

#content span {
	height:786;
	clear: left;
	padding: 0;
	margin: 0;
	display: block;
	}
	
	
#title {
	text-indent:-5000px;
	float:left;
	width:300px;
	height:400px;
	}

#sidelinks {
	float:left;
	margin: 10px auto auto -260px;
	text-align:center;
	font-size:13px;
	color:  #FFF;
	font-weight:bold;
	}
	
#introtext {
	float: left;
	width:540px;
	height:900px;
	margin: 0 auto auto -85px;
	
	}
#comingsoon {
	width:627px;
	float:right;
	margin: -10px 23px;
	}



h4 {
	font-size:16px;
    color:#ed1c24;
	text-align:center
	}
h4 a {
    color:#ed1c24;
}
h4 a:hover {
    color:#ed1c24;
	}
	h4 a:visited {
	    color:#ed1c24;
		}
h5 {
	font-size:14px;
	font-weight:bold;
	margin-top:380px;
	}
h6 {
	font-size:12px;
	font-weight:bold;
	line-height:2px;
	
	
	}
p {
	font-size:12px;
	
	
	}
h6 a:link {
	text-decoration: none;	
	color:#531301;
	}

h6 a:visited {
	text-decoration: none;	
	color:#531301;
	}
	
h6 a:hover {
	text-decoration: underline;
	color:#531301;
	}
	
h6 a:active {
	text-decoration: underline;
	color:#531301;
	}
a:link {
	text-decoration: none;	
	color:#fff;
	}

a:visited {
	text-decoration: none;	
	color:#fff;
	}
	
a:hover {
	text-decoration: underline;
	color:#fff;
	}
	
a:active {
	text-decoration: underline;
	color:#fff;
	}
	
	
