

body
{
  background:url(background.jpg);
	margin: 0px; 
	padding: 0px;
	font-family: "Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
}
.clear
{
clear: both;
}


#header
{
 background:url() repeat-x top left;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
        text-align:right;
        border-bottom: 1px solid #999;
}

#content 
{
width:100%;
padding: 0px;
margin:20px auto;
}

#footer
{
 background:url() repeat-x top left;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
        text-align:right;
        border-top: 1px solid #999;
}

#footer a
{
 color: #B05128;
 border:none;
}

#footer img{

 position:relative; 
 border:none;
}

#undercon{
position:absolute;
top: 0px;
left: 0px;
}


/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #FF00CC;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #808000;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #808080;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	color: #FF00CC;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */

a
{
color: #FF00CC;
	}

a:hover
{
color: #000;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 0px;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #FFFFFF;
	border: 1px solid;
	background: #000000;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
  background: transparent url() left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}


a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	bottom:90px;
        left:0px;
        width:500px; 
	height:300px; 
	border: 1px solid #ccc; 
	background:#000 url() no-repeat top right; 
	color:#fff; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

a.info:hover .infobox2 {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	bottom:90px;
        right:0px;
        width:500px; 
	height:300px; 
	border: 1px solid #ccc; 
	background:#000 url() no-repeat top right; 
	color:#fff; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}
