/* CSS Document */

body {
background-color:#9999cc;
background-image:url(images/bg_pinkpurple.jpg);
background-repeat:repeat-y;
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:100.1%;
}

h2 {
color:#9999cc;
font-size:150%;
}

h3 {
font-size:130%;
color:#9999cc;
font-weight:bold;
}

h4 {
font-size:101%;
color:#9999cc;
font-weight:bold;
}

#wrapper {
border-top:2px solid #9999cc;
border-bottom:2px solid #9999cc;
border-left:2px solid #9999cc;
margin: 25px auto;
width:800px;
}

#header {
background-color:#fff;
}

#nav {
border-top:2px solid #fedefd; /*pink*/
border-bottom:2px solid #fedefd; /*pink*/
text-align:center;
}

#content {
background-color:#fff;
padding:7px 15px;
}

#home_testimonial {
margin:15px;
border:2px solid #9999cc;
width:250px;
text-align:justify;
}

#home_t_monial {
margin:15px;
border:2px solid #9999cc;
width:250px;
text-align:justify;
}

#about_testimonial {
border:2px solid #9999cc;
width:250px;
text-align:justify;
padding:0px 10px;
}

#about_t_monial {
border:2px solid #9999cc;
width:250px;
text-align:justify;
padding:0px 10px;
}

#services_testimonial {
margin:15px;
border:2px solid #9999cc;
width:250px;
text-align:justify;
}

#services_t_monial {
margin:15px;
border:2px solid #9999cc;
width:250px;
text-align:justify;
}

#footer {
font-size:75%;
text-align:center;
padding:8px;
color:#666666;
}

#footer a, #footer a:link {
color:#666666;
text-decoration:underline;
}

#footer a:visited {
color:color:#999;
text-decoration:none;
}

#footer a:hover, #footer a:focus, #footer a:active {
color:color:#999;
text-decoration:underline;
}


#nav  a, #nav  a:link {
color:#000;
text-decoration:none;
}

#nav  a:visited {
color:color:#666;
text-decoration:none;
}

#nav a:hover, #nav  a:focus, #nav  a:active {
color:color:#666;
text-decoration:underline;
}


#content a, #content a:link {
color:#9999cc;
text-decoration:underline;
}

#content a:visited {
color:#7474ba;
text-decoration:underline;
}

#content a:hover, #content a:active, #content a:focus {
color:#7474ba;
text-decoration:none;
}





.clear {
clear:both;
}

.italic {
font-style:italic;
}

.testimonial {
font-weight:bold;
font-size:125%;
color:#9999cc;
}

.bold {
font-weight:bold;
color:#5959ac;
}
.pink {
color:#9999cc;
}

.small {
font-size:80%;
}

.purple {
color:#9999cc;
font-size:150%;
font-style:italic;
font-weight:bold;
font-family:Amaze, Verdana, cursive;
}

