html{
	background-image: url(images/bkgtile.png);
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #4C4C4C;
	background-image: url(images/bamboo_title.png);
	background-repeat: no-repeat;
	background-position: top right;
}

h1{
	font-variant: small-caps;
	font-size: 14px;
}

h3{
	font-size: 14px; 
	color: #8CB5E7;
	font-variant: small-caps;
}

.bold{
	font-weight: bold;
}

.quote {
	font-size: 16px; 
	color: #FFADC6;
	font-variant: small-caps;
	
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #6F6F6F;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6F6F6F;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6F6F6F;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6F6F6F;
}

#navigation a:link {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}

#navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}

#navigation a:active {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}
#navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4C4C4C;
}
img {
	border: 0;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	
	height: 100px;
	margin-top: 20px;
}

#container {
	padding-left: 50px;	
}

#content {
	float: left;
	width: 450px;
	border: 1px solid #FFADC6;
	padding: 20px;
	background-color: white;
}

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	/*margin-top: 50px;*/
	text-align: center;
	line-height: 50%;
	clear: both;
	font-size: 11px; 
}

#column {
	margin-left: 520px;
}
#navigation {
	padding: 14px;
	border: 1px solid #FFADC6;
	width: 130px;
	background-color: white;
	margin-bottom: 20px;
}

#ads {
	/*padding: 15px;
	border: 1px solid #FFADC6;
	width: 130px;
	background-color: white;*/
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#resources ul li{
	display: inline;
}

#resources ul li a {
	padding: 0 5px 0 5px;
}

#basedetails {
	float: right;
}
#basedetails ul li{
	display: inline;
}

.icons {
	margin: 4px;
	padding-bottom: 5px;
}

.iconkey {
	float: left;
	margin-right: 6px;
}
.key {
	clear: left;
}

#face {
	margin-right: auto;
	margin-left: auto;
}

.doll {
	margin: 15px;
	padding-bottom: 10px;
	clear: left;
}

.dollimg {
	margin-right: 25px;
	margin-bottom: 10px;
	float: left;
}
.border {
	clear: left;
	width: 425px;
	border-bottom: 1px solid #FFADC6;
}
