*            
{ 
	font-family: sans-serif;
	font-size: 100%;	
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bg_body.gif) repeat-x 0 0;
	font-size: 65%;
	color: #606060;
}
a
{
	text-decoration: none;
	color: #a52e7d;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, ul, fieldset, ol
{
	margin: 0;
	padding: 0;	
}
fieldset
{
	border: none;
}
ul, ol
{
	list-style: none;
}
.clear, .clear10, .clear6, .clear15, .clear8, .clear20, .clear3
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear3
{
	height: 3px;
}
.clear6
{
	height: 6px;
}
.clear8
{
	height: 8px;
}
.clear10
{
	height: 10px;
}
.clear15
{
	height: 15px;
}
.clear20
{
	height: 20px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
}
.input_text, textarea
{
	border: none;
	padding: 2px;
}
#content
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bg_content.gif) repeat-y 50% 0;
		
}
#content #area 
{
	width: 100%;
	text-align: center;
	background: url(../images/bg_area.jpg) no-repeat 50% 0;
}
.content
{
	width: 938px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: left;
}