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

body {
	background: #FFFFFF url(../_images/page_bg.jpg) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0;               
}
#header {
	width:760px;
	height:102px;
	margin:20px auto 10px auto;
	background:url('../_images/dd_header.jpg');
}
#flash_align {
	width:953px;
	margin:0 auto;
	z-index:2;
}
#flash_content {
	height:711px;
	width:953px;
}
#content {
	color:#000000;
	width:760px;
	margin:10px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
#content a:hover {
	text-decoration:underline;
}
#content h1 {
	font-size:18px;
	margin-top:0px;
}
#content h2 {
	font-size:14px;
	margin-top:0px;
}
#footer {
	height:auto;
	width:953px;
	margin:5px auto;
	text-align:center;
	font-size:11px;
}
.flash_footer {
	width:760px;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}