@charset "utf-8";
	
/* CSS Document */

html,body {
	margin:0;
	padding:0;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background:url(images/stripe.png);
}
p {
	margin:0 10px 10px
}

a {
	text-decoration: none;
}

div#header {
	position:relative
}


div#seo {
	height:4px;
	width:995px;
	background-color: #FFF;
	background-image: url(images/menu2.png);
	display:block;
	overflow:hidden;
}

div#dragon {
	height:144px;
	width:995px;
	background-color: #d2d6dc;
	display:block;
	overflow:hidden;
}

div#dragon h2 {
	font-size: 24px;
	color: #990099;
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}

div#dragon a {
	font-size: 14px;
	color: #990099;
	text-align:center;
	margin-top:10px;
	display:block;
	float:left;
	width:90px;
}

div#sbar {
	height:22px;
	width:995px;
	background-color: #FFF;
	background-image: url(images/silver-bar.jpg);
	display:block;
	overflow:hidden;
	vertical-align:middle;
}
div#sbar a {
	color: #990099;
}

div#sbar p {
	padding:4px;
}

div#menu {
	height:30px;
	width:995px;
	background-color: #FFF;
	background-image: url(images/tile_sub.gif);
	display:block;
}

div#menu a {
	height:16px;
	display:block;
	float:left;
	color: #990099;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

div#menu img {
	display:block;
	float:left;
}


div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B
}

div#content p {
	font-size: 14px;
	text-align: justify;
	text-indent: 36px;
	padding-top: 20px;
}

div#content span {
	display:block;
	width:200px;
	float:right;
	text-align:center;
	font-size: 12px;
}

div#content h1 {
	font-size: 20px;
}

div#content h2 {
	font-size: 17px;
}

div#content img {
	padding: 10px;
}

div#container
{
	width:995px;
	margin:0 auto;
	background-color:#d2d6dc;
	text-align:left
}
div#wrapper
{
	float:left;
	width:100%
}
div#content
{
	margin: 0 150px
}
div#dleft
{
	float:left;
	width:150px;
	margin-left:-150px;
	font-size: 16px;
	color: #990099;
	text-align: left;
	font-weight: bold;

}
div#dright
{
	float:left;
	width:150px;
	margin-left:-995px;
	font-size: 16px;
	color: #990099;
	font-weight: bold;
	text-align: right;
}

div#dright a
{
	color: #990099;
}

div#footer
{
	clear:left;
	width:100%
}
	
div#dright p
{
	margin-top:100px;
}

div#dleft p
{
	margin-top:100px;
}

div#dright object
{
	margin-top:100px;
}

div#dleft object
{
	margin-top:100px;
}

#xtra{
	font-size:12px;
}

div#para {
	padding: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	font-size: 14px;
}

div#para img {
	margin-top: -9px;
	margin-left: -5px;
	padding: 10px;
}

div#para p {
	text-align: justify;
	text-indent: 36px;
}

div#para div {
	text-align: right;
	font-style: italic;
}

div#para a {
	color: #000000;
}

div#para h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

div#para h4{
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#para h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

div#para h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 8px;
}

div#pict {
	width:695px;
	display:block;
}

div#pict a {
	width:138px;
	height:138px;
	float:left;
	display:block;
	text-align:center;
}

div#pict h3 {
	width:690px;
	float:left;
	display:block;
	text-align:center;
	font-size:16px;
}

.af {
	font-size:16px;
	list-style:none;
}

.af a{
	color: #990099;
	font-weight: bold;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}