body{
    font-Family:arial;
    width:950px;
    margin:auto;
    height:100%;
    background-image: url('images/bg.jpg');
}       
A {
    font-weight:bold;
    font-size: 1.1em;
    text-decoration:none;
    color:#941429;
}
#header{
    background-image: url('images/headSlice.jpg');
    background-repeat:no-repeat;
    background-position:center;
    padding:0px;
    height:90px;    
    background-color:white;
}
#footer{
    clear:both;
    padding-top:25px;
    height:50px;
    width:800px;
    text-align:center;
    font-size:.75em;
}
.color{
    color:#941429;
}
.heavy{
    font-weight:bold;
    font-size:1.5em;
}
#menu{   
    color:white;
    background-color: #75A45C;
    text-align:center;
    font-weight:bold;
    padding:5px;
    margin:auto;
    height:20px;
}
#menu div{
    border-left: 1px solid white;
    border-right: 1px solid white;
    
}
#body{
    padding:10px;
    background-color:white;
}
#menu A{
    text-decoration:none;
    color:white;
}
#menu ul{
    position: absolute;
    padding:2px;        
    list-style-type:none;
    margin:auto;
    z-index:100;
    display:none;
    background-color:#75A45C;
}
#menu ul A{
    color:white;
    display:block;
    width:300px;
}
#menu li{
    padding: 3px;
    border-bottom: 1px solid white;
    
}
#menu div{
    width:129px;
    float:left;
}
.subMenu{   
    font-weight:bold;
    font-size: 1.1em;
}
.subMenu div{
    margin-left:50px;
}

#leftBox{
    font-weight: 500;
    font-size:1.5em;
    float:right;
    width:310px;
    border: solid 1px #600615;
    text-align:center;
}
#leftBox div{
    padding:10px 0px 10px 0px;
}
.boxHeader{
    color: white;
    border-bottom: solid 1px #600615;
    font-weight:bold;
    background-image: url('images/redFade310.jpg');
}
.clearB{
    clear:both;
}
H1{
    text-align:center;
    color:#941429;
}
p {
    font-size: .80em;
    padding:5px;
    line-height:1.75em;
}

#leftImage{
    padding:10px;
    float:left;
}
#rightImage{
    height:100%;
    padding:10px;
    float:right;
}   
#rightImage li{
	padding:5px;
	color: #75A45C;
	font-size:1.25em;
}
#tagLine {
    margin:auto;
    text-align:center;
    font-size:1.50em;
}

#tagLine span{
    font-style: italic;
    color:#941429;
}
#contactUs input{
    border: 1px solid #941429;
    font-weight: bold;
    background-color:white;
  width:200px;
  text-align:center;
}
#contactUs div{
  width:250px;
  padding:10px;
  line-height: 2em;
}