/* CSS Document */
body {
	margin-top: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#wrapper {
	width: 980px;
	margin: auto;
}

#contentPanel {
	width: 410px;	
	float: left;
	margin-bottom: 10px;
}

#flashPanel {
	width: 560px;
	float: right;
	margin-bottom: 10px;
	border:1px #fff solid;
}

#footer {
	clear: both;
	width: 980px;
	border-top: 1px solid #fff;
}

#footerLeft {
	width:490px;
	float:left;
}

#footerRight {
	width:490px;
	float:right;
	text-align:right;
}

h1 {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 7px;
	margin-bottom: 0px;
	color: #fff;
	text-align:center;
}

h2 {
	font-size: 1.4em;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 7px;
	margin-bottom: 0px;
	color: #fff;
	text-align:center;
}

p,.private_login_form_style {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-left: 63px;
	margin-right: 49px;
	margin-top: 7px;
	color: #fff;
}

li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-left: 63px;
	margin-right: 49px;
	margin-top: 7px;
	color: #fff;
}

.footerText {
	margin-top: 7px;
}

a {
	color:#993366;
}
