a.stpatty, a:hover {
color: #35610A;
}

a.stpatty {
color: #00B050;
}

body {
background-image: url(background.jpg);
background-repeat: x;
background-repeat: y;
margin: 0 0 0 0;
text-align: center;
font-family: arial;
font-size: 12px;
}

#container {
margin: 0 auto;
text-align: left;
width: 650px;
}

#navigation {
height: 25px;
width: 100%;
background-color: #3876b0;
text-align: center;
font-family: georgia;
}

#navigation p {
margin-top: 0px;
padding-top: 4px;
color: white;
}

#navigation a {
color: #fff;
font-weight: 900;
}

#navigation a:hover {
color: #000;
}

a {
text-decoration: none;
}


#content {
margin: 0 auto;
text-align: left;
width: 650px;
background-color: #fff;
clear: both;
}

#left {
float: left;
width: 254px;
height: 100%;
background-color: #fff;
}

#right {
float: right;
width: 396px;
background-color: #fff;
height: 1600px; <!-- CONTROLS CONTENT SECTION HEIGHT -->
}

#footer {
clear: both;
text-align: center;
height: 40px;
background-color: #fff;
}

#footer p {
color: #000;
margin-bottom: 0px;
padding-bottom: 0px;
}

#footer a {
color: #000;
}

#footer a:hover {
color: #3876b0;
}

a:hover {
color: #3876b0;
}

#specials {
background-color: #d9d9d9;
width: 254px;
background-image: url(specialsfade.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#specials h3 {
margin-left: 20px;
margin-bottom: 5px;
margin-top: 5px;
color: #000;
}

#specials p {
margin-left: 20px;
color: #000;
}

#maincontent {
width: 365px;
margin-left: 15px;
}

#maincontent h3 {
background-image: url(headingbg.jpg);
background-repeat: no-repeat;
padding-left: 5px;
margin-top: 15px;
}

#top {
clear: both;
width: 630px;
}

#top h3 {
background-image: url(headingbg.jpg);
background-repeat: no-repeat;
padding-left: 5px;
margin-top: 15px;
margin-left: 10px;
}

#top p {
margin-left: 10px;
}

#pageleft {
float: left;
width: 100%;
}

#pageleft h3 {
background-image: url(headingbg.jpg);
background-repeat: no-repeat;
padding-left: 5px;
margin-top: 15px;
margin-left: 10px;
}

#pageleft p {
margin-left: 10px;
}

#pageright {
float: right;
width: 315px;
}

#pageright p {
margin-left: 10px;
}

p.highlight img {
float: left;
padding: 0px 15px 15px 5px;
}


