﻿body 
{
    padding:0px;
    margin:0px;
    background-color:#fff;
    color:#000;
    font-size:12px;
    font-family:Arial;
}

#wrapper
{
    width:1088px;
    margin-left:auto;
    margin-right:auto;
    }
    
#header
{
    width:1088px;
    background-image:url(../img/shadowTop.jpg);
    background-repeat:no-repeat;
    height:313px;
    float:left;
    position:relative;
    }    
    
#header h1
{
    margin:0px;
    padding:0px;
    display:block;
    width:469px;
    height:101px;
    background-image:url(../img/TopLogo.gif);
    background-repeat:no-repeat;
    text-indent:-9000px;
    overflow:hidden;
    position:absolute;
    top:67px;
    left:65px;
}   

#header ul
{
    margin:0px;
    padding:0px;    
    position:absolute;
    top:220px;
    left:45px;
    list-style:none;
} 

#header ul li
{
    float:left;
    border-right:2px solid #DEDEDE;
    height:48px;    
} 
    
#contentHolder
{
    width:1088px;
    background-image:url(../img/shadow.jpg);
    background-repeat:repeat-y;
    float:left;
    }  
    
#Copyright     
{
    width:1088px;
    background-image:url(../img/shadow.jpg);
    background-repeat:repeat-y;
    float:left;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    }  
    
#Copyright p
{
    margin-top:5px;
    margin-bottom:5px;
} 

#Copyright a
{
    color:#8D1818;
    text-decoration:none;
}   

#Copyright a:hover
{
    text-decoration:underline;    
}   
    
#footer
{
    width:1088px;
    background-image:url(../img/shadowFooter.jpg);
    background-repeat:no-repeat;
    height:40px;
    float:left;
    } 
    
#Content
{
    min-height:300px;
    width:960px;
    margin-left:65px;
    }  
    
#SingleColumn
{
    min-height:300px;
    padding-bottom:30px;    
    }
    
#ColumnOne
{
    float:left;
    width:550px;
    min-height:300px;
    }         
    
#ColumnTwo
{
    float:right;
    text-align:right;
    }
    
#ThreeColumns
{
    width:960px;
    float:left;
    margin-top:5px;
    }    
    
#ThreeColumns .Column
{
    width:320px;
    float:left;
    }   
    
a.ImageLink
{
    display:block;
    width:303px;
    height:177px;
    background-repeat:no-repeat;    
    }       
    
#TwoColumns
{
    width:960px;
    float:left;
    margin-top:25px;
    padding-bottom:20px;
    } 
    
#TwoColumns #ColumnTwoOne
{    
    float:left;
    width:630px; 
    min-height:140px;
    background-image:url(../img/apple.jpg);   
    background-repeat:no-repeat;
    background-position:right;  
    }          
    
#TwoColumns #ColumnTwoTwo
{   
    float:right;
    width:300px;
    }      
    
    
#Register
{
    background-image:url(../img/SignUpBG.jpg);
    background-repeat:no-repeat;
    height:140px;
    width:298px;
    position:relative;
    
    } 
    
#Register .Submit
{
    position:absolute;
    top:102px;
    left:20px;
    display:block;
    text-indent:-9000px;
    overflow:hidden;
    width:138px;
    height:24px;
    background-image:url(../img/ClickHereToRegister.gif);
    border:none;
    cursor:pointer;
    }  
    
#Register #TextRegister
{
	position:absolute;
	top:52px;
	left:26px;
	font-size:16px;
	width:233px;
	border:0px;
	height: 30px;
    }         
    
  
  
  
