/****************************************************/
/*				General HTML						*/
/****************************************************/
body 
{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4
{
	font-family: Lucida Sans, "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
h1
{
	color: #3F3F41;
	font-weight:normal;
	font-size: 30px;
	line-height: 34px;
}
h1 span
{
	color: #F83D87;
}
h2
{
	color: #3F3F41;
	font-weight: normal;
	font-size: 26px;
}
h3
{
	color: #F83D87;
	font-weight: normal;
	font-size: 22px;
}
h4
{
	color: #3F3F41;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p
{
	color: #3F3F41; 
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
}
a:link, a:visited, a:hover, a:active
{
	color: #3F3F41;
	text-decoration: none;
	font-weight: bold;
}
blockquote
{
	color: #3F3F41; 
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	font-style: italic;
}
blockquote div 
{
	padding: 18px;
	margin: 20px;
}
.noprint
{
	display: none;
}
br
{
	display: none;
}
ul
{
	display: none;
}
li
{
	display: none;
}
dl
{
	display: none;
}
dt
{
	display: none;
}
dd
{
	display: none;
}
/****************************************************/
/*						Header 						*/
/****************************************************/
div#stamp_border_top
{
	display: none;
}
div#stamp_border_bottom
{
	display: none;
}
/****************************************************/
/*						Areas						*/
/****************************************************/
div#areas
{
	display: none;
}
a.title_areas
{
	display: none;
}
#hand
{
	display: none;
}
img#small_latest
{
	display: none;
}
/****************************************************/
/*						Content						*/
/****************************************************/
img.detail
{
	width: 514px;
	height: 115px;
	border: 1px dotted #3F3F41;
	padding: 12px;
	background-color: #FFFFFF;
}
/****************************************************/
/*					About Me 						*/
/****************************************************/
img#my_photo
{
	float: right;
	width: 220px;
	height: 318px;
	border: 1px dotted #3F3F41;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 20px;
}
/****************************************************/
/*						Contact						*/
/****************************************************/
div#contact
{
	display: none;
}
div#contact form
{
	display: none;
}
/****************************************************/
/*						Footer 						*/
/****************************************************/
div#info p
{
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #3F3F41;
	font-size: 11px; 
}
div#info img
{
	display: none;
}
