body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;	
	line-height: 130%;
	background-color: #009;
background: rgb(102,150,234) url(graphics/grad.gif) top left repeat-x;
	/*background: rgb(18,72,186) url(graphics/grad.gif) top left repeat-x;*/
	/*background: rgb(0,0,100) url(graphics/grad.gif) top left repeat-x;*/
}

#wrapper {
	position: relative;
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	padding: 30px;
	background-color: rgb(200, 218, 255);
	/* background-color: #FFF; */		
}

#LOGO {
	text-align: center;
}

div#homeCONTENT {
	width: 440px;
	margin-top: 22px;
	margin-left: 120px;
    
}

body#home div#homeCONTENT, body#home div#homeCONTENT p {
	text-align: center;
}

body#marketplace div#homeCONTENT p {
	line-height: 120%;
}

body#marketplace div#homeCONTENT b {
	color: #F00;
}

body#marketplace div#homeCONTENT img {
	float: right;
	margin: 3px 0 3px 20px;
	border: 1px solid #000;
}


#LEFTCOLUMN, #RIGHTCOLUMN {
	position: absolute;
	top: 100px;
	height: 600px;
	line-height: 110%;
	padding: 1em 5px 0 5px;
	width: 100px;
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF; 
	border-right: 1px solid #10109C; 
	border-bottom: 1px solid #10109C; 	
	color: black;
	background-color: #DEDEE7;
	text-align: center;
}

#LEFTCOLUMN {
	left: 20px;
}

#RIGHTCOLUMN {
	left: 620px;
	font-size: 80%;
}



#homeCONTENT p {
	text-align: justify;
	line-height: 135%;
}


#homeCONTENT std {
	text-align: left;
	line-height: 135%;
}
#homeCONTENT p.small {
	font-size: x-small;
	color: #666;
}

#homeCONTENT p.footer {
	border-top: 1px solid #009;
	padding-top: 1em;
	font-size: xx-small;	
	font-style: italic; 
	line-height: 100%; 
}


#homeCONTENT div.picRight {
	float: right;
	border: 1px sold #009;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color: #F00;	
}


h1, h2, h3, h4, h5, h6, .subtitle, #navigation, #menubar, #LEFTCOLUMN, #RIGHTCOLUMN {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	

}

h1 {
	font-size: 130%;
	color: #F00;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 75%;
}

h5 {
	font-size: 100%;
	text-align: left;
}

h6 {
	font-size: 100%;
	font-style: italic;
}


.subtitle {
	font-size: 105%;
	font-weight: bold;
	color: #F00;
	background-color: transparent;
	display: block;
	font-style: italic
}

#navigation, #menubar {
	font-family: "Comic Sans MS", serif; 	
	font-weight: bold; 
}

#LEFTCOLUMN a {
	color: #009;
	text-decoration: none; 
}

#LEFTCOLUMN a:hover {
	color: #F00;
	text-decoration: underline;
}

/* Used only on regalia page */

body#regalia h2 {
	color: #F00;
	margin-bottom: -1em;
}

body#regalia {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

body#regalia b {
	color: #F00;

}
.button {
	font-weight: bold;
	color: #FFF;
	background-color: #FF6a00;
}
.red_button {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}
.green_button {
	font-weight: bold;
	color: #FFF;
	background-color: #0F0;
}

div#slideshowplaceholder {
	position: relative;
	margin: 0 0 12px 20px;
}	

div#slideshow {
	height: 300px;
	width: 400px;
	box-shadow: 9px 9px 9px #999;
  -moz-box-shadow: 9px 9px 9px #999;
  -webkit-box-shadow: 9px 9px 9px #999;	
}	

#slideshow img {
  border: 1px solid #666;
  height: 300px;
  width: 400px;
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}