/*
Theme Name: Preppy and Pink
Theme URI: http://preppyandpink.com/
Description: The default preppyandpink.com design.
Version: 1.0
Author: Bluetreehost.com
Author URI: http://bluetreehost.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #F99 url('images/greendots.jpg');
	color: #000;
	text-align: center;
        padding: 0px;
        margin: 0px;
	}

#container {
  margin: 20px 0;
  padding: 0;
	width: 990px;
}
#containerinner {
  margin: -20px 0;
  background: transparent url('images/contentbg.gif') repeat-y;
}

#header {
  margin: 0px;
  padding: 0px;
  background: transparent url('images/newheader1.gif') no-repeat;
  height: 200px;
}

#headerimg {
  height: 150px;
  margin: 15px 0;
}

#topbar {
  height: 50px;
  font-family: "century gothic", "tahoma", verdana;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: .5px;
  /*background: transparent url('images/contentbg.gif') repeat-y;*/
  margin: -58px 0;
  padding: 0 0 0px;
}

#topbar a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 0px 10px;
}

#topbar a:hover, #topbar a:active, #bottombartop a:hover, #bottombarbottom a:hover {
  text-decoration: underline;
}

.dotline {
  background: transparent url('images/topgreenline.gif') no-repeat top center;
  height: 15px;
  margin: 0px 9px 0px 9px;
}

#content {
  padding: 3px 25px 10px 25px;
  margin: 0px 0;
	font-size: 1.2em;
	text-align: left;
}

#footer {
  margin: 0;
	border: none;
}

#bottombartop {
  width: 950px;
  background-color: #330;
  color: #FFF;
  font-family: "century gothic", "tahoma", verdana;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: -1px;
  padding: 5px 0 5px;
}

#bottombartop a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  padding: 3px 10px 0 10px;
}

#bottombarbottom {
  color: #330;
  font-family: "century gothic", "tahoma", verdana;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: -1px;
  padding: 5px 0 5px;
}

#bottombarbottom a {
  color: #330;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  padding: 3px 10px 0 10px;
}

#copyright {
  padding: 10px 0 10px;
}

#copyright, #copyright a {
  color: #330;
  font-family: "Palatino", "Palatino Linotype", serif;
  font-size: 1.1em;
}

#containerbottom, #containerbottom img {
  margin: 10px 0;
  clear: both;
}

.content h2 {
  text-align: left;
  font-size: 1.5em;
  margin: 30px 0 15px;
  padding: 0 0 -20px;
  /* border-bottom: 2px solid #330;*/

}
