body {
font : 73% Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #3F3F3F;
background : #520934 url(images/bg.gif) repeat-y top center;
}
                        /*WRAP*/
#container {
width : 750px;
margin : 0 auto;
padding : 0;
line-height : 1.7em;
background : #FFFFFF;
color : #3F3F3F;
}
                        /*TOP BANNER*/
#top {
margin : 0;
padding : 0;
height : 120px;
background : #520934 url(images/orb.png) no-repeat right center;
border-bottom : 2px solid #fff;
}
#top h1 {
padding : 30px 0 0 320px;
margin : 0;
font : 175% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
background : transparent;
}
#top p {
padding : 5px 0 0 10px;
margin : 0;
}
#top a:link {
text-decoration : underline;
color : #fff;
background : inherit;
}
#top a:hover {
text-decoration : underline;
color : #fff;
background : inherit;
}
#top a:visited {
text-decoration : underline;
color : #fff;
background : inherit;
}
                        /*TOP MENU*/
#menu {
margin : 0;
padding : 0;
height : 30px;
}
                        /*LEFT MENU*/
#leftnav {
float : left;
width : 220px;
height: 100%;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-right : 1px solid #000000;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
color : #eee;
background : #F4F4F4;
}
                        /*MAIN CONTENT*/
#content {
margin-left: 230px;
margin-top: 10px;
}
                        /*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : 0.5em;
border-top : 5px solid #cb274c;
color : #fff;
background : #520934;
}
#footer img {
float : right;
}
* > html #footer img {
margin : 0;
}
#footer a:link, #footer a:visited {
text-decoration : none;
color : #eee;
background : transparent;
text-decoration : none;
}
#footer a:hover {
text-decoration : none;
color : #90b905;
background : inherit;
}
#footer a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
                        /*TYPOGRAPHY*/
h2 {
margin: 0px;
padding : 0 0 0 5px;
font : 140% verdana, arial, georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
letter-spacing : 1px;
color : #520934;
background : inherit;
text-decoration: underline;
}
h3 {
margin : 0px;
padding : 0 0 5px 10px;
font : 140% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
text-transform : uppercase;
color : #520934;
background : inherit;
}
p {
padding-left : 10px;
padding-right : 10px;
text-align: left;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
                        /*LINKS*/
a:link, a:visited {
text-decoration : none;
color : #370000;
background : transparent;
text-decoration : none;
}
a:hover {
text-decoration : underline;
color : #520934;
background : inherit;
}
a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
a img {
border : none;
}
#navlist li {
list-style-type : square;
margin : 0 15px 0 0;
padding : 0;
background : inherit;
color : #520934;
}
                        /*IMAGES*/
.imgright {
float : right;
margin : 0 10px 10px 10px;
padding : 10px;
}
.imgleft {
float : left;
margin : 0;
padding : 0;
}
                        /*GALLERY*/
#gallery {
height : 125px;
}
#gallery img {
float : left;
padding : 5px;
}
                        /*CLASS*/
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.quote {
margin : 10px;
border : 1px solid #cb274c;
padding : 15px;
color : #cb274c;
background : transparent;
}