* {
margin:0;
padding:0;
}
ul {
    padding-left:1em;
    margin-left:0;
}
body {
font-family:Helvetica, Futura, san-serif;
width:760px;
background-image:url(image/background.jpg);
background-repeat: repeat-y;
background-position: left;
}
a img{border:0;}

/*********************************Header Info
*/
#header{
background-color:#FFEEB2;
}

.logo{
padding-left:7px;
padding-top:7px;
border-bottom:dashed 1px black;
}

#bottom_border{
width:753;
height:24;
background-image:url(image/topborder.jpg);
background-repeat: no-repeat;
}

/*************************************Navigation
*/
#navbartest {

height: 2.8em
width: 186px;
font-size: .8em;
}

#navlisttest {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}


#navlisttest li {
display:inline;
list-style-type: none;
padding-right: 20px;

}

#nav{

/*border-top:solid 1px black;*/
/*border-bottom:dashed 1px black;*/
height:3.8em;
padding-left:7px;
}
#nav ul{
list-style-type: none; 
margin:0; 
padding:0;
}
#nav ul li {border-left:solid 1px black;
display:block;
width:158px;
float:left;
margin-right:10px;
}
#nav a{
display:block;
font-family:Helvetica, Futura, san-serif;
font-size:1.5em;
color:#C41223;
margin-left:5px;
background-color:#FFEEB2;
text-decoration:none;
}
#nav a:hover{
color:#fd2626;
background-image:url(image/buttongrad.jpg);
background-repeat: repeat-y;
/*background-color:#f5f331;*/
}


.red{color:#C41223;}
/*********************************Footer
*/
#bottom_gradient{
height:35px;
background-image:url(image/gradient.jpg);
background-repeat: repeat-x;
}
#left_blue{
background-image:url(image/left_corner.jpg);
background-repeat: no-repeat;
background-positon:top left;

}

#footer{
width:100%;
padding-bottom:7px;
background-color:#FFF3C9;
float:left;
clear:both;
}

.copyright{
text-align:center;
font-size:.8em;
}
/******************Content
*/
#content{
width:746px;
font-size:1em;
margin-top:10px;
margin-left:7px;
float:left;
}

#content h1, #content ul, #content p, #content h2{
margin-left:84px;
}
#content p.contact{
margin-left:0px;
}

ul.bullet {
list-style-image: url(image/bullet.jpg);
list-style-type: disc
}

ul.bullet li{
margin-left:84px; /*image size is 16*16 so 84 + 16 */
font-weight: bold;
font-size:1em;
}

p{
font-size:1em;
}
h1{
font-size:1.1em;
}
h2{
font-size:1em;
}

.front{
width:262px;
margin-top:20px;
float:right;
}
.frontdownload{
width:158px;
margin-right:84px;
margin-top:20px;
float:right;
margin-bottom:35px;
}

/**********************contact
*/

#contact{
width:242px;
margin-left:242px;
}