body 
{
font-family: "Trebuchet MS";
font-size: 13px;
background-color:#F9F9F9;
}

a {
text-decoration: none;
color:#ba83ad;
font-weight:bold
}
a:visited {
color:  #ab597f;
}
a:active {
color:  #ab597f;
}
a:hover {
color: #222;
text-decoration: underline;
}

strong, b {
font-weight: bold;
}
p {
font-size: 12px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 10px; 
}

img {
border:0px
}

h1 {
font-size: 19px;
line-height: 30px;
font-weight: bold;
margin-top:0px;
margin-bottom:10px;
}
h2 {
font-size: 16px;
line-height: 24px;
font-weight: bold;
margin-top:0px;
}
h3 {
font-size: 16px;
line-height: 22px;
font-weight: bold;
margin-top:0px;
}

/* Div Layout Styles */

#wrap {
width:640px;
}

#top {
padding:20px 0px 0px 0px;
border-bottom: 1px #000 solid;
}

#menu {
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x
}

#main {
text-align:left;
padding:15px;
border-bottom: 1px #CCC solid;
background-color:#FFF
}

#footer {
padding-top:5px;
color:#555;
font-size:11px
}

/* List Styles */

ul#main_menu {
list-style:none;
margin:0px;
padding:0px;
font-size:16px;
padding:0px 0px 15px 0px
}

ul#main_menu li {
display:inline;
padding-right:5px;
}

#main_menu a:link, #main_menu a:visited {
color:#888;
}

#main_menu a:hover {
text-decoration:none;
color:#000;
border-bottom: 5px #CCC solid;
}

.image_thumb {
border:1px #000 solid;
margin: 0px 2px;
}