* {
	margin: 0;
	padding: 0;
}
body {
	font-family:arial;
	font-size:12px;
	background-color: #a6a6a6;
	text-align: center;
	}

#container {
	margin: auto;
	padding: 0px;
}
#header {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 760px;
	height: 230px;
	background: #fff 0 0 url("globalart/header.jpg") no-repeat;
}
#header p.subnavi {
	padding: 39px 3px 0 0;
	text-align: right;
	font-size: 10px;
}
#header p.subnavi a {
	color: #666;
	text-decoration: none;
}
#header p.subnavi a.active:hover {
	color: #ba0000;
	text-decoration: underline;
}
#header p.subnavi a.inactive:hover {
	color: #ba0000;
	text-decoration: underline;
}
#header p.subnavi a.active {
	color: #ba0000;
	text-decoration: underline;
}
#header p.subnavi a.inactive {
	color: #666;
	text-decoration: none;
}
#header p.navi {
	padding: 133px 3px 0 0;
	text-align: right;
}
#header p.navi a.active:hover {
	color: #ba0000;
	text-decoration: underline;
}
#header p.navi a.active {
	color: #ba0000;
	text-decoration: underline;
}
#header p.navi a.inactive {
	color: #666;
	text-decoration: none;
}
#header p.navi a.inactive:hover {
	color: #ba0000;
	text-decoration: underline;
}
.content_window {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 760px;
	background: #fff;
	min-height: 595px;
	_height: 595px;
}
.border_btm {
	background:	#eee;
	border-bottom: 1px solid white;
}
.border_btm a {
	padding: 10px 0 0 10px;
	color: #000;
	text-decoration: none;
}
.border_btm a:hover {
	color: #ba0000;
	text-decoration: underline;
}
* html .clearfix {
     height: 1%; 
}
.clearfix {
     display: inline-block; 
}
html[xmlns] .clearfix {
 	display: block;
}
.clearfix:after { 
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}