/***********************************

GRID Productions
Brian Williams
Copyright 2008

css_about

***********************************/

body
{
        background-image:           url(resources/wall.jpg);
        background-position:        top;
        background-repeat:          no-repeat;
        background-attachment:      fixed;
        background-color:           black;

        color:                      white;
        font-family:                Helvetica, Verdana, Arial, sans-serif;
	font-size:                  11px;

       	text-align:                 center;
}

#everything
{
        width:                      1000px;
        margin:                     0px auto 0px auto;
       	text-align:                 left;
}

/* Overall CSS control */

img
{
        border:                     0px;
}

a
{
	color:                      #00BFFF;
	text-decoration:            none;
}

a:visited
{
	color:                      #00BFFF;
	text-decoration:            none;
}

a:hover
{
	color:                      white;
	text-decoration:            none;
}

/* End of Overall CSS control */

/***********************************

NAV

***********************************/

#header
{
        width:                      1000px;

        float:                      left;
        clear:                      both;
        
        margin-left:                0px;
        margin-top:                 30px;
        
        padding-bottom:             20px;
        
        background-color:           black;
}

#controls
{
        width:                      810px;

        float:                      left;
        clear:                      both;

        margin:                     0px 0px 0px 100px;
}

#logo
{
        margin-top:                 25px;

        float:                      left;
        clear:                      both;
}

li
{
        list-style-type:            none;
}

#links ul
{
        margin-top:                 -5px;
}

#links
{
        width:                      64px;
        height:                     42px;

        border-color:               white;
        border-left-style:          dotted;
        border-right-style:         dotted;
        border-width:               1px;

        padding-left:               15px;
        padding-bottom:             10px;

        text-indent:                -40px;

        line-height:                20px;

        float:                      left;
        clear:                      both;
        
        margin-left:                517px;
        margin-top:                 -59px
}

#me
{
        width:                      195px;

        color:                      white;

        line-height:                18pt;

        float:                      left;
        clear:                      both;
        
        margin-left:                620px;
        margin-top:                 -70px
}


/***********************************

END OF NAV

***********************************/

#flash
{
        float:                      left;
        clear:                      both;

        margin-left:                100px;
        margin-top:                 15px;
}

h2
{
        letter-spacing:             2px;
}

#write
{
        width:                      300px;

        float:                      left;
        clear:                      both;

        margin-left:                615px;
        margin-top:                 -470px;

        line-height:                18pt;
        text-align:                 left;
        /*letter-spacing:             1px;*/
        /*word-spacing:               1px;*/
}

#write p
{
        margin-top:                 -10px;
        text-indent:                30px;
}

/*footer*/

#footer
{
        width:                      1000px;

        float:                      left;
        clear:                      both;
        
        margin-left:                0px;
        margin-top:                 0px;

        padding-top:                0px;
        padding-bottom:             120px;

        background-color:           black;
}

#contain
{
        width:                      810px;

        float:                      left;
        clear:                      both;

        border-color:               white;
        border-top-style:           dotted;
        border-width:               1px;

        margin-top:                 0px;
        margin-left:                100px;
        padding-top:                10px;

}

#mt
{
        width:                      50px;
}

#copy
{
        width:                      400px;
        
        float:                      left;
        clear:                      both;

        margin-left:                80px;
        margin-top:                 -36px;
}

#home
{
        float:                      right;
        clear:                      both;

        margin-top:                 -36px;
}