* {
padding:0;
margin:0;
}
body {
background:#AAAAAA;
color:#OOOOOO;
}
img {
border:none;
}
/***** layout *****/
#container {
position:relative;
width:800px;
height:600px;
border:15px solid #aaaaaa;
margin-left:60px;
}
#one {
position:absolute;
top:0;
left:0;
height:403px;
width:109px
}
#two {
position:absolute;
top:0;
left:124px;
width:195px;
height:63px;
}
#three {
color: #3F4D94;
position:absolute;
top:0;
left:334px;
width:373px;
height:178px;
}
#four {
position:absolute;
top:0;
left:722px;
width:78px;
height:178px;
}
#five {
position:absolute;
top:78px;
left:124px;
width:192px;
height:100px;
}
#six {
position:absolute;
top:418px;
left:0;
height:133px;
width:111px;
}
#seven {
position:absolute;
top:193px;
left:124px;
width:195px;
height:208px;
color: #696969;
}
#eight {
position:absolute;
top:193px;
left:334px;
width:147px;
height:207px;
color: #dadad2;
}
#eight a {
color: #dadad2;
padding-left: 10px;
line-height: 140%;
list-style: none;
}
#nine {
position:absolute;
top:565px;
left:0;
height:35px;
width:318px;
color:#696969;
text-align: center;
}
#ten {
position:absolute;
top:416px;
left:334px;
width:147px;
height:184px;
}
#eleven {
position:absolute;
top:193px;
left:497px;
width:303px;
height:407px;
}
#twelve {
position:absolute;
top:416px;
left:124px;
width:195px;
height:134px;
}   
/***** colors *****/ 
.grey {
background:#c5c8c1;
}
.black {
background:#01000c;
}
.white {
background:#dadad2;
}
.blue {
background:#3f4d94;
}
.yellow {
background:#dcbc07;
}
.red {
background:#ca4a2d;
}
/***** logo *****/
#two h1{
color:#fff;
padding-top:10px;
text-align:center;
}
#two h1 a{
color:#fff;
text-decoration:none;
}
/***** footer *****/
#nine h5 {
text-align:center;
padding:10px;
}
/***** wayfinder *****/
#one ul{
list-style:none;
margin:20px 0;
}
#one ul a{
display:block;
padding:2px 10px;
color:#ca4a2d;
background:#dadad2;
margin-bottom:2px;
text-decoration:none;
}
#one ul a:hover{
background:#ca4a2d;
color:#dadad2;
}

/***** ditto *****/
.ditto_summaryPost{
margin:5px 10px;
color:#dadad2;
}
.ditto_summaryPost a{
color:#dadad2;
}