@charset "utf-8";
/* CSS Document */

#heading{
	padding-top: 1px;
}

#header {
	width:1200px;
	border: medium none #4F736F;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/banner.png);
	height: 233px;
	background-repeat: no-repeat;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

	

#heading h1{
	font-family:  "fertigo-script";
	font-size: 40px;
/*		color: #CC9900; */
	font-weight: 600;
	color: #000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 2px 2px 3px #000;	
	
}	

#heading h2{
	font-family: caflisch-script-pro;
	font-size: 30px;
	font-weight: 600;
	color: #CC9900;
	text-shadow: 2px 2px 3px #000;
}

#heading p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #AEEBFF;
	line-height: 1.2em;
	text-shadow: 3px 3px 3px #000;
	font-variant: normal;
	text-align: left;
	background-image: none;
	background-repeat: repeat;
}

.user{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1em;
	text-shadow: 2px 2px 3px #000;
}

#headingRight{
	float:right;
	height: 40px;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#headingRight p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1em;
	text-shadow: 2px 2px 3px #000;
	margin-left: 0px;
	margin-right: 0px;
}
