/* mainstyle.css */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit; 
line-height: 1;
font-family: Tahoma, Arial, Sans Serif;
text-align: left;
vertical-align: baseline;
}

body {
background-image:url(../images/backgrounds/background.jpg);
width:1000px;
margin-left: auto; /* centers the page in the window */
margin-right: auto; /* centers the page in the window */
margin-top: 0px; /* centers the page in the window */
width: 50em; /* centers the page in the window */
}

.banner {
width: 779px;
height: 157px;
margin-left: 0px;
background-image: url(../images/banner_images/banner.jpg);
position: absolute;
}

.navbar {
width: 778px;
height: 24px;
margin-top: 157px;
background-image: url(../images/navigation_images/navbar.jpg);
position: absolute;
}

.page_bk {
width: 778px;
height: 514px;
margin-top: 181px;
background-image: url(../images/backgrounds/page_bk.jpg);
position: absolute;
}

.top_left {
width: 389px;
height: 318px;
margin-top: 181px;
margin-left: 0px;
background-image: url(../images/top_left_images/top_left.jpg);
position: absolute;
}

.contact_link {
width: 389px;
height: 318px;
margin-top: 262px;
margin-left: 250px;
position: absolute;
}

.slideshow {
width: 350px;
height: 277px;
margin-top: 21px;
margin-left: 15px;
z-index:2;
position: absolute;
}

img {
border: 0px solid #000000;
}

.top_right {
width: 389px;
height: 318px;
margin-top: 181px;
margin-left: 389px;
background-image: url(../images/top_right_images/top_right.jpg);
position: absolute;
}

.bottom_left {
width: 389px;
height: 161px;
margin-top: 499px;
margin-left: 0px;
background-image: url(../images/bottom_left_images/bottom_left.jpg);
position: absolute;
}
.bottom_right {
width: 389px;
height: 161px;
margin-top: 499px;
margin-left: 389px;
background-image: url(../images/bottom_right_images/bottom_right.jpg);
position: absolute;
}

.video_btn {
width: 344px;
height: 34px;
margin-top: 106px;
margin-left: 26px;
position: absolute;
}

.photo_btn {
width: 344px;
height: 34px;
margin-top: 106px;
margin-left: 19px;
position: absolute;
}



.footer {
width: 778px;
height: 60px;
margin-top: 660px;
margin-left: 0px;
background-image: url(../images/footer_images/footer.jpg);
position: absolute;
}

.footer_links {
width: 778px;
height: 60px;
margin-top: 665px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: center;
position: absolute;
}

.nav_links {
width: 785px;
height: 20px;
margin-top: 157px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
position: absolute;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}

.advert {
width: 160px;
height: 40px;
margin:190px 0px 0px 200px;
border: 0px solid #000000;
z-index:4;
position: absolute;
}
