        body
        {
            text-align: center;
            font-family: Verdana;
            font-size: 12px;
            margin: 15px 0 0 0;
            padding: 0;
            color: #555555;
        }

        img
        {
            border: 0;
        }

        a
        {
            color: #555555;
        }
        
        h1, h2, h3, h4, h5
        {
            color: #8e0e80;
        }

        .forminput
        {
            background-image: url('../images/form-field.png');
            border: 1px solid #666666;
        }

        input.button
        {
            background-image: url('../images/button-generic.jpg');
            background-position: 0 3px;
            color: #ffffff;
            font-weight: bold;
            width: 78px;
            height: 37px;
            padding-bottom: 10px;
            border: 0;
            background-color: #ffffff;
        }


        #container
        {
            width: 970px;
            margin: auto;
            text-align: left;
        }

            #header
            {
                width: 100%;
                float: left;
                display: block;
                height: 105px;
                position: relative;
            }

                #header .logo
                {
                    position: absolute;
                    top: -5px;
                    left: 20px;
                }

                #header .topright
                {
                    position: absolute;
                    top: 10px;
                    right: 30px;
                }


            #navsection
            {
                width: 100%;
                float: left;
                display: block;
                height: 36px;
                border-bottom: 3px solid #1d0df1;
                position: relative;
            }

                #navsection .rightmenu
                {
                    position: absolute;
                    width: 470px;
                    top: 5px;
                    left: 300px;
                    height: 34px;
                }

                    #navsection .home
                    {
                        width: 80px;
                        background-image: url('../images/link-home.jpg');
                        background-repeat: no-repeat;
                    }
                    #navsection .about
                    {
                        width: 100px;
                        background-image: url('../images/link-about.jpg');
                        background-repeat: no-repeat;
                    }
                    #navsection .contact
                    {
                        width: 110px;
                        background-image: url('../images/link-contactus.jpg');
                        background-repeat: no-repeat;
                    }
                    #navsection .links
                    {
                        width: 100px;
                        background-image: url('../images/link-links.jpg');
                        background-repeat: no-repeat;
                    }

                    #navsection .rightmenu a
                    {
                        padding: 8px 0 8px 0px;
                        text-indent: 27px;
                        color: #8e0e80;

                        font-size: 12px;
                        font-weight: bold;
                        float: left;
                        color: #8e0e80;
                        padding: 10px 8px 3px 6px;
                        text-decoration: none;
                    }

                    #navsection .rightmenu a:hover
                    {
                        color: #ff0000;
                    }


                #navsection .menu
                {
                }

                    #navsection .menu a, #navsection .menu a:link, #navsection .menu a:active
                    {
                        background-image: url('../images/top-nav-tab.png');
                        width: 88px;
                        padding: 10px 0 10px 0;
                        display: block;
                        text-align: center;
                        text-decoration: none;
                        color: #ffffff;
                        font-weight: bold;
                        float: left;
                        margin-right: 10px;
                        font-size: 12px;
                        text-transform: uppercase;
                    }

                    #navsection .menu a:hover
                    {
                        background-position: -114px;
                        color: #ffffff;
                    }
