html {
	overflow-y: scroll;
}

body {
margin:0 auto;
padding:30px 0 0 0 ;
background-color:#6d6d6d;
color:#C3E9FB;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
background-image:url(../images/bg-butterfly.gif);
background-position:left 300px;
background-repeat:no-repeat;
f
}

#page {
width:100%;
  min-height:505px;
  height:auto !important;
  height:505px;
  background-image:url(../images/bg-header.gif);
background-position:right 80px;
background-repeat:repeat-x;}


#wrap {
	width:950px;
	padding:0px;
	margin:0 auto;
  min-height:550px;
  height:auto !important;
  height:550px;
}
#header {
/*background-image:url(../images/butterfly.png);
background-repeat:no-repeat;
background-position:750px top;*/
height:190px;
padding:0 0 20px 0;
}
#logo {
padding-left: 0px;
padding-top:0px;
background-color:#6d6d6d;
width:270px;

}

#content {
 min-height:250px;
  height:auto !important;
  height:250px;
}

a:link, a:visited, a:hover, a:active {
color:#C3E9FB;
}


#left-col {
float:left;
width:200px;
}


#menu ul{
padding:0;
margin:0;

}

#menu li {
padding: 0px 0px 10px 30px;
list-style:none;
font-size:14px;
font-weight:normal;
}

a.menulink:link, a.menulink:visited {
color:#000000;
text-decoration:none;}

a.menulink:hover{
color:#000000;
text-decoration:underline;}


#right-col{
float:right;
width:375px;
text-align:justify;
padding-right:35px;
font-size:13px;
}

#col-2{
float:right;
width:710px;
text-align:justify;
padding-right:35px;
font-size:13px;
}

.testimonials-imgleftalign{
float:left;
padding:0px 25px 15px 0px;
background-color:#6d6d6d;

}

.imgleftalign {
float:left;
padding:0 25px 5px 0px;
}


#center {
}

#blog {
float:right;
padding:0 25px 0 0;
width:180px;
text-align:right;}


.testimonials-line {
border-bottom-color:#C3E9FB;
border-bottom-style:dotted;
border-bottom-width:thin;
	
	}

#footer
{
background-image:url(../images/bg-footer.gif);
background-repeat:repeat-x;
height:100px;
width:100%;
}

#footerwrap {
width:950px;
margin:0 auto;
padding:0;
}

#footermenu {
color:#39301D;
font-size:14px;
padding:50px 0 10px 0;
text-align:left;
float:left;
width:700px;
}


a.footermenulinkpad:link, a.footermenulinkpad:visited {
color:#39301D;
text-decoration:none;
padding-left:200px;}

a.footermenulinkpad:hover{
color:#39301D;
text-decoration:underline;
padding-left:200px;}

a.footermenulink:link, a.footermenulink:visited {
color:#39301D;
text-decoration:none;}

a.footermenulink:hover{
color:#39301D;
text-decoration:underline;}

#footer2 {
color:#BEC0C2;
font-size:12px;
text-align:left;
padding:15px 0 5px 200px;
}

a.footerlink:link, a.footerlink:visited {
text-decoration:none;
color:#BEC0C2;
}
a.footerlink:hover {
text-decoration:underline;
color:#BEC0C2;
}

img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
