/* CSS Document */

html, body {

margin: 0 auto;

padding: 0;

font-family: Verdana, Arial, Helvetica, sans-serif;

color: #31007b;

background-color: #330066 ;

}

#container {

position: relative;

margin: 50px auto 0 auto;

width: 700px;

height: 530px;

background-image: url(images/homepage-background.gif);

background-repeat: no-repeat;

}

p {

font: bold 90% Verdana, Arial, Helvetica, sans-serif;

text-align: right;

color: white;

}

a {

color: white;

text-decoration: none;

}

a#bluewords {

color: #31007b;

}



#cat-type {

position: relative;

top: 415px;

left: 35px;

border: 0 none;

width: 190px;

text-decoration: none;

}

#woman-type {

position: relative;

top: 320px;

left: 450px;

border: 0 none;

width:200px;

text-decoration: none;

}

a, img {

border: 0 none;

}

a:hover, a:active {

color: #66ccff;

}

#navcontainer {

position: absolute;

top: 188px;

left: 345px;

width: 125px;

background-color: transparent;

margin: 0 0 0 0;

padding: 0 0 0 0;

}

#navcontainer ul {

padding: .1em 0;

margin: 0;

list-style-type: none;

background-color: transparent;

width: 125px;

font: bold 70% Verdana, Arial, Helvetica, sans-serif;

text-align: left;

}

#navcontainer a {

display: block;

padding: .1em 0 .1em 0;

width: 200px;

background-color: transparent;

border-bottom: 1px solid white;

}

#navcontainer a:link {

color: #339933;

text-decoration: none;

}

#navlist a:visited {

color: #339933;

text-decoration: none;

}

#navcontainer a:hover, #navcontainer a:active {

color: #31007b;

}

#navcontainer a, img {

border: 0 none;

}



#horzspace {

float: left;

clear: left;

width: 800px;

height: 20px;

}

h1 {

display: none;

}

