/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#top { height:143px; }
#top2 { 
  width:990px; 
  margin:0 auto 1em; 
  padding:0 0 0.5em;
  color:#666; 
  height:46px;
  position:relative;
  z-index:30
}
.welcomebox { 
  width: 600px; 
  margin-left: 350px; 
  margin-top: -20px; 
  margin-bottom: .5em; 
  min-height: 180px; 
}
#masthead {margin-left:-10px;}
.welcomebox h2 {
  color: #333;
  font-weight: 200;
  font-size: larger;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  border-top: 1px dotted;
  padding-top: 1.25em;
}