body {
    background-image:url(../images/background.jpg);
    background-repeat:repeat-x;
    background-color:#000050;
    margin:0 auto;
    text-align:center;
    overflow:auto;
}
a {
    color:inherit;
    text-decoration:none;
}
img {
    border:none;
}
ul, li {
    list-style:square outside;
}
h2 {
    color:#FFBC27;
    font-weight:bold;
    font-family:"Century Gothic",Arial,sans-serif;
    font-size:20px;
}
#testimonials1 {
    color:#1B2C7C;
    font-family:Arial,sans-serif;
    font-size:13px;
    font-weight:bold;
}
#testimonials2 {
    color:#4D4D4D;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:normal;

}
#testimonials3 {
    color:gray;
    font-family:Arial,sans-serif;
    font-size:10px;
    font-weight:normal;
    font-style:italic;
}
#testimonials4 {
    color:gray;
    font-family:Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    font-style:italic;
    text-transform:uppercase;
}
#testimonials5 {
    color:#EFA600;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
}
#testimonials6 {
    color:#000050;
}
#testimline {
    border:1px solid #FFBC27;
    border-top:none;
    border-left:none;
    border-right:none;
    padding-top:10px;
}
strong {
    font-weight:bold;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:13px;
}
/*ul,li {
    list-style:none;
    float:left;
    padding:0;
    margin:0;
}*/
#maincontainer {
    width:1024px;
    margin:0 auto;
}
#header {
    width:1024px;
    height:220px;
    background-image:url(../images/hdbckgnd.png);
    background-repeat:no-repeat;
    /*border:1px solid white;*/
}
#logo {
    position:relative;
    z-index:1;
    top:42px;
    left:80px;
    float:left;
}
#slogan {
    position:relative;
    z-index:2;
    top:140px;
    left:78px;
    float:left;
}
#menu {
    width:720px;
    height:60px;
    float:left;
    position:relative;
    z-index:3;
    top:125px;
    left:90px;
    /*border:1px solid white;*/
}
.menuitem {
    width:115px;
    height:60px;
    color:gray;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:11px;
    line-height:60px;
    background-image:url(../images/button.png);
    background-repeat:no-repeat;
    background-position:center;
    margin-left:-13px;
    float:left;padding:0;list-style:none;
}
.menuitem:hover {
    color:#000050;
    background-image:url(../images/button2.png);
    cursor:pointer;
}
#subcontainer {
    width:970px;
    height:525px;
    text-align:left;
    background-image:url(../images/containerbckgnd.png);
    background-repeat:no-repeat;
    margin:0 auto;
    padding: 6px 0 65px 53px ;
    position:relative;
    z-index:1;
    top:5px;
    left:38px;
}
#mainimage {
    width:435px;
    height:482px;
    position:relative;
    z-index:1;
    float:left;
}
#maintext {
    width:435px;
    height:482px;
    background-image:url(../images/textbckgnd.png);
    background-repeat:no-repeat;
    color:#4D4D4D;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:11px;
    position:relative;
    z-index:1;
    float:left;
}
#abouttext{
    width:365px;
    height:442px;
    padding-top:20px;
    padding-right:30px;
    padding-bottom:20px;
    padding-left:10px;
    position:relative;
    z-index:10;
    left:30px;
    overflow:auto;
}
#fadeup {
    width:380px;
    height:20px;
    position:relative;
    z-index:10;
    top:-482px;
    left:28px;
}
#fadedown {
    width:380px;
    height:20px;
    position:relative;
    z-index:10;
    top:-40px;
    left:28px;
    /*border:1px solid red;*/
}
#mainform {
    line-height:14px;
}
#textarea {
    width:275px;
    height:112px;
    overflow:auto;
    float:left;
    margin-right:20px;
    margin-bottom:7px;
    font-family:Arial, sans-serif;
    font-size:12px;
}
.inputs {
    width:170px;
    height:16px;
    margin-top:5px;
    margin-bottom:5px;
    font-family:Arial, sans-serif;
    font-size:12px;
}
.botton {
    cursor:pointer;
    background-image:url(../images/button3.jpg);
    background-repeat:no-repeat;
    border:none;
    padding: 2px 10px 2px 12px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    font-family:Arial, sans-serif;
}
#contactbckgnd {
    width:175px;
    height:135px;
    color:#4D4D4D;
    font-family:Arial, sans-serif;
    font-size:10px;
    line-height:14px;
    background-image:url(../images/contactbckgnd.png);
    background-repeat:no-repeat;
    position:relative;
    z-index:20;
    top:-462px;
    left:235px;
    float:left;
    padding:20px;

}
#contactbckgnd a {
    text-decoration:none;
    color:inherit;
}
#contactbckgnd a:hover {
    color:#000050;
}
#footer {
    position:relative;
    z-index:100;
    top:-80px;
    color:white;
    font-family:Arial;
    font-size:11px;
}