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

* { margin:0; padding:0;}

html, body{ width:100%; height:100%; background:#000;
/*background: url(images/bg_home.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_home.jpg', sizingMethod='scale');
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_home.jpg', sizingMethod='scale')
*/
}

#masterContainer{
width:100%; height:100%; position:fixed; margin:0; padding:0;
min-width:940px; min-height:600px;
background: url(images/bg_home.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_home.jpg', sizingMethod='image');
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_home.jpg', sizingMethod='image'); */
}
#container{ width:80%; min-width:940px; height:auto; min-height:580px; margin:8px auto 0 auto; }
#header{ width:auto; height:100px; margin:0; }
#contentTop{ height:10px; width:auto; margin:0; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; }
#content{ height:auto; min-height:440px; width:auto; min-width:940px; margin:0; }
#contentBot{ height:10px; width:auto; margin:0; border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; }
#right{ float:right; width:50%; min-width:470px; height:auto; min-height:440px; text-align:left;}

.date{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; color:#666; margin:0; text-shadow: 2px 1px 2px #FF9900; }
.loc{ font-family:Arial, Helvetica, sans-serif; font-weight:bold;  font-size:32px; color:#666; margin:8px 0 0 0; text-shadow: 2px 1px 2px #CC0000; }
.desc{ font-family:Arial, Helvetica, sans-serif; font-weight:normal;  font-size:15px; color:#999; margin:8px 0 0 0;}
