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


body { background-color: #ffedbe; margin: 0; padding: 0}

#_main { position: relative; width: 900px; margin: 0px auto; border: none; text-align: center; padding: 0px}

#_header { position: relative; width: 900px; height: 135px; border: none; 
	background-image: url(../images/layout/header.png); background-repeat: no-repeat; background-position: top; border: none; }

div._menurow { height:25px; margin-top: 10px;} 
img._rollover { border: none; }
a._menulink { text-decoration: none; }
span._menutext { text-decoration: none; padding-left: 30px; font-size: larger; color: black; font-family: fantasy}
span._menutext:hover { text-decoration: underline; }

#_content { position: relative; width: 900px; min-height: 500px; margin-top: 0px; margin-bottom: 25px}

#_content p { text-align: justify; width: 800px; margin: 0 auto; font-size: 16px; font-family: Helvetica, Arial, sans-serif; line-height: 22px; margin-bottom: 10px; margin-top: 20px; }

#_footer { position: relative; width: 900px; height: 150px; border: none; 
		background-image: url(../images/layout/footer.png); background-repeat: no-repeat; background-position: top; border: none; }

#_contact { margin-top: 75px; text-align: left; margin-left: 250px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; }

._gallery { position: relative; height: 510px; width: 800px; display: block;}

._selection { position: absolute; left: 50px; top: 75px; isplay: inline; width: 380px; height: 510px;}
._preview { position: absolute; left: 450px; display: inline; width: 380px; height: 510px; }

._galleryrow { display: inline; position: relative; height: 100px; width: 380px;}
._galleryitem { height: 80px; width: 80px; position: relative; float: left; margin-right: 10px; margin-bottom: 10px}
._galleryclip { position: absolute; left: 0px; top: 0px; height: 80px; width: 80px; overflow: hidden }
img._galleryimg { height: 100px; border: none; display: inline;}
img._previewimg { position: relative; display: inline; width: 400px; height: auto; } 

._contact td { text-align: left; margin-right: 30px; padding-right: 30px; padding-bottom: 10px;}
label {text-align: left;}

