/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	/*background-image: url("images/parchmentbase_copper.jpg");*/
	background-image: url("images/Page-BgTexture_Copper.jpg");
	background-image: url("images/parchmentbase_copper.jpg");
		
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: #8B2F1D;
	font-family: Arial;
}


h4, h5 {
	margin: 0;
	color: #8B2F1D;
}

hr {
	color: #8B2F1D; background:#8B2F1D;  height: 2px; border: 0;
	margin-bottom: 10px;
}


table {
	/*color: #B95B00;*/
	color: #000000;
	/*border: solid 2px #8B2F1D;*/

}

.tablenoborder {
	border-style: none;
	border: 0px;

}


a {
	color: #236B8E;
	text-decoration: underline;
}

a:hover {
	/*color: #555E4F;*/
	color: #8B2F1D;
	text-decoration: underline;

}

a:visited {
	color: #8B2F1D;
	text-decoration: underline;
}

img {
	border: none;
}



/* Menu */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:700px;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	Font-weight: bold;
	background:transparent url("images/teal.jpg") repeat-x top left;
	font-family: Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#FBF2E2;
	text-decoration:none;
	text-align: center;
	padding:12px 20px 0 20px;
	height:40px;
	width: 99px;
	}
ul#menu li a:hover{
	background:transparent url("images/brown.jpg") repeat-x top left;
	}
	
ul#menu li a:active{
	background:transparent url("images/teal.jpg") repeat-x top left;
	color: #94C6D2;
	}	

#menu2 {  
	width: 700px;
	height: 10px;
	text-align: center;
	font: verdana;
	font-size: 10px;
	cursor: hand;
	color: #00FFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	background: #FBF2E2;
}

#colOne {
	float: left;
	margin-top: 20px;
	width: 190px;
	padding: 0 20px 0 20px;
}

#colTwo {
	float: right;
	width: 440px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#fullPage {
	float: left;
	width: 650px;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}


#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #8B2F1D;
}

#content h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #8B2F1D;
	}
	
#content h4{
	font-size: 13px;
	font-weight: bold;
	color: #236B8E;
	}

/* Gem Properties List*/
.gemproperty{
color: #000000;
border: none;
vertical-align: top;
}

#gemname_colOne{
	color: #000000;
	float: left;
	width: 300px;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}

#gemname_colTwo{
	color: #000000;
	float: right;
	width: 300px;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}

a.gemname {
font-family: Arial;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}

img.gempic {
float: right;
margin-left: 10px;
}

.alpha{
background-color: #8B2F1D;
font-family: Arial;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
padding:2px;
}

.title{
background-color: #8B2F1D;
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 12px;
text-align: left;
text-transform: uppercase;
padding:4px;

}

footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0px;
	font-size: 10px;
}

#table homepage {
	width: 55%;
	text-align: center;
}


#caption {
	text-align: right;
	font-style: italic;
	float: right;
}

#picmenu a {
   		display:block;
		margin: 1em 0; padding:7px 0 10px 20px;
		font: bold 14px/1 sans-serif;
		/*color:#000000;
		width: 400px;
		height: 200px;
		background: url("images/picmenu.jpg") 200px 0 no-repeat;*/
		text-decoration: none;
		}
   }
#picmenu a:hover {
   position: 200 -200px;
   
   }
#picmenu a:active {
   background-position: 200 -400px;
   
   }
   
img.floatLeft { 
    float: left; 
    margin: 20px; 
}
img.floatRight { 
    float: right; 

}

