
.header{
	width : 910px;
	margin : 0px auto 0px auto;
	padding : 0px;
	display : table;
	height : 80px;
}
.header div.copy{
	vertical-align : middle;
	width : 610px;
	display : table-cell;
	height : 80px;
	text-align : left;
	color :  #585858;
	font-size : 18px;
}

.header div.copy h1{
	margin : 0px;
	padding : 0px;
	font-size : 10px;
	color : #585858;
	font-weight : normal;
}

.header div.logo{
	width : 300px;
	display : table-cell;
	vertical-align : middle;
	text-align : right;
	height : 80px;
}
.header div.logo img{
	margin-right : 36px;
}


table.gmenu{
	width : 910px;
	margin : 0px auto 0px auto;
	padding : 0px;
	height : 30px;
}

table.gmenu tr td{
	height : 30px;
	line-height : 30px;
	font-size : 12px;
	margin : 0px;
	padding : 0px 0px 0px 0px;
	border-left : solid 1px #cccccc;
}

table.gmenu tr td div.link{
	border-bottom : solid 1px #cccccc;
	margin-right : 10px;
}

table.gmenu tr td div.link a{
	height : 30px;
	margin : 0px;
	padding : 0px 0px 0px 10px;
}



