/* CSS Document */

.hidden					{display:none;}

h1						{display:none;}
h2						{display:none;}

a						{color:#fff; text-decoration:none;}
a:hover					{color:#fff; text-decoration:underline;}

body, html { background: #FFF url(../images/background.png) repeat-x top center; text-align: center; font: 100% Arial, Helvetica, sans-serif; color: #000; z-index: 1; margin: 0; padding: 0; }

#container 							{width:996px; margin:0px auto;text-align:left;}

#splash 							{float:left;width:996px; background:url(../images/splash_page_bg.gif) no-repeat; height:617px; width:996px}

#header								{float:left;width:996px; height:170px;}

#buttonarea							{float:left;width:996px; height:40px; font-size:12px; font-weight:bold}
#buttonholder						{float:left; padding:11px 0 0 430px;}
#buttonholder ul					{padding:0;margin:0;}
#buttonholder li 					{display: inline;list-style-type: none; padding:0; margin:0 60px 0 0;}

#imagearea							{float:left;width:993px; height:225px; background:url(../images/image_banner.jpg) no-repeat; margin:15px 0 0 3px}

#footer								{float:left;width:996px; height:140px;text-align:center; }
#footerimage						{float:left;text-align:center; width:400px; height:130px; padding:0 0 0 298px}

