@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#content {
	background-image: url(../images/webBG.png);
	height: 600px;
	width: 805px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#content #left {
	margin: 0px;
	padding: 0px;
	height: 590px;
	width: 550px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#content #left #topLeft {
	height: 75px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content #left #topLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 40px;
	font-weight: lighter;
	background-image: url(../images/dragonLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-indent: -9999px;
	height: 70px;
}
#content #left #botLeft #top {
	height: 230px;
	margin-left: 5px;
	padding: 10px;
}
#content #left #botLeft #bottom {
	height: 200px;
	margin-left: 5px;
	padding: 10px;
}
#content #left #botLeft #topContent {
	height: 450px;
	padding-left: 5px;
}
#content #left #botLeft #topContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#content #left #botLeft #topContent iframe {
	margin-left: 25px;
}
#content #left #botLeft #topContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 20px;
}


#content #left #botLeft #bottom h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-left: 15px;
}
#content #left #botLeft #bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}


#content #right {
	height: 590px;
	width: 240px;
	float: left;
	padding-top: 20px;
}
#content #right #botRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}

#content #right #topRight {
	height: 375px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content #right #topRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 0px;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content #right #topRight a:link, #content #right #topRight a:active, #content #right #topRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#content #right #topRight a:hover {
	background-image: url(../images/dragon_outline.png);
	background-repeat: no-repeat;
	background-position: right;
}
#foot {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
#content #left #botLeft #topContent img {
	margin-left: 40px;
}

