/* css Zen Garden submission 139 - 'Neat & Tidy', by Oli Dale, http://www.designerstalk.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Oli Dale */
/* Added: Nov. 29th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

body{
        background-color: #000000;
        margin:0px;
        padding:0px;
        color:#ffffff;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
}
#anchor{
        position: relative;
        width:0px;
        margin:0px;
        padding:0px;
}
#main{

        width:375px;
        min-height:905px;
        margin:0px;
        padding:0px;
        color:#ffffff;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
}
#mailinglist{
position: absolute;
        top: 495px;
        left: 40px;
        width:190px;
        margin:0px;
        padding:0px;
        color:#ffffff;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
}
#menu{
        width:185px;
        margin:0px;
        padding:20px;
        color:#ffffff;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: left;
}
#buy{
        top: 90px;
        left: 80px;
        margin:0px;
        padding:40px;
}

a{color:#B00707;text-decoration: none; font-weight:bold}
a:visited{color:#B00707;text-decoration: underline; font-weight:bold}
a:hover {color:#D6BD15; text-decoration: none; font-weight:bold}
a:active {color:#D6BD15; text-decoration: none; font-weight:bold}

acronym { border: none; cursor: help;}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
width:100%;
}
#message
{
width:92%;
}
#txt
{
width:92%;
}

li{list-style-type: none;}
ul{padding-top:0px;
padding-left:0px;
padding-right:0px;
padding:0px;
margin:0px;
}
