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

 div#main { 
  position:relative;
  width:350px;
  height: 544px; 
  margin: 0 auto;
  margin-top:0px; 
  vertical-align:center;

}
.index {
  background-image:url(../images/gazebobb.jpg);
}  
.moreinfo {
background-image:url(../images/gazebobb2.jpg);
}
.contact {
background-image:url(../images/gazebobb3.jpg);
}
.gallery {
background-image:url(../images/gazebobb_bg.jpg);
background-repeat:repeat-y;
height:1500px;
}
#gallerycontainer {
position:relative;
}
#maintop {
background-image:url(../images/gazebobb_top.jpg);
height:254px;
margin-bottom:10px;
}
#mainimgpan {
text-align:center;
height:119px;
}
#mainimg {
text-align:center;
height:229px;
}

#mainimg img{
border:3px double #ab4e3d;
}
#mainimgpan img{
border:3px double #ab4e3d;
}
#mainbtm {
background-image:url(../images/gazebobb_btm.jpg);
height:88px;
}
#copyright {
width:300px;
float:none;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
height:10px;
vertical-align:top;
}

#copyright a:link, a:visited {color:#666; text-decoration:none;}
#copyright a:hover {color:#d2e5f0;}
#cr1 { /* Internal Footer Element #1 */
float:left;
font-size:10px;
width:49%;
}

#cr2 { /* Internal Footer Element #2 */
text-align:right;
float:right;
font-size:10px;
width:49%;
}

#cr1 a, a:link, a:visted {color:#666;}
#cr1 a:hover {color:#000;}

#menurider {
width:308px;
float:none;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
height:27px;
vertical-align:top;
background-color:#ab4e3d;
border: 1px solid #ab4e3d;
position:relative;
}

#mr1 { /* Internal Footer Element #1 */
float:left;
font-size:10px;
width:30%;
border:1px solid #9c9c67;
margin:3px;
height:19px;
text-align:center;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4c1f23;
}

#mr2 { /* Internal Footer Element #2 */
text-align:right;
float:left;
font-size:10px;
width:30%;
border:1px solid #9c9c67;
margin:3px;
margin-left:7px;
height:19px;
text-align:center;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4c1f23;
}

#mr3 { /* Internal Footer Element #2 */
text-align:right;
float:right;
font-size:10px;
width:30%;
border:1px solid #9c9c67;
margin:3px;
height:19px;
text-align:center;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4c1f23;
}

#menurider a:link, a:visited {color:#4c1f23; text-decoration:none;}
#menurider a:hover {color:#a08356;}

#contactform {
position:absolute;
width:330px;
max-width:330px;
margin:0 auto;
margin-top:265px;
margin-left:10px;
margin-right:5px;
height:180px;
border:1px solid #fff;
font-size:10px;
}

#contactform label {
display:block;
}
#contactform input {
width:95%;
}
#email {
width:50%;
float:left;
}
#name {
width:50%;
float:left;
}

#message {
float:none;
padding-bottom:5px;
}
#valmsg {
width:30%;
float:left;
text-align:right;
}
#valimg {
width:30%;
float:left;
}
#valnum {
width:40%;
float:left;
padding-top:3px;
}
#submit {
clear:both;
margin:0 auto;
width:100px;
padding-top:5px;
}
.right {
float:right;
}