﻿/* CSS Document - Monitor - Le Grande Almandier */

/*Links - Begin*/
	a:link{
		text-decoration: none;
		}
		
	a:visited{
		text-decoration: none;
		}
		
	a:hover{
		text-decoration: none;
		}
		
	a:active{
		text-decoration: none;
		}
		
    a img{
        border: none;
        }
/*Links - End*/

/*Main Content - Begin*/   
    body{
        background-color: #CCCC99;
        margin: 0px auto 0px;
        }
        
    #default-content-holder{
        background-color: #FFFFFF;
        }
        
    #default-header,
    #default-main-content,
    #default-footer{
        margin: 0px auto;
        }
    
    #default-header{
        background-image: url(Images/default-header-background.jpg);
        background-color: #999966;
        height: 100%;
        text-align: center;
        width: 100%;
        }
        
    #default-navigation{
        background-color: Green;
        margin: 0px auto;
        height: 20px;
        }
        
    #default-main-content{
        height: 100%;
        padding: 20px 0px 0px;
        width: 779px;
        }
        
    #default-main-content-holder{
        height: 100%;
        width: 550px;
        float: left;
        }
        
    #default-side-bar{
        background-color: #999966;
        float: right;
        width: 210px;
        height: 400px;
        }
        
    #default-footer{
        background-color: #999966;
        float: left;
        height: 100%;
        text-align: center;
        width: 100%;
        }
        
    .article-image-left{
        float: left;
        }
        
    .article-image-right{
        float: right;
        }
        
    .website-header{
        padding: 10px 0px;
        }
        
    #le-grande-almandier{
        background-color: #999966;
        margin: 0px auto;
        }
/*Main Content - End*/

/*Heading - Begin*/    
    .heading-1{
        color: #000000;
        font-family: Arial;
        font-size: 13px;
        line-height: 23px;
        padding: 10px 20px;
        }
        
    .heading-1 a:link{
		color: #003366;
		padding: 5px;
		background-color: #999966;
		text-decoration: none;
		}
		
	.heading-1 a:visited{
		color: #003366;
		padding: 5px;
		text-decoration: none;
		}
		
	.heading-1 a:hover{
		color: #CCCC99;
		padding: 5px;
		text-decoration: none;
		}
		
	.heading-1 a:active{
		padding: 5px;
		text-decoration: none;
		}
        
    .heading-2{
        color: #003366;
        font-family: Arial;
        font-size: 24px;
        line-height: 23px;
        padding: 10px 20px;
        }
        
    .heading-3{
        color: #000000;
        font-family: Arial;
        font-size: 13px;
        line-height: 33px;
        padding: 10px 20px;
        }
        
    .heading-3 a:link{
		padding: 5px;
		background-color: #999966;
		text-decoration: none;
		}
		
	.heading-3 a:visited{
		padding: 5px;
		text-decoration: none;
		}
		
	.heading-3 a:hover{
		color: #FFFFFF;
		padding: 5px;
		text-decoration: none;
		}
		
	.heading-3 a:active{
		padding: 5px;
		text-decoration: none;
		}
        
    .indent{
        text-indent: 30px;
        }
/*Heading - End*/

    thead,
    tbody,
    th{
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        padding: 5px;
        border: 1px solid #999966;
        }
        
    #payment-plan{
        margin: 15px 0px 20px 20px;
        }