.background {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
width: 990px;
}

.background-repeat {
background-image: url(images/background-repeater.jpg);
background-repeat: repeat-y;
width: 990px;
}

.left-repeater {
background-image: url(images/left-repeater.jpg);
background-repeat: repeat-x;
background-color: #B6E78E;
}

.right-repeater {
background-image: url(images/right-repeater.jpg);
background-repeat: repeat-x;
background-color: #B6E78E;
}

.catname {
font-family: verdana;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
background-color: #B0E486;
border: 1px solid #ffffff;
padding: 2px 2px 2px 2px;
}

a.menuitem, a.menuitem:active {
font-family: verdana;
font-size: 10px;
color: #000000;
text-decoration: none;
}

a.menuitem:hover {
font-family: verdana;
font-size: 10px;
font-color: #000000;
text-decoration: underline;
}

a.menuitemsel, a.menuitemsel:active {
font-family: verdana;
font-size: 10px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

a.menuitemsel:hover {
font-family: verdana;
font-size: 10px;
font-color: #000000;
text-decoration: underline;
font-weight: bold;
}

a.catname, a.catname:active {
font-family: verdana;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

a.catname:hover {
font-family: verdana;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

.footer {
font-family: verdana;
font-size: 10px;
font-color: #000000;
}

.content {
padding-left: 15px;
padding-right: 10px;
}

.breadcrumb {
font-family: verdana;
font-size: 10px;
color: #B0E486;
font-weight: bold;
}

.title {
font-family: verdana;
font-size: 14px;
color: #B0E486;
font-weight: bold;
}

.description {
font-family: verdana;
font-size: 10px;
color: #000000;
text-decoration: none;
}
