/* CSS Document */
body{
font-family:Trebuchet MS, Tahoma, Verdana, sans-serif;
font-size:80%;
text-align:center;
color:#BFC3DC;
background-color:#D4D5F6;
}
div,p,table,form,td,tr, img, h1, h2, h3{
margin:0px;
padding:0px;
overflow:hidden;
border:0;
}

h1{
color:#E0DAC3;
margin:10px;
font-size:1.3em;
font-weight:normal;
}
h2{
color:#E0E0C3;
margin:5px;
font-size:1.2em;
font-weight:normal;
}
h3{
color:#E0E0C3;
margin:5px;
font-size:1.1em;
font-weight:normal;
}

p{
font-size:1em;
margin:0 0 5px 0;
}
a{
color:#FFFFFF;
}
#site{
width:900px;
height:800px;
background:url(../slices/background_standard.jpg);
background-repeat:no-repeat;
text-align:left;
margin:auto;
z-index:3;
}

#logo{
float:right;
width:200px;
text-align:right;
height:80px;
}

#navigation{
float:left;
margin-left:10px;
margin-top:13px;
width:890px;
height:100px;
}
.nav_box{
float:left;
margin-left:5px;
text-align:center;
}

#main{
float:left;
width:900px;
height:600px;
}


/**** all the possible variations of boxes **/
#box_main{
width:720px;
height:765px;
float:left;
margin-top:35px;
margin-left:80px;
}

#box1{
width:465px;
height:665px;
float:left;
margin-top:35px;
margin-left:80px;
}
#box2{
width:220px;
height:350px;
float:right;
margin-right:20px;
margin-top:35px;
}
#box2 img{
max-width:200px;
max-height:160px;
}
#box3{
width:220px;
height:350px;
float:right;
margin-right:20px;
margin-top:35px;
}
#box_large{
margin-top:120px;
background-image:url('../slices/bg_bit.jpg');
padding-left:80px;
padding-right:80px;
z-index:1;
overflow:visible;
}
#box_large_inner{
margin-top:-45px;
margin-bottom:0px;
z-index:5;
}
#box_bottom{
width:900px;
height:196px;
background-image:url('../slices/background_bottom.jpg');
background-repeat:no-repeat;
background-position:bottom left;
z-index:1;
}


.template_summary{
float:left;
margin-left:10px;
width:220px;
height:220px;
}

#msg{
text-align:center;
width:100%;
font-size:1.1em;
color:red;
}

.cms_image{
padding-left:5px;
padding-right:5px;
}

#footer{
float:left;
width:900px;
text-align:center;
color:black;
}
#footer a{
color:black;
}