html, body {
width: 100%;
height: 100%;
}

/* Main Body */
body {
background-color: #004433;
color: #ffffff;
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
text-align: center;
margin: 0px auto;
}

a:link {
color: #99aa00;
}
a:visited {
color: #99aa00;
}
a:hover {
color: #ffffff;
}

/* Header image */
.header {
height: 140px; /* 140px / 13.5% */
width: 1020px; /* 1024px / 53.5% */
margin: 12px auto;
text-align: center;
background-image: url("http://www.tentsandevents.net/index_images/front_banner.png");
background-size: 1020px 135px;
background-repeat: no-repeat;
background-color: #ffffff;
border-bottom-style: solid;
border-bottom-color: #000000;
border-bottom-width: 2px;
border-top-style: Solid;
border-top-color: #000000;
border-right-style: Solid;
border-left-style: solid;
border-top-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
border-right-color: #000000;
border-left-color: #000000;
box-shadow: 3px 3px 10px #111111;
-moz-border-radius: 30px;
border-top-left-radius: 10px 10px; /* 50px 50px; */
border-top-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px; /*100px 100px: */
border-bottom-right-radius: 10px 10px;
}


iframe { border-style: none;
margin: 0 auto;}

/* Center Area */
.center {
width: 1024px; /* 1024px / 53.5% */
height: 600px; /* 600px / 59% */
margin: 3px auto;
color: #ffffff;
text-align: center;
background-color: #ffffff;
border-top-style: Solid;
border-top-width: 2px;
border-top-color: #000000;
border-left-style: Solid;
border-left-color: #000000;
border-left-width: 2px;
border-right-style: Solid;
border-right-color: #000000;
border-right-width: 2px;
border-bottom-style: Solid;
border-bottom-width: 2px;
border-bottom-color: #000000;
box-shadow: 5px 5px 10px #111111;
-moz-border-radius: 30px;
border-top-right-radius: 10px 10px;
border-top-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
}

.left_frame {
border-style: none;
color: #ffffff;
background-color: #ffffff;
margin: 5px auto;
height: 590px;  /* 590px / 98% */
width: 210px;   /* 210px / 19% */
}

.right_frame {
border-style: none;
/* background-image: url("http://www.tentsandevents.net/index_images/right_front_test-original.jpg");
background-repeat: no-repeat; */
background-color: #ffffff;
color: #ffffff;
right: -4px;
height: 590px;  /* 590px / 98% */
width: 800px;   /* 800px / 79% */
}

/* Map Body Background color for Google maps */
#map_body {
background-color: #ffffff;
color: #004433;
font-size: 18px;
}

#map_canvas {
width: 500px;
height: 300px;
text-align: center;
margin: 0 auto;
}

/* Contact us Page */
#contact_body {
background-color: #ffffff;
color: #004433;
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
text-align: center;
margin: 0px 20px;
line-height: 200%;
}

#contact_header {
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 20px;
text-align: left;
margin: 10px auto;
}

input, textarea {
background-color : #d1d1d1;
color: #003344;
border-style: solid;
border-color: #000000;
margin: 0px auto;
}

table, td {
border: 0px;
}

td + td {
float: left;
}

#linenhelper {
background-color: #ffffff;
color: #003344;
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
text-align: center;
}
