/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  March 20, 2011, 5:12 pm with psd2css Online version 1.95
 *
 */

body {
  font-family: geneva, tahoma;
  text-align:;
  font-size: small;
  background-color:#356699;
}

.italictext { font-family: Geneva, tahoma;
  text-align: left;
  font-size: small;
  font-style:italic;
}

.justrighttext { font-family: Geneva, tahoma;
  text-align: right;
  font-size: small;
  
  }

p {margin-top:0px; margin-bottom: 0px;}


#wrap { width:800px; margin:0 auto; margin-top:50px;
} /* "auto" makes the left and right margins center the wrapper */

/* You named this layer Layer 0 */
#Layer-1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 765px;
  height: 496px;
  z-index: 1;
}

/* You named this layer Shape 1 */
#Layer-2 {
  position:  relative;
  left: -1px;
  top: -1px;
  width: 800px;
  height: 700px;
  z-index: 2;
  
}

/* You named this layer Shape 2 */
#Layer-3 {
	position: absolute;
	left: 14px;
	top: 86px;
	width: 770px;
	height: 391px;
	z-index: 3;
	background-color:#6699CC;
}

/* You named this lalyer body_text */
#Layer-4 {

	text-align: justify;
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 282px;
	top: 21px;
	width: 471px;
	height: 359px;
	z-index: 4;  /* Here are some suggestions for this area's text settings */  /* If you want scroll bars when your content gets bigger than the space
   * you designed for it, uncomment the following line.      */  /* overflow: auto; */
}

/* You named this layer main-pic */
#Layer-5 {
	position:  absolute;
	left: 14px;
	top: 86px;
	width: 301px;
	height: 391px;
	z-index: 5;
}

/* You named this layer About    Samples     Testimonia */
#Layer-6 {
  position:  absolute;
  left: 381px;
  top: 53px;
  width: 350px;
  height: 22px;
  z-index: 6;
}

/* You named this layer Jim Wynn logo */
#Layer-7 {
	position:  absolute;
	left: 30px;
	top: -8px;
	width: 245px;
	height: 92px;
	z-index: 7;
}

/* You named this layer about_linkover */
#Layer-8 {
	position:  absolute;
	left: 397px;
	top: 43px;
	width: 64px;
	height: 40px;
	z-index: 8;
}

/* You named this layer about_link */
#Layer-9 {
	position:  absolute;
	left: 398px;
	top: 43px;
	width: 64px;
	height: 40px;
	z-index: 9;
}

/* You named this layer testimonials_linkover */
#Layer-10 {
  position:  absolute;
  left: 535px;
  top: 44px;
  width: 105px;
  height: 40px;
  z-index: 10;
}

/* You named this layer testimonials_link */
#Layer-11 {
	position: absolute;
	left: 536px;
	top: 44px;
	width: 105px;
	height: 40px;
	z-index: 11;
}

/* You named this layer faq_linkover */
#Layer-12 {
  position:  absolute;
  left: 640px;
  top: 44px;
  width: 59px;
  height: 40px;
  z-index: 12;
}

/* You named this layer faq_link */
#Layer-13 {
	position:  absolute;
	left: 640px;
	top: 44px;
	width: 59px;
	height: 40px;
	z-index: 13;
}

/* You named this layer contact_linkover */
#Layer-14 {
	position:  absolute;
	left: 708px;
	top: 44px;
	width: 60px;
	height: 40px;
	z-index: 14;
}

/* You named this layer contact_link */
#Layer-15 {
	position:  absolute;
	left: 708px;
	top: 44px;
	width: 60px;
	height: 40px;
	z-index: 15;
}

/* You named this layer samples_linkover */
#Layer-16 {
	position:  absolute;
	left: 467px;
	top: 42px;
	width: 73px;
	height: 40px;
	z-index: 16;
}

/* You named this layer samples_link */
#Layer-17 {
	position: absolute;
	left: 467px;
	top: 43px;
	width: 73px;
	height: 40px;
	z-index: 17;
}

/* You named this layer The Perfect Accompaniment To Yo */
#Layer-18 {
	position: absolute;
	left: 426px;
	top: 494px;
	width: 347px;
	height: 26px;
	z-index: 18;
}

#Layer-19 {
	position:absolute;
	top:561px;
	left: 261px;
	text-align: center;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a {
  cursor: pointer;
  outline: none;
}
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
/*contact bits*/
#contact-area {
	width: 429px;
	height: 200px;
	margin-top:0px;
	text-align:center;
	
	
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-size: small;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	float:left;
	background-color:#336699;
	color:#DDDDDD;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #0099FF;
	
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: small;
}

/*Repertoire popup*/

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:600px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
/* contact form stuff */

#page-wrap {
	width: 660px;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-color:#6699cc ;
}
