@charset "UTF-8";

a:link,a:active{
	color:#C28980;
	font-family: Georgia;
	font-size: 11px;
	font-weight:bold;
}

a:hover   {
	color:#967A76;
   font-family: Georgia;
	font-size: 11px;
	font-weight:bold;
}

a:visited   {
	color:#C28980;
	font-weight:bold;
}

    body {background-image:url('http:i39.tinypic.compc108.jpg');
	background-color: #FCF7F5;
	background-position:left top;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

body,td {
	color: #7B705F;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	0px;
	height:	100%;
}

.container_transparency {
	
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.container {
	color: #666666;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	
}

.container .heading {
	padding: 0px 0px 5px 0px;
	margin-bottom:5px;
	text-transform:uppercase;
	color: #7F6E69;
	font-family: Georgia;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	border-bottom: 1px solid #D6AEA8;
}

.content {
	padding:5px;
}
.about_me td		{	line-height:20px;}
	.about_me .key		{  font-weight:bold;padding-right:20px;vertical-align:top;	}
	.about_me .value	{  padding-bottom:3px;  }
	.about_me .value2	{  padding-left:10px;	}
	
.interests_info	{  font-weight:bold;padding:3px 3px 3px 3px; }
	.interests_body	{  padding: 5px 5px 10px 10px;	}

	.wall_info			{  font-weight:bold;padding:5px 5px 5px 5px; }
	.wall_body			{  padding: 5px 5px 30px 10px;}
	.wall_options		{  padding: 5px 5px 5px 10px; }
	.wall_options textarea	{  width:100%;height:70px; }


	.gallery_image		{  border:1px solid #888888;float:left;}
	.gallery_image img	{  height:80px;width:80px; }