/* BODY STRUCTURE */

#index_box {
    min-height: 30px;
    background-image: url(../images/welcome.gif);
    background-repeat: no-repeat;
}
#index_content {
    background-image: url(../images/welcome.gif);
    background-repeat: no-repeat;
    float: right;
    position: relative;
    padding: 0 0 3em 0;
    width: 70%;
    left: 5%;	
    margin: 0;
    padding: 0;
}
.side_box { 
    position: relative; 
    text-align: center;
    float: right;
    margin: 0 .4cm .4cm .4cm;
    padding: .2cm .25cm .2cm .25cm;
    width: 200px;
    background-color: #CCCC66;
}


/* NAVIGATION */

#index_breadcrumb {
    position: absolute;     
    font-size: 75%;    
    top: 115px;    
    left: 23%; 
    visibility: hidden;
}


/* HEADINGS */

h3#featured {
    margin-top: 0;
}
h4.plan_name {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
    color: #000000; 
    font-size: 100%;
    margin-bottom: 0;
}


/* TEXT */

.details {
    margin-top: 0;
}
#special, #special a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #996600;
    text-align: center;
}


/* IMAGES */

.featured_image {   
    margin: 0 .5em .25em 0;
    vertical-align: top;
    border: 2px solid #EBEBEB;
}
