/* Default overwrites */
html, body, div, span, applet, object, iframe, blockquote, pre, p, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6											{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; }

/* Browser fix for html5 tags */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary		{ display: block; }

*							{ font-family: arial; font-size: 18px; }
body						{ background: #ffffff; }
p							{}
h1							{ font-size: 48px; color: #ffffff; }
h2							{ font-size: 30px; font-weight: normal; }
h3							{}
h4							{}

#wrapper					{ width: 1920px; height: 1080px; margin: auto; }
#header						{ width: 1920px; height: 150px;  background: #464850; }
.logo						{ width: 560px; height: 130px; float: left; padding-left: 40px; padding-top: 20px; }
.sub_text					{ margin: 0 0 0 75px; font-style: italic; color: #ffffff; }
#banner						{ width: 1920px; height: 600px; /* background: url(../gfx/bg2.png); */ border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
.banner_left				{ width: 1120px; height: 520px; float: left; margin: 40px; }
.banner_right				{ width: 560px; height: 440px; float: left; margin: 40px; padding: 40px; }
#content					{ width: 1840px; height: 138px; padding: 40px 40px 20px 40px; background: url(../gfx/bg.png); text-align: center; }
#footer						{ width: 1920px; height: 130px; border-top: solid 1px #999999; background: url(../gfx/bg.png); }
.lobetext					{ width: 1460px; height: 90px; float: left; padding: 40px 0 0 40px; }
.lobetext p					{ font-size: 48px; }
#date						{ width: 380px; height: 130px; text-align: right; float: left; padding-right: 40px; float: right; }
.time						{ font-size: 72px; color: #ffffff; }
.date						{ font-size: 30px; color: #ffffff; }
