body {
    font-family: Tahoma, sans-serif;
    margin: 0;
    font-size: 12px;
}
img {
    border: none;
}
strong {
    font-weight: bold;
    color: #d4553f;
}
a {
    color: #da5244;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    color: #da6c59;
    margin: 0px 0px 5px;
    font-size: 20px;
}
h6 {
    color: #da6c59;
}
#wrapper {
    width: 750px;
    margin: 10px auto;
}
#header {
    background: #fff url(../images/top.gif) repeat-x top left;
    padding-top: 11px;
}
#workshops {
    clear: both;
}
#workshops ul {
    list-style: none;
    width: 684px;
    padding: 0;
    margin: 0 auto;
}
#workshops li {
    float: left;
    font-size: 10px;
    list-style-image: none;
}
.small {
    float: left;
    font-size: 8px;
    list-style-image: none;
}
.larger {
    float: left;
    font-size: 9px;
    list-style-image: none;
}
#workshops a {
    display: block;
    height: 36px;
    width: 67px;
    background: #d4553f url(../images/menu-item.gif) no-repeat top left;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-right: 1px;
}
#left-content {
    width: 416px;
    float: left;
    padding: 10px 0px;
    background: #fff url(../images/top.gif) repeat-x top left;
}
#inner-left-content {
    float: left;
    width: 360px;
}
#inner-right-content {
    margin-left: 375px;
}
#right-content {
    width: 334px;
    float: right;
    background: #fff url(../images/top.gif) repeat-x top left;
    padding: 10px 0px 0px;
}
#subheader {
    background: #fff url(../images/top.gif) repeat-x top left;
    height: 12px;
    clear: both;
}
#menu {
    font-size: 11px;
    text-align: right;
    margin: 5px 25px 5px;
    font-weight: bold;
    color: #da5244;
}
#footer {
    background: #fff url(../images/footer-background.gif) no-repeat top left;
    clear: both;
    text-align: center;
    height: 26px;
    width: 435px;
    color: #da5244;
    padding: 4px 140px;
}
div.box {
    background: #fff url(../images/box-left.gif) repeat-y top left;
    margin: 2px;
}
div.box-top {
    height: 6px;
    background: #fff url(../images/box-top.gif) repeat-x top left;
}
div.box-bottom {
    height: 6px;
    background: #fff url(../images/box-bottom.gif) repeat-x top left;
}
div.box-content {
    padding: 6px 16px 6px 9px;
    background: #fff url(../images/box-right.gif) repeat-y top right;
    margin-left: 6px;
}
div.box-content p {
    margin-bottom: 15px;
}
img.corner {
    width: 6px;
    height: 6px;
}
img.left {
    float: left;
}
img.right {
    float: right;
}
img.leftpic {
    float: left;
    padding: 6px 10px 6px 10px;
}
img.rightpic {
    float: right;
    padding: 6px 10px 6px 10px;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
li {
   font-size: 13px;
   list-style-image:url(../images/bullet.png);
}