*{ margin: 0; padding: 0; }*
body { 
    font: .8em Arial, Sans-Serif; 
    line-height: 1.8em; 
    background: #333; 
}
a { 
    COLOR: #000; 
}
a:visited {
}
a:hover {
    COLOR: #888; 
    text-decoration: underline;}
h2 { 
    margin: 0 0 10px; 
    padding: 10px 0 3px; }
h3 { 
    padding-left: 10px; 
    font-size: 1em; 
    line-height: 24px; }
ul { 
    padding: 0; 
    margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }
#abstractTitle{ 
    text-align: center;
    font-family: Papyrus, Lucida Sans Unicode, Geneva, sans-serif;
    font-size: 40px;
    font-weight: bolder;
    padding: 20px 0px 20px 0px;
}
#abstract{ 
    text-align: center;
    padding: 0px 10px 0px 0px;
}
#header {
background: #FFF url(images/header.jpg) repeat-x;
height: 197px;
}
#header h1 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 15px 0 5px 10px;
    color: #fff;
    text-decoration: none;
}
#header h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 150;
    padding: 7px 0 0 11px;
    letter-spacing: -1px;
    line-height: 12px;
    text-align: left;
}
#wrap { 
    padding: 10px 10px 3px 10px; 
    width: 760px; 
    margin:20px auto; 
    background: #fff;
}
#chalkmenu {
    float: left;
    padding: 20px 10px 0px 0px; 
    margin: 0; 
}
#rotating_img {
    height: 400px;
    width: 400px;
    float: right;
    padding: 0px 50px 0px 0px;
}
#content {
    padding: 10px 0px 0px 0px; 
    min-height: 350px;

}
#content h2 {
    text-align: center;
}
.comment {
    border-top: 1px solid #ccc; 
    padding: 10px 0px 10px 0px;
}
#footer { 
    font-size: 11px; 
    text-align: center; 
    border-top: 1px solid #ccc; 
    margin: 20px 0px 10px 0px;
    padding: 10px 0px 0px 0px; 
}

/* Section Below is only used on the product.html page */
.productMenu {
    text-align: center;
    font-family: Papyrus, Lucida Sans Unicode, Geneva, sans-serif;
    font-size: 17px;
    font-weight: bolder;
    margin: 0px 40px 0px 300px;
    padding: 20px 20px 20px 20px;
    border-top: 2px solid #1A5F70;
    border-bottom: 2px solid #1A5F70;
}
.productItem {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
}
.productPrice {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-left: 0px;
    float:right;
}
