@charset "utf-8";
/* CSS Document */

body{
font-size:0.8em;
font-family:"Trebuchet MS", Arial, sans-serif;
background-color:#E7EEFF;
background-image:url(background-body.png);
background-repeat:repeat-x;
padding:0;
margin:0;
}

#container{
position:relative;
width:974px;
margin:20px auto;
padding:0;
}

#header{
position:relative;
width:974px;
height:140px;
margin:0;
}

#content{
width:944px;
background-image:url(background-content.png);
background-repeat:repeat-y;
padding:0 0 0 30px;
margin:0;
}

#menu{
width:944px;
height:35px;
text-align:left;
background-image:url(background-menu.png);
background-repeat:repeat-y;
margin:0;
padding:0 0 0 30px;
}

#menu-admin{
width:954px;
height:42px;
text-align:left;
background-image:url(background-menu.png);
background-repeat:repeat-y;
margin:0;
padding:5px 0 0 20px;
}

#content-breadcrumb{
width:914px;
text-align:right;
background-image:url(background-content.png);
background-repeat:repeat-y;
margin:0;
padding:10px 30px 10px 30px;
}

#footer{
position:relative;
width:974px;
height:60px;
background-image:url(background-footer.png);
background-repeat:no-repeat;
padding:0;
margin:0;
text-align:center;
}

#clear{
clear:both;
width:100%;
height:0;
}

#subsections{
float:left;
width:200px;
padding:10px 0 20px 0;
margin:0;
text-align:left;
border-top:1px dashed #7E91C5;
}

#content-text{
float:right;
width:684px;
padding:0 30px 20px 15px;
margin:0 0 20px 0;
border-left:1px dashed #7E91C5;
text-align:left;
}

#content-title{
width:684px;
height:30px;
padding:10px 0 0 0;
margin:0 0 15px 0;
border-top:1px dashed #7E91C5;
border-bottom:1px dashed #7E91C5;
text-align:left;
}

#flash{
position:absolute;
top:0;
right:15px;
height:140px;
width:470px;
z-index:1;
}
