body {
	background-color:#5A2049;
	margin-top: 20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing:normal;
	text-align:center;
	color: #000000;
	margin: 10px auto;
}
#landing_container{
	width: 570px;
	height: 639px;
	background-image:url(../images/containerlanding.jpg);
	background-repeat:no-repeat;
	text-align: left; 
	margin: 0 auto;
}
.landing_flash{
	padding: 15px 10px 15px 10px;
	width: 550px;
	height: 200px;
}
.landing_text{
	color: #FFFFFF;
	width: 520px;
	text-align:left;
	padding: 45px 15px 15px 35px;
}
p{
	line-height:1.6em;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
}
a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
}