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

body{
font-size:1em;
font-family:"Arial Narrow", Arial, sans-serif;
background-color:#CECFFF;
padding:0;
margin:0;
}

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

#header{
position:relative;
width:850px;
height:110px;
background-image:url(header.png);
background-repeat:no-repeat;
z-index:100;
margin:0;
}

#menu{
float:right;
padding:0;
margin:70px 0 0 0;
}

#images{
position:relative;
width:818px;
height:120px;
background-image:url(background.png);
background-repeat:repeat-y;
padding:0 14px 0 18px;
margin:0;
}

#index-spacer{
position:relative;
width:818px;
height:65px;
background-image:url(background.png);
background-repeat:repeat-y;
padding:0 14px 0 18px;
margin:0;
}

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

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

#content-breadcrumb-admin{
width:818px;
height:40px;
text-align:left;
background-image:url(background-admin.png);
background-repeat:repeat-y;
margin:0;
padding:0 14px 0 18px;
background-color:#6D77A3;
}

#content-drawing{
position:relative;
width:818px;
height:500px;
background-image:url(drawing.png);
background-repeat:repeat-y;
padding:0 14px 0 18px;
margin:0;
}

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

#logo{
position:absolute;
top:0;
left:0;
width:250px;
height:178px;
z-index:200;
}

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

#subsection{
float:right;
width:250px;
padding:5px;
margin:0 0 10px 10px;
border:1px solid #CECFFF;
text-align:left;
}

.index1{
position:absolute;
width:808px;
height:246px;
top:0;
left:18px;
padding:5px;
}

.index3{
position:absolute;
width:366px;
height:246px;
top:256px;
left:18px;
padding:5px;
}

.index4{
position:absolute;
width:366px;
height:246px;
top:256px;
right:14px;
padding:5px;
}