body {
	background: #fff;
}
#header {
	margin-bottom: 0;
}
#all {
    background: transparent;
    z-index: 1;
    border: 0;
}
#main_frontpage {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0;
    min-height: 520px;
    min-width: 578px;
    padding: 20px 0;
    position: relative;
    width: 980px;
}
#frontpage_left {
    width: 290px;
    background: #e6e6e6;
    padding: 0;
    float: left;
    height: 420px;
}
#frontpage_right {
    width: 670px;
    float: right;
}
#frontpage_right object {
    margin: 0;
    padding: 0;
}
.frontpage_left_box {
    width: 250px;
    padding: 16px 20px 0 20px;
    background: #e6e6e6;
}
#frontpage_left a {
    display: block;
    width: 250px;
    color: #000;
    text-decoration: none;
}
#frontpage_left a:hover {
    color: #000;
    text-decoration: none;
}
.frontpage_left_box p {
    width: 250px;
    padding: 0;
    margin: 10px 0;
    line-height: 14px;
}
.frontpage_left_box hr {
    width: 250px;
    margin: 20px 20px 0 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #111;
}
#frontpage_left h1 {
    font-size: 24px;
    font-weight:bold;
    color: #c00;
    font-family: Verdana, Arial;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
#frontpage_bar {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    float: left;
}
#frontpage_twitter {
    float: right;
    width: 200px;
}
#bottom_banner {
    background: transparent url('images/bg-red.png') no-repeat top left;
    height: 203px;
    width: 769px;
}
#banner_bottom {
    width: 731px;
    height: 23px;
    background: #de4f3f;
    z-index: 999;
    margin: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
}
#banner_left {
    margin: 13px 0 0 16px;
    height: 177px;
    width: 230px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}
a:hover #banner_left {
    color: #fff;
    text-decoration: underline;
}
#banner_left_text {
    height: 84px;
    width: 150px;
    margin: 10px 0 0 10px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Arial;
}
#banner_left_img {
    background: url('images/globe-img.png') no-repeat top left;
    z-index: 1000;
    position: absolute;
    margin-left: -30px;
    height: 96px;
    width: 181px;
}
#banner_center {
    margin: 13px 0 0 0;
    height: 177px;
    width: 245px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}
a:hover #banner_center {
    color: #fff;
    text-decoration: underline;
}
#banner_center_text {
    height: 100px;
    width: 90px;
    float: left;
    margin: 10px 0 0 10px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Arial;
}
#banner_center_img {
    background: url('images/camera-img.png') no-repeat top left;
    z-index: 1000;
    position: absolute;
    margin-top: 0;
    margin-left: 100px;
    height: 190px;
    width: 135px;
}
#banner_right {
    margin: 13px 0 0 0;
    height: 177px;
    width: 245px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}
a:hover #banner_right {
    text-decoration: underline;
    color: #fff;
}
#banner_right_text {
    height: 100px;
    width: 90px;
    float: left;
    margin: 10px 0 0 10px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Arial;
}
#banner_right_img {
    background: url('images/patrick-img.png') no-repeat top left;
    z-index: 1000;
    position: absolute;
    margin-top: 0;
    margin-left: 100px;
    height: 190px;
    width: 177px;
}
.rollover { display: none; z-index: 1000; height: 300px; width: 230px; background: #e6e6e6;position: absolute; text-align: center; border: 3px solid #c00; }
.rollover_red { background: #a4241b;height: 137px; margin: 15px 15px; }
.rollover img { border: 0 }
.rollover_block { margin: 15px 15px; text-align: left; }
.rollover_block h1 {
	color:  #a4241b; font-size: 17px; font-family: Arial, Verdana;
}
a .rollover_block p {
	color: #000;
	text-decoration: none;
}
#site_mask {
    z-index: 1000;
    background: #111;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    pointer-events: none;
}
#footer_wrapper {
	display: block;
    margin: 0;
    text-align: center;
    background: #fff;  
}
#footer {
    margin: 0 auto;
    text-align: left;
    width: 970px;
	background: #000;
}