@charset "UTF-8";
/* CSS Document */
html, body {
	font-size: 12px;
	background: #e2e2e2;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image:url(../images/pg_bkg);
	background-position:center;
	background-repeat: repeat-y;
	color: #333;
	height: 100%;
}

#container {
	width: 330px;
	border-right: #e2e2e2 445px solid;
	display: block;
	background: #fff;
	overflow: visible;
	border-left: #fff 15px solid;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	padding-top: 10px;
}

#left {
	display: inline;
	float: left;
	text-align:right;
	margin-left: -144px;
	width: 139px;
	position: relative;
}

#right {
	display: inline;
	float: right;
	width: 445px;
	margin-right: -457px;
	position: relative;
}

#middle {
	padding: 0;
	padding-right: 15px;
	padding-left: 2px;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

a:visited {
	color: #999;
}

#container a:visited {
	color: #999;
	text-decoration: none;
}

a{
	color: #666;
	text-decoration: none;
}

a img {
	color: #666;
	border: 1px;
}
	
a:hover, a:hover img {
	color: #333;
	text-decoration: none;
	border:0;
}

#container a span {
	display: none;
}

#container a:active {
	background: none transparent scroll repeat 0 0;
	color: #fff;
	text-decoration: none;
}

#container a:unknown {
	background: none transparent scroll repeat 0 0;
	color: #fff;
	text-decoration: none;
}

#container a:active span {
	display: inline;
	left: 0px;
}

#container a:unknown span {
	display: inline;
	left: 0px;
}

em {
	font-weight: bold;
}

#copyright{
	padding-top: 15px;
	margin-left: -7px;
}

/*top*/
#hat img, img#hat{
	float: right;
	padding: 0;
	margin: 0;
	height: 74px;
	width: 83px;
	border: 0;
}

#name{
	width: 214px;
	height: 27px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-left: 0px;
	background-image: url(../images/rachel_land.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*thumbs*/
	
a.thumb img, a.thumb:hover img{
	height: 50px;
	width: 50px;
	border: 0;
	padding: 2px;
	margin: 2px;
}

a.thumb:hover img{background-image:url(../images/thumbs.gif);}

.title{
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 2px;
}

.sub_title{
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 2px;
	color: #666;
}

.intro{
	color:#999;
	font-size: 11px;
	display:inline;
}