/* css Zen Garden submission 189 - 'Mozart', by Andrew Brundle, http://mr-thomas-dot-com.port5.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Andrew Brundle */
/* Added: November 10th, 2005 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/*************** Main background, container & logo. *************************/ 
HTML{
	margin: 0px;
	padding: 0px;
	background: #7EA3CF url(img/bgbody.jpg) repeat-x;
}

BODY{
	margin: 0px;
	padding: 0px;
		
}

.in{
	background: url(img/bgin.jpg) no-repeat;
		padding: 0px,10px,10px,30px;

}
.text{
	color: #11365F;
	font: 14px Trebuchet MS;
	padding: 20px,50px,10px,30px;
	line-height: 30px;
}
.text1{
	color: #11365F;
	font: 12px Trebuchet MS;
	padding: 20px,50px,10px,30px;
	line-height: 30px;
}
.footer{
height:21px;
		background: url(img/footer.jpg) no-repeat;
		
}

.menu{
	width: 150px;
	font: 14px Trebuchet MS;
	padding: 20px 10px 10px 30px;
}
a {
	font: bold 14px Trebuchet MS;
	color: #11365F;
	text-decoration: none;
}
a:hover, a:active{				
	color: #E09002;
}
.a1 {
	font: normal 12px Trebuchet MS;
	color: #11365F;
	text-decoration: none;
}
.a1:hover, a:active{				
	color: #E09002;
}