body {
background-color: #cafbff;
margin:0px;
padding:0px;
height: 100%;
text-align: center;
/*background-image: url(images/bg_stripe.jpg);*/
background-color: #ceffff;
background-repeat: repeat;
}

#centeredContainer{
	margin: 0 auto;
	width: 906px;
	height: 1600px;
	text-align:left;
	background-repeat: repeat-y;
	background-image: url("./images/lace_bg_tile.png");
	
}
#container {

	
	float:left;
    margin-top: 0px;
    padding: 0px;
	width: 940px;
	min-height: auto;
	height: auto;
	background-repeat: repeat-y;
	
	
}

#header {
float: left;
padding-bottom:40px;
width: 906px;
}
#logo{
float:left;
margin-left: 250px;
vertical-align: bottom;
}
#tagline{
float:right;
margin-right: 70px;
vertical-align: bottom;
}
#navcolumn {
	line-height: normal;
	margin-top: 4px;
	font-size: .75em;
	text-transform: uppercase;
	float: left;
	width: 270px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a9a8b;
	letter-spacing: 0.25em;
	text-align: right;
	vertical-align: top;
}
#navcolumnhome {
	line-height: normal;
	font-size: .75em;
	text-transform: uppercase;
	float: left;
	width: 270px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a9a8b;
	letter-spacing: 0.25em;
	text-align: right;
	vertical-align: top;
}

.navItem a{
 display: block;
 text-decoration: none;
 margin-top: 5px;

}
.navItemHome a{
 display: block;
 text-decoration: none;
 margin-bottom: 20px;
}
.navItemAbout a{
 display: block;
 text-decoration: none;
 margin-top: 20px;

}
.navItemApplause a{
 display: block;
 text-decoration: none;
 margin-bottom: 20px;
 margin-top: 5px;

}
a:link {
	text-decoration: none;
	color: #9a9a8b;
}
a:visited {
	text-decoration: none;
	color: #9a9a8b;
}
a:hover {
	text-decoration: underline;
	color: #ffcc99;
}
a:active {
	text-decoration: none;
	color: #9a9a8b;i
}
#contactInfo{
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background-position: right 50%;
	letter-spacing: normal;
	color: #9a9a8b;}

#contactInfo a:link{text-decoration:underline;}
	
#ccwp{margin-top: 10px;}

h1{margin-top: 0px; padding-top: 0px;}
h2{margin-top: 0px; padding-top: 0px;}

#maincontent {
  float: right;
  width: 500px;
  min-height: 580px;
  height: 580px auto;
  border-left: 2px dotted #dddddd;
  padding-top: 0px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 110px;
  background-color: white;
  margin-bottom: 20px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #9a9a8b;
	text-align: left;
	vertical-align: top;
}
#maincontent a{text-decoration: underline;}
#maincontenthome {
  float: right;
  width: 450px;
  border: 2px dotted #dddddd;
  padding: 15px;
  margin-right: 140px;
  margin-top: 0px;
  background-color: white;
  margin-bottom: 20px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #9a9a8b;
	text-align: right;
	vertical-align: top;
}



