﻿@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
}

.box {
	width:755px;
	margin:0px 10px 0px 5px;
}

.cl {
	clear:both;
}

.top {
	width:770px;
	text-align:right;
	margin:0px 0px 3px 0px;
}

.r_box {
	width:170x;
	margin:10px 0px 0px 10px;
}

#header_home {
	width:950px;
	height:280px;
	background-image:url(../images/home/header_bg_home.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_content{
	width:950px;
	height:70px;
	background-image:url(../images/header_bg_content.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#wrapper {
	height:auto;
	width:950px;
	background-image:url(../images/background.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#left {
	width:770px;
	float:left;
}

#right {
	width:180px;
	float:left;
}

#footer {
	width:950px;
	text-align:center;
	border-top:#999 2px dotted;
	background-color:#fff;
}