body{
  margin:0 auto;
  background: #ffffff;
  text-align: center;
}

#header {
                  background-image: url(images/mustangLogo.jpg);
                  background-repeat: repeat;
                  background-position: top center;
                  background-color: #ffffff;
	border-bottom:1px solid #fafafa;
	height:80px;
	margin:0 auto;
	width:100%;
}
#right {
                  background-image: url(images/buildings.jpg);
                  background-repeat: no-repeat;
                  background-position: top center;
                  background-color: #ffffff;
                  height:737px;
	margin:0 auto;
	width:185px;
}

#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:left;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:left;
}
.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #000000;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #000000;
border: 1px solid #D70000;
}

.bevelmenu li a:hover{
color: #FFCC00;
background-color: #303030;
border-style: outset;
}

body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
background-color: #ffffff;

}