﻿body {
        background: #FFFFFF url(images/back.jpg) repeat-x;
        background-repeat: repeat-x;
        background-position: top;
        background-attachment: fixed;
        color: #000000;
}

/* links */

a:link { 
	color: #b483af;
	text-decoration: none;
	}
a:visited {
	color: #b483af;
	text-decoration: none;
	}	
a:hover { 
	color: #7a4a75;
	text-decoration: none;
	font-weight: bold;
	}
	
/* menu */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.glossymenu li a:active{
color: white;
}

.glossymenu li a:visited{
color: white;
}

.glossymenu li .current{
background-image: url(images/glossyback2.gif);
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 864px;
}

#head {
float: left;
clear: both;
width: 864px;
height: 130px;
margin: 0;
background-image: url(images/headL.gif);
}


#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(images/contentBG.gif);
background-repeat: repeat-y;
background-position: top;
}

#menuContain {
min-height: 250px;
background-image: url(images/menuBG.gif);
background-position: left top;
background-repeat: no-repeat;
padding-bottom: 40px;
}

#content {
float: left;
margin: 0 auto;
width: 615px;
font-size: small;
margin: 12px;
}

#footer {
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#footertext {
margin-right: 12px;
padding-bottom: 10px;
font-size: x-small;
color: #999999;
text-align: right;
}

/*--- title styles ---*/
h1 {
display: block;
font-size: x-large;
font-weight: bold;
letter-spacing: 0em;
color: #9d3393;
margin-left: 0em;
margin-bottom: 0.6em;
}

h2 {
display: block;
font-size: larger;
font-weight: bold;
color: #9d3393;
margin-left: 0em;
margin-bottom: 0.6em;
}
