body {
margin:10px;
padding:10px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}
.out {
margin:0px auto 0px auto;
width:778px;
text-align:left;
}
.in {
width:778px;
position:absolute;
top:0px;
}
.head {
height:136px;
width:778px;
position:absolute;
top:10px;
background-image:url(../images/head.jpg);
}
#content {
margin:146px 0px -20px 0px;
width:auto;
background-image:url(../images/content.jpg);
padding: 0px 250px 20px 55px;
text-align:justify;
min-height:650px;
}

.foot {
margin:0px;
width:778px;
height:71px;
background-image:url(../images/foot.jpg);
background-repeat:no-repeat;
padding:152px 0px 5px 20px;
font-size:10px;
}
h1 {
font-size:14px;
}
h1, h2, h3, h4 {
padding-bottom:4px;
background-image:url(../images/h1.gif);
background-repeat:repeat-x;
background-position:bottom;
}

h2, h3, h4 {
font-size:12px;
}
.right a {
display:block;
color:#8f001c;
padding:1px;
font-weight:bold;
padding-left:10px;
background-image:url(../images/bull.jpg);
background-position:center left;
background-repeat:no-repeat;
text-decoration:none;
}
.rh {
font-size:14px;
padding-bottom:4px;
background-image:url(../images/h1.gif);
background-repeat:repeat-x;
background-position:bottom;
display:block;
margin-bottom:10px;
text-align:center;
}
a {
color:#8f001c;
}
.right a:hover {
display:block;
color:#666666;
}
a:hover {
color:#666666;
}
.right {
position:absolute;
width:148px;
left:576px;
top:146px;
}
.price {
color:#FF0000;
font-weight:bold;
}
.front li {
list-style-type:circle;
margin-top:10px;
}
ul.front {
margin:20px;
}
.foot a {
font-size:10px;
font-weight:bold;
}
.carlist {
margin-bottom:15px;
}
#bus1, #bus2, #bus3, #bus4, #bus5, #bus6, #bus7,#per1, #per2 {
display:none;
padding-left:15px;
background-image:none
}
a.featured {
padding:0px;
margin:0px;
background-image:none;
display:inline;
}
a:hover.featured {
padding:0px;
margin:0px;
background-image:none;
display:inline;
}
.makestable a {
display:block;
width:145px;
border:1px solid #8f001c;
text-decoration:none;
padding:3px;
}
.makestable a:hover {
border:1px solid #666666;
}
.bigmaroon {
color:#8f001c;
font-size:16px;
text-align:center;
font-weight:bold;
}
.sitemap td {
border:1px solid #8f001c;
}
.sitemap a {
text-decoration:none;
}
ul#jump1 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#jump1 li { /* all list items */
	float: left;
	margin-right:4px;
	position: relative;
}

#jump1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 19px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	left: 0px;
	height:250px;
	overflow:auto;
	width:145px;
	list-style: none;
		padding: 0;
	margin: 0;
}
#jump1 li ul a { /* second-level lists */
background-image:none;
	padding-left:3px;
	margin-left:0px;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
#jump1 li ul a:hover { /* second-level lists */
background-color:#660000;
color:#FFFFFF;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#jump1 li:hover ul, #jump1 li.over ul { /* lists nested under hovered list items */
	display: block;
}