#blog{
	padding-top: 45px;
	margin-left: 510px;
	word-spacing: 0px;
}

#blog a:hover,a img{
	border: none;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #666666;
}

a:link img{
	border-color:#ffffff;
}

a:hover img{
	border-color:#000000;
}

a:alink{
	border: none;
	text-decoration: none;
}

H1{
	font-size: 24px;
	font-family:Verdana;
	color:#ffffff;
	font-weight:normal;
	margin-top:0px;
    margin-bottom:-5px;
}

#navbar a{
	color: #ffffff;
}

#navbar a:hover,visited{
	color:#000000;
}

#text a{
	color: #333333;
}

#text a:hover,visited{
	color: #FFFFFF;
}

html{
	margin: 0;
	padding: 0;
}

body{
 	/**background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;**/
	text-align: center; /*important for centering*/
	min-width: 800px; /**/
	
	scrollbar-face-color: #94b687; /**colour scroll bar, only works in IE**/
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #b6b3b3;
	scrollbar-darkshadow-color: #3f3e3e;
	scrollbar-shadow-color: #b6b3b3;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #658a57; /**/
}

#main{ /**controls IE**/
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto; /*important for centering*/
	width: 800px;
	text-align: left; /**/
	margin-top: -100px;
	margin-left: -392px;
	position: absolute;
	
	}

html>body #main{ /**Firefox**/
	margin-top: 0px;
	margin-left: 227px;
}

#navbar{ 
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	margin:0 auto; /*important for centering*/
	width: 800px;
	text-align: left; /**/
	height: 155px;
	margin-left: 227px;
	word-spacing: 40px;
	line-height: 78px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#picture{
	width: 210px;
	margin-top: 10px;
	margin-left: 10px;
}

#text{
	height: 385px;
	letter-spacing: -1px;
	margin-left: 245px;
	margin-top: -435px;
}

#testimonialscroll{  /*controls IE*/
	width: 560px;
	height: 68px;
	line-height: 110%;
	word-spacing: -1px;
	margin-top: -24px;
	margin-left: 230px;
	text-align: center;
}

html>body #testimonialscroll{  /*controls Firefox*/
	margin-top: -30px;
	height: 57px;
}

#testimonial{  /*controls IE*/
	width: 555px;
	line-height: 110%;
	word-spacing: -1px;
	margin-top: -140px;
	margin-left: 228px;
	text-align: center;
}

html>body #testimonial{  /**Firefox**/
	margin-top: -30px;
}

#bottomnav{
	width: 787px;
	margin-top: -10px;
}

html>body #bottomnav{ /**Firefox**/
	margin-top: -5px;
} 

#nav{
	margin-left: 540px;
	word-spacing: 2px;
}

#copyright{
	margin-top: -13px;
	margin-left: 235px;
}

.hide{ 
	display: none; 
}