html, body{ 
 font: normal .86em Times New Roman, Serif;
 margin:0; 
 padding:0; 
  background: url(../images/headerback3.jpg) repeat-x top center; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:140px; 
  background-color:#FFFFFF; 
 width:100%;
 background: url(../images/logoheader.jpg) top center no-repeat;
} 
 
#maincol{
	text-align: center;
  }
 
 
 #navbar {
	margin:0 auto 0px auto;
	padding:0px 10px 40px 10px;
	width:1000px;	

	}

#navbar ul {
	list-style: none;
	}

#navbar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	}


#navbar a, #navbar a:visited {
	margin: 0px;
	padding:0px 15px;
	display:block;
	color: #000;
	text-decoration: none;
	font-size: 160%;
	letter-spacing: 4px;
	}

#navbar a:hover {
	text-decoration:none;
	display:block;
		color: #F058AA;

	}
	


#frontpic{
	margin: 0px auto 5px auto;
	width: 763px;
}

a#bloglink{
margin: 15px auto 0px auto;
display: block;
color: #F058AA;
text-decoration: none;
font-size: 140%;
border: 1px solid;
padding: 8px;
width: 300px;
}


.fronttext{
width:763px;
margin: 0 auto;
text-align: center;
}

.fronttext p{
color: #999;
font-size: 1.2em;
line-height: 1.4em;
}

.fronttext h1, .fronttext h2{
		color: #F058AA;
font-size: 140%;
}

.fronttext h1{
font-size: 150%;
letter-spacing: 1px;
}

	
#indextwocolumns{
	width: 762px;
	height: 90px;
	 margin: 10px auto 20px auto;
padding: 10px 0px;
	 font-size: 140%;
	 line-height: 1.6em;
	 background: url(../images/twocolumnline.jpg) center center no-repeat;
}

#indextwocolumns em{
	font-style: normal;
			color: #F058AA;
}

#columnright{
	float: right;
	width: 330px;
	background-color: transparent;
}

#columnleft{
	float: left;
	width: 330px;
		background-color: transparent;

}


 
#footer{
	height:140px; 
 width: 762px;
  background-color:#FFFFFF; 
 clear:both;
 text-align: center;
 margin: 10px auto 0 auto;
 padding-top: 15px;
 border-top: 1px solid #ccc;
 color: #777;
 letter-spacing: 2px;
font-size: 92%;

}
* html #footer{
	margin-top:0;

}



#footer_top{
	margin:0;
	padding:0;
	text-align:center;

	
}
#footer_top ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:6px;
}

#footer_top ul li{
	text-align:left;
	font-size:1.1em;
	font-weight: bold;
	margin-right:1em;
	padding-right:1em;
line-height: 1.6em;
	display:inline;
	
	
}
#footer_top ul li a{
 color: #777;
text-decoration: none;
font-weight: normal;
}
	
#footer_bottom{
	

	color:#818181;
	text-align:center;
	background:none;
	font-size:10px;
	font-weight:normal;
	padding-bottom:.1em;
	padding-top:1em;
}
#footer_bottom ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer_bottom ul li{
	text-align:center;
	display:inline;
	margin-right:.5em;
	padding-right:.5em;
	padding-left:.5em;

}
#footer_bottom p{
	margin:0;
	padding:0;
	margin-top:.3em;
	font-weight:normal;
}
#footer #footer_bottom a{
 color: #aaa;
text-decoration: none;
font-weight: normal;
}
#footer a{
 color: #777;
text-decoration: none;
font-weight: normal;
}

#happyline{
text-align: center; 
color:#fc44b9;	
font-size: 120%;
letter-spacing: 1px;
padding-top: 15px;

}

#happyline a {
	color:#fc44b9;	
	text-decoration: underline;
}

form{
margin-top: -30px;
padding-top: 0px;
}

form h5{
margin-bottom: 0px;
color: #F058AA;
font-size: 110%;
font-weight: normal;
}

form .button {background-color:#eee;border:1px solid #ccc;color:#666;font-family:Times New Roamn,serif;margin: 10px auto 0 auto;padding:0 0 2px;width:120px;} 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
