/* Start of CMSMS style sheet 'mib-misc' */
#logo { 
background: no-repeat left top url('/uploads/images/logos/mib_logo_linear.png'); 
padding-top: 184px;
height: 0;
width: 571px;
overflow: hidden;
}

body {
background: repeat url('/uploads/images/bgrounds/bg_01_fade.gif');
}

#profile-pic {
float: left; 
padding: 5px 5px 0 0;
}

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.external {
  padding: 0 12px 0 0
}

a.external:link {
  background: url(/uploads/images/misc/External.gif) no-repeat 100% 0;
}

a.external:visited {
  color: #609;
  background: url(/uploads/images/misc/External.gif) no-repeat 100% -100px;
}

a.external:hover {
  color: #f00;
  background: url(/uploads/images/misc/External.gif) no-repeat 100% -200px;
}

#header-logo {
/*border: solid 5px #800080;*/
/*border-style: none none solid none;*/
/*background-color: lavender;*/
padding: 10px 20px;
margin: 10px;
/*border-radius: 5px;*/
}

.container {
border: solid 18px #800080;
/*background-color: lavender;*/
border-radius: 25px;
padding: 20px;
margin-top: 40px;
}
/* End of 'mib-misc' */

