body
{
    background-image: url('../images/background.gif');
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: gray;
}

body, p, blockquote
{
    font-size: 15px;
    line-height: 16px;
    font-family: georgia, times, serif;
        margin-left: 0px;
        letter-spacing: 0;
}


a
{
    color: #003D78;
    text-decoration: underline;
}

a:visited
{
    color: #888888;
    text-decoration: underline;
}

a:hover,
a:active
{
    color: #72CDF4;
    background-color: #003D78;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "myriad pro", myriad, arial, helvetica, sans-serif;
}



#outsidepage
{
    position: relative;
    width: 700px;
    background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;

}






#page
{
    background-color: #FFFFFF;
    position: relative;

    width: 700px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

    #page p,
    #page h3,
    #page h4,
    #page h5,
    #page h6,
    #page ul,
    #page ol,
    #page li,
    #page blockquote
    {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #page h1
 {
        font-size: 24px;
        font-weight: bold;
        line-height: 18px;
        left: auto;
	text-align: center;
        margin-bottom: 12px;
        margin-top: 6px;
        color: black;
        text-decoration: none;
    }



    #page h2					
    {
        font-size: 20px;
        font-weight: bold;
        line-height: 18px;
        margin-top: 18px;
        margin-bottom: 3px;

    }


        #page h1 a
        {
            color: black;
            text-decoration: none;
        }

        #page h1 a:hover,
        #page h1 a:active
        {
            color: black;
            background-color: #FFFFFF;
        }


    #page h3					
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 15px;
        margin-bottom: 1px;
    }

    #page p
    {
        margin-bottom: 9px;
    }

    #page ul,
    #page ol
    {
        margin-top: 0px;
        margin-bottom: 18px;
        padding-left: 18px;
    }
            
    #page blockquote
    {
        margin: 9px 0;
        padding: 0 0 0 17px;
        border-left: 1px solid #ccc;
    }
            
    #page div.item
    {
        margin-top: 0px;
        padding: 10px 18px 0px 18px;
    }
            
    #page div.item h3.title
    {
        font-size: 16px;
        letter-spacing: -1px;
        margin-bottom: 18px;
    }
            
    #page div.item div.posted
    {
        margin-top: 18px;
    }
            
    #page div.item h3.title a
    {
        text-decoration: none;
        margin-left: -4px;
        margin-right: -4px;
        padding: 0 4px;
    }
    
    #page .project
    {
        margin-top: 18px;
    }
                
        #page .project a.preview
        {
            display: block;
            padding: 0;
            margin: 0;
        }
        
    #page .project a.preview,
    #page .thumbnails a
    {
        font-size: 45px;
        line-height: 45px;
    }
                
        #page .project a.preview img,
        #page .thumbnails a img
        {
            border-width: 1px;
            border-style: solid;
        	vertical-align: baseline;
        }
                    
            #page .project a.preview:hover,
            #page .project a.preview:active,
            #page .thumbnails a:hover,
            #page .thumbnails a:active
            {
                color: black;
                background-color: transparent;
            }

    #page .footer
    {
        margin-top: 16px;
	text-align: center;
	font-size: 10px;
	font-face: arial;
    }




    #page .menubar
    {
        margin-top: 0px;
        margin-bottom: 30px;
	text-align: center;
    }
                    


  #page .indexitem
    {
        margin-top: 0px;
	margin-right: 10px;
        padding: 1px 0px 0px 0px;
    	width: 700px;
	height: 600px;
	background-image: url("../images/hometower.jpg");
	background-position: center right;
	background-repeat: no-repeat;

    }



  #page .tower
    {
        margin-top: 0px;
        padding: 0px 0px 12px 30px;
    	width: 500px;
	height: 700px;



    }


