﻿
/*
atthecastle.com Style Sheet

Created by: Shipyard Software
            An Innovative Web Design and Software Consultant Group
            http://www.shipyardsoftware.com

Copyright: Shipyard Software
All Rights Reserved
*/

body 
{
    color:Black;
    margin: 0px 0px 0px 0px;
    font-family: Tahona, Arial, Helvetica;
    font-size: .8em;
    background-color: #000000;
    background-image: url(/images/paper_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	height:100%;
}



#content h2
{

    
    font-size: 1.75em;
    font-style:italic;
    color:#FF7800;
}

#menulist ul
{
    
   padding : 0px;
   margin :   0 1px 0 1px;
   white-space : nowrap;
   background-color : #575757;

   
   color : White;
   float : left;
   width : 799px;
   border-style : solid;
   border-color : #222222;
   border-width : 2px 0 2px 0;
}
#menulist ul li{
   display : inline;
}
#menulist ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #575757;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #222222;
   border-right-style : solid;
   border-right-width : 1px;
}
#menulist ul li a:hover{
   background-color : #DADADA;
   color : #FF7800;
}




#outercontainer
{
  position: absolute;
  left: 50%;
  margin-left: -400px; 
  height:100%;
}

#logospace
{
    background-image: url(/images/bg_logospace.gif);
    background-repeat:no-repeat ;
    height:58px;
    width:801px;
}

#photoinset1
{
    background-image: url(/images/bg_photoinset1.gif);
    background-repeat:no-repeat ;
    height:42px;
    width:801px;
}

#photoinset2
{
    background-image: url(/images/bg_photoinset2.gif);
    background-repeat:no-repeat ;
    height:50px;
    width:801px;
}

#contentblock
{
    
    background-image: url(/images/bg_content.gif);
    background-repeat: repeat-y;
    height:auto;
    width:801px;
}


#content
{
    height:auto;
   clear: both;
    padding:   0px 20px 0px 20px;
}

#footer
{
    background-image: url(/images/bg_content.gif);
    background-repeat: repeat-y;
    font-size: .75em;
    text-align:center;
    padding: 10px 0px 0px 0px;
    margin:0px;
    
}

#endspace
{
    background-image: url(/images/bg_footer.gif);
    background-repeat:no-repeat ;
    height:52px;
    width:801px;
}

.mpnet_controls
{
 display:none;   
}
