body {
	background-color:#FFFFFF;
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666666;
}

a{ color: #336699; }
a:hover{ color: #ff9c00; }


#content {
	background-color:#FFFFFF;
	width:970px;
	height:660px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#flashcontent {
	width:940px;
	height:660px;
	float:left;
}
#shadow_left {
	width:15px;
	height:660px;
	float:left;
	background:url("../i/shadow_left.gif") no-repeat;
}
#shadow_right {
	width:15px;
	height:660px;
	float:left;
	background:url("../i/shadow_right.gif") no-repeat;
}

#alert {
	text-align:left;
	background-color:#ffffff;
	border:1px solid silver;
	padding:15px;
	height:660px;
	}

#alert_inner {
	margin:200px;
	margin-top:140px;
	text-align:left;
	background-color:#ffffdd;
	border:1px solid #e1cb50;
	padding:15px;
	}