@charset "utf-8";
/* CSS Document */


	#bg {
	padding:0px;
	background:url(../images/bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	top: 0px;
		 }
		 
		 
a:link {
	color: #996699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC66FF;
}
a:active {
	text-decoration: underline;
}
		 
		 .image{
		 padding:30px}
		 

.aboutme{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:12px;
		color:#663366;}

#testimonials {
		padding:0px;
		width:500px;
		height:100px;
		overflow:auto;
		background-color:#FFFFFF;
		scrollbar-base-color:#f0f0f0;
		scrollbar-arrow-color:#999999;
		scrollbar-3dlight-color:#f0f0f0;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-face-color:#FFFFFF;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color:#f0f0f0;
		scrollbar-track-color: #f0f0f0;
		margin-bottom:20px;
		margin-top:0px;
		 }

.text1{
		font-family:tahoma;
		font-size:12px;
		color:#663366;}

.text2{
		font-family:tahoma;
		font-size:12px;
		color:#996699}

.text3{
		font-family:tahoma;
		font-size:10px;
		color:#999999;}
