@charset "utf-8";
body  {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#000000;
	margin:0 auto; 
	padding:10px;
	text-align:center;
	color:#ff9900;
}
h2 {
	color:#660000;
	padding:0;
	margin:5px;
}
legend, label {
	color:#660000;
}
caption {
	background:#660000;
	color:#ff9900;
}
.container { 
	width:900px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.header {   
	width:900px;
	height:158px;
	background:url('../src/header/header.jpg');
}
.menu {   
	width:900px;
	height:35px;
	background:#660000;
}
.menu1 { width:100px; }
.menu2 { width:120px; color:#ff9900; text-decoration:none; }
.menu2:hover{ text-decoration:underline; }

.corp {   
	width:900px;
	color:#000000;
	border:solid 2px #660000;
	background:#ffffff;
}
.info {  
	color:#ffffff;
	padding:0 0 0 15px;
	border:solid 2px #660000;
	background:#660000;
}

.th {
	background:#660000;
	color:#ff9900;
}
.footer {   
	width:900px;
	padding:5px 0;
	background:#660000;
}
