@charset "utf-8";
/* CSS Document */

/*layout*/

/*html,*/ 

/*body * {
	margin:0;
	padding:0;
}*/

body {
	background-color:#9e0508;
	font-family:Lucida Sans Unicode;
}

#container {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}


#header {
	background:url(images/alchemy_header_new.jpg) no-repeat;
	position:relative;
	width:1000px;
	height:207px;
}

#primary_links {
	position:relative;
	text-align:center;
	font-size:11pt;
	top:3px;
	width:1002px;
}

#primary_links a:link, #primary_links a:visited {
  color:#ffba00;
  text-decoration:none;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:3px;
}

#primary_links a:active, #primary_links a.active {
  color:#ffffff;
  text-decoration:none;
}

#primary_links a:hover {
  background:url(images/alchemy_pl_ro_bg.jpg) repeat-x;
  color:#3a1213;
  text-decoration:none;
}


#dragon_pic {
	position:absolute;
	background:url(images/alchemy_dragon_watermark.jpg) no-repeat;
	top: 50px;
	left: 243px;
	width:515px;
	height:410px;
	z-index:-5;
}
	
#content {
	position:relative;
	padding: 5px;
	left:0px;
	width:988px;
	height:auto;
	border-left:1px solid #391213;
	border-right:1px solid #391213;
}

#content_top {
	position:relative;
	top: 0px;
	left:0px;
	width:998px;
	height:80px;
	border-left:1px solid #391213;
	border-right:1px solid #391213;
	
}	


#contact_box {
	position:absolute;
	background:url(images/alchemy_contact_box.jpg) no-repeat;
	width:330px;
	height:72px;
	top:0px;
	left:668px;
}

#heading {
	position:absolute;
	width:500px;
	top:10px;
	left:10px;
}


#footer {
	position:relative;
	background:#391213;
	left: 0px;
	clear:both;
	width:1000px;
	height:90px;
	padding-top:1px;
}

#secondary_links {
	position:relative;
	font-size:11pt;
	margin-left:auto;
	margin-right:auto;
  	text-decoration:none;
	text-align:center;
	top:10px;
	height:21px;
	width:1002px;
}

#secondary_links a:link, #secondary_links a:visited {
  color: #ffffff;
  text-decoration:none;
  padding-left:2px;
  padding-right:2px;
}

#secondary_links a:active, #secondary_links a.active {
  color: #ffffff;
  text-decoration:none;
}

#secondary_links a:hover {
  color: #ffba00;
  text-decoration:none;
}

#footer_content {
	position:relative;
	width:1000px;
	height:30px;
	top:30px;
	padding: 5px;
	font-family:Lucida Sans Unicode;
	color: #ffffff;
	font-size: 9pt;
	
}



	
p {
    font-family:Lucida Sans Unicode;
	color: #220708;
	font-size: 12pt;
}	
 
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
 font-family:Trebuchet ms;
 color: #d8b40b;
}

h1 {
  text-align:center;	
  font-size: 150%;
  font-weight:normal;
}

h2 {
  font-size: 125%;
  line-height: 130%;
  font-weight:normal;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

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

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

a:hover {
  color: #d8b40b;
  text-decoration: none;
}

a:active, a.active {
  color: #d8b40b;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

