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

/* Global Reset */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: Georgia, "Times New Roman", Times, serif;
}
html { overflow-y: scroll; }

/* Layout Items */
body			{ background: #000 url(../images/bg_summer.jpg) no-repeat fixed top center; text-align: center; font-family:Arial, Helvetica, sans-serif; }
#page_wrap		{ width: 954px; margin: 15px auto; text-align:left }

/* Content Items */
#content 		{ margin: 0 50px; color: #000; }
#content h1		{ margin: 0 0 25px 0; font-size: 18px; font-weight:bold; }
#content h2		{ margin: 0 0 22px 0; font-size: 14px; font-weight:bold; }
#content h3		{ margin: 0 0 5px 0; font-size: 13px; font-weight: bold; }
#content p		{ margin: 0 0 24px 0; font-size: 13px; line-height: 149%; }
#content ul		{ margin: 5px 0 5px 35px; list-style: square; }
#content ol		{ margin: 5px 0 5px 35px; }
#content li		{ font-size: 13px; line-height: 149%; }

/* Footer */
.footer 		{ text-align: center; color: #000; font-weight:bold; font-size: 10px; }
.footer a:link, .footer a:active, .footer a:visited 
				{ color: #111; }
.footer a:hover, .footer a:focus
				{ color: #333; text-decoration: none; }
