a{
  font-weight:bold;
	color:#003399;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}


body{
  background-color:red;
	font-family:arial;
}

td{
  vertical-align:top;
}
p{
 font-weight:bold;
}

#design{
	height:675px;
	background-color:#ffffff;
}

#menu{
  width:125px;
	padding:10px;
	background-color:#ffffcc;
	border-top:1px solid red;
	border-right:1px solid red;
}

#midt{
	width: 825;
	border-top:1px solid red;
}

#main{
	overflow:auto;
  color:#330000;
	height:500px; 
	padding:15px;
	padding-right:30px;	
	text-align:center;
}

#top{
  height:80px;
	vertical-align:center;
	text-align:center;
	background-color:#ffffcc;
}

.baand{
  background-image:url(pic/mustang_2.gif);
	background-repeat: repeat-x;
	height:20px;
	background-color:#ffffcc;
}

.menu{
	margin-top:20px;
  text-align:center;
}
.menu a{
  font-size:10pt;
}
.eng{
  color:#0000ff;
	font-style:italic;

}