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

* :focus { outline: 0; }


a:visited{color:#EEC265; text-decoration:none;}
a:link {color:#EEC265; text-decoration:none;}
a:active{color:#EEC265; text-decoration:none;}
a:hover{color:#EEC265; text-decoration:underline;}

#main a:visited{color:#0033FF; text-decoration:underline;}
#main a:link {color:#0033FF; text-decoration:underline;}
#main a:active{color:#0033FF; text-decoration:underline;}
#main a:hover{color:#0033FF; text-decoration:underline;}

body {
background-image:url(images/window_background.jpg); background-repeat:repeat-y; background-position:center; background-color:#551f0d;
}

.right {/* This class creates the shadow to the right of the main body div */
	background-image: url(images/body_border.png); background-position: right; background-repeat: repeat-y; width:100%; height:100%; position:absolute; top:0px; left:5px
}

.bottom {/* This class creates the shadow to the bottom of the main body div */
	background-image: url(images/body_border.png); background-position:bottom; background-repeat: repeat-x; width:100%; height:100%; position:absolute; top:3px; left:0px
}

.corner{/* This class creates the shadow in the lower right corner of the main body div */
	background-image: url(images/body_border.png); background-position:bottom right; background-repeat:no-repeat; width:100%; height:100%; position:absolute; top:3px; left:5px
}

.right_button_1 {/* This class creates the right column narrow transparent button and text properties */
background-image:url(images/button1.png); background-repeat:no-repeat; width:303px; height:45px; padding-top:2px; padding-left:12px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#EEC265;
}

.right_button_2 {/* This class creates the right column fat transparent button and text properties */
background-image:url(images/button2.png); background-repeat:no-repeat; width:303px; height:74px; padding-top:0px; padding-left:2px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#EEC265;
}

.right_button_3 {/* This class creates the right column fat transparent button and text properties */
width:345px; height:285px; padding-top:10px; padding-left:10px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#EEC265; position:relative;
}

.testimonial_transparency {/* This class creates the right column transparency and text properties for testimonials */
background-image:url(images/button2.png); background-repeat:no-repeat; width:303px; height:45px; padding-top:2px; padding-left:12px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:22px; color:#EEC265;
}

.right_link {/* This class just moves the text for the button links in the right column */
position:relative; top:10px;
}
