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

body {background-color:#dfbb6a;}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6f4125;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Georgia, "Times New Roman", Times, serif;
}

.oneColFixCtr #mainContent h3{ color:#6f4125;} 
.oneColFixCtr #mainContent h4{ color:#666666;} 

.oneColFixCtr #mainContent p{color:#333333; font-family:Tahoma, Geneva, sans-serif; font-size:small; line-height:22px;}
	
.oneColFixCtr #mainContent a {font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; color:#703816;}

.oneColFixCtr #mainContent a:hover {font-family:Georgia, "Times New Roman", Times, serif; text-decoration:underline; color:#333333;}

#td {border:1px #630 solid; font-size:small; font-family:Tahoma, Geneva, sans-serif; color:#333333; width:100px; height:100px; text-align:center;}

#td img {vertical-align:top; padding:5px; vertical-align:middle;}

#coin {background-image:url(../images/about_01.gif); background-repeat:no-repeat; background-position:center; }

.oneColFixCtr #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #99703E;
	text-decoration: none;
}
