/* website-rules.css */

/*****************/
/* general rules */
/*****************/
html, body {
 margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background: #111111;
	}

h1 { 
 font-family: 'Crimson Text', serif; 
	font-weight: normal; 
	font-size: 40px; 
	display: inline;
	}

h2 { 
 font-family: 'Crimson Text', serif; 
	font-weight: normal; 
	font-size: 30px; 
	display: inline;
	}

h3 { 
 font-family: 'Crimson Text', serif; 
	font-weight: normal; 
	font-size: 24px; 
	display: inline;
	}

td.nav {
	padding-left: 20px;
	padding-right: 20px;
 }
	
a {
	color: #6185c0;
	text-decoration: none;
 }

a:hover {
 color: #FFFFFF;
 }

div.item {
	width: 400px;
	height: 320px;
	float: left;
	margin: 10px;
	/* border: 1px solid #FFFFFF; */
 }

div.coin {
	width: 300px;
	height: 300px;
	float: left;
	margin: 10px;
	margin-top: 30px;
 }

/************************/
/* table and cell rules */
/************************
#table1 {
 width: 300px;
	border: 2px solid #CC0000;
	border-collapse: collapse;
 }

#left {
 text-align: left;
	vertical-align: top;
	border: 1px solid #0000CC;
 }
	
td.center {
 text-align: center;
	vertical-align: middle;
	border: 1px solid #00CCCC;
 }
	
#right {
 text-align: right;
	vertical-align: bottom;
	border: 1px solid #CC00CC;
 }

td { 
 padding: 5px; 
	height: 40px;
	}
	
/***************/
/* h1, p rules */
/**************
h1 { 
 text-align: center; 
	}
	
/**************/
/* link rules */
/*************
a {
	color: #FFCC00;
 }

a:hover {
 color: #FFFF00;
 }

/***********/
/* borders */
/* place the border on an image to make it fit the image */
/**********
.border1 {
	border: 10px solid #CC00CC;
	padding: 5px;
 }

.border2 {
	border: 1px solid #000000;
 }

/*********************/
/* background images */
/********************
#bgimgdiv {
 width: 500px;
	height: 300px;
	background-image: url(blue-star.jpg);
 }

/**************/
/* everything */
/*************
.center {
 width: 100%;
 text-align: center;
	}
		
/*****************************************
				
iframe {
	width: 100%;
	height: 100%;
 padding: 10px;
 margin: 0px;
	align: left;
 FILTER:chroma(color= white);
 }

