﻿
/* This is the Style Sheet for the TasmaWeb */
/* All the code, images, and ideas expressed in this website are copyrighted for TasmaWeb.com */

body 
{
    text-align: center;
    background-color:#3266bb;
    color:White;
    /* The following lines will set a fixed wallpaper (The White Cruxes) */
    background-image:url('./../images/cruxes.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment:fixed;
    }

#content
{
    background-image:url('./../images/border.png');
    margin: 0 auto;
    text-align: left;
    position:absolute;
    top:30%;
    left:21%;
    width:770px;
    height:270px;
}

#heads
{
    width:250px;
    height:250px;
    float:left;
    }

#logo
{
    float:left;
    padding-top:75px;
    padding-left:20px;
    }

#logo a:visited
{
    text-decoration:none;
    color:#3266bb;
    }

#logo a
{
    text-decoration:none;
    color:#3266bb;
    }

#menu
{
    float:left;
    padding-top:105px;
    padding-left:10px;
    }

#menu ul
{
    color:White;
    list-style-type:none;
    /* The padding and margin, must be set to 0, to remove all the white space*/
    padding:0;
    margin:0;
    }

#menu li
{padding-bottom:5px;}

.description
{width:495px; height:200px; float:right;}

#homeImg
{position:absolute; top:45%; padding-left:40px;}

#insideP
{padding-left:15px; color:White; text-align:justify; padding-right:35px;}

#menu a
{text-decoration:none; color:White;}

#menu a:selected
{text-decoration:none; color:White;}

#menu a:hover
{text-decoration: underline; color:White;}

#menu a:visited
{text-decoration:none; color:White;}

#menu a:visited:hover
{text-decoration: underline; color:White;}

#insideImg
{margin-top: 45px; margin-left: 20px;}

form
{padding-top:10px; padding-left:10px;}
