/* CSS Document */

h1 { font-family: Arial, Helvetica, sans-serif; color: #A3A565; font-size: 16px; }
h2 { font-family: Arial, Helvetica, sans-serif;  color: #A3A565; font-size: 12px; }

img { border: 0; }

a.menu { color: #FFF; text-decoration:none; font-weight:bold; }
a.menu:hover { color: #90081B; text-decoration:none; font-weight:bold; }

a { color: #90081B; }
a:hover { color: #A6091F; }

.main { margin-right: 20px; }

.silver { color: #999999; font-weight:bold; font-style:italic; }

.wine { color: #90081B; font-weight:bold; }

.lil { font-size: 11px; }

.truebreak { clear: both; }

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #90081B;
	margin: 0;
	margin-left: 10px;
	text-align: left;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #90081B;
	margin: 0px;
}

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
margin-top: 0px;
background: #fff;
 }

#head {
width: 770px;
height: 170px;
 }

#menu {
width: 770px;
height: 20px;
background-color: #AAA7A7;
top: 150px;
padding-top: 4px;
 }
 
#left {
float: left;
clear: none;
width: 200px;
text-align: left;
margin-top: 30px;
 }
 
#right {
float: right;
clear: right;
width: 530px;
text-align: left;
margin-top: 30px;
}

.column {
float: left;
clear: right;
width: 240px;
text-align: left;
margin-right: 10px;
}

#footer {
width: 760px;
border-top: 1px solid #CCC;
padding-top: 20px;
margin-left: 5px;
margin-right: 5px;
}

body {
background-color:#90081B;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
 }
 
 .homebox { border: 2px solid #90081B; width: 500px; height: 200px; padding: 5px; }
 
  .homeboxer { border: 2px solid #90081B; width: 500px; height: 300px; padding: 5px; }
