@charset "UTF-8";
/**/
body {
 margin: 0;
 padding: 0;
 background: url(../img/bg.png) repeat-x left top;
}

#wrapper {
 width: 780px;
 margin: 0 auto;
 padding: 0;
 background: url(../img/wrapper_bg.png) repeat-y left top;
}

#bottom {
 width: 780px;
 height: 3px;
 margin: 0 auto;
 padding: 0;
 background: url(../img/bottom_shadow.png) no-repeat left top;
 font-size: 0;
 line-height: 0;
}

.reset	{
 width: 0;
 height: 1px;
 _height: 0;
 margin: 0;
 padding: 0;
 font-size: 0;
 line-height: 0;
 clear: both;
}

.floatclear {
	clear: both;
}


/**/
#header {
 width: 774px;
 height: 80px;
 margin: 0 auto;
 padding: 0;
 background: url(../img/header_bg.png) no-repeat left top;
}

#header h1 {
	display: none;
}

#header p {
 margin: 0;
 padding: 0;
 font-size: 12px;
 line-height: 80px;
 text-align: right;
}

#header a {
 margin: 0;
 padding: 0 10px 0 13px;
 height: 15px;
 color: #333333;
 background-image: url(../img/pointer01.gif);
 background-position: left center;
 background-repeat: no-repeat;
 text-decoration: none;
}

#header a:hover	{
 color: #0066CC;
 text-decoration: underline;
}


/*w3c*/
p.w3c_valid	{
	display: none;
}