@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.name {
font-size:16px;
font-style:italic;
font-weight:bold;
color:#ff0000;
}

.wrapper {
width:900px;
height:500px;
margin-left:auto;
margin-right:auto;
}

.banner {
width:900px;
height:100px;
background-color:#996633;
}

.nav {
width:900px;
height:60px;
background-color:#CC0000;
}
