* {
	margin:0;
	padding:0
}
a {
	color:#713654;
	text-decoration:none
}
a:hover {
	color:#713654;
	text-decoration:underline
}
h1 {
	font-weight:400;
	font-size:41px;
	letter-spacing:-2px;
}
body {
	background:#f0ebcd;
	cursor:default;
	font-family:Tahoma, sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:13px;
	color:#713654;
	letter-spacing:-0.3px;
}
div#container {
	width:868px;
	text-align:left;
	margin:0 auto
}

#spacertop	{
height:30px;
}

#header {
	width:868px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}

#audio	{
	width:868px;
	height:60px;
	padding:10px 0px 15px 0px;
	}

#hometop {
	width:868px;
	height:32px;
	background-image:url('../images/home_top.jpg');
	background-repeat:no-repeat;
}

#homemiddle {
	width:808px;
	padding:0px 30px;
	background-image:url('../images/home_middle.jpg');
	background-repeat:repeat-y;
}
#homebottom {
	width:868px;
	height:32px;
	padding-bottom:5px 0px 12px 0px;
	background-image:url('../images/home_bottom.jpg');
	background-repeat:no-repeat;
}
#aboutbox {
	width:868px;
	height:603px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/aboutbox.jpg');
	background-repeat:no-repeat;
}
#servicesbox {
	width:868px;
	height:513px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/servicesbox.jpg');
	background-repeat:no-repeat;
}

#testimonialsbox {
	width:868px;
	height:495px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/testimonialsbox.jpg');
	background-repeat:no-repeat;
}
.boxtext {
	padding:30px 25px 0px 392px;
}
.backtotop {
	padding:20px 20px 10px 0px;
	float:right;
}

#friendsbox {
	width:868px;
	height:303px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/friendsbox.jpg');
	background-repeat:no-repeat;
}
#contactbox {
	width:868px;
	height:513px;
	padding:0px 0px 12px 0px;
	background-image:url('../images/box_contact.jpg');
	background-repeat:no-repeat;
}
#boxtext1 {
	padding:30px 25px 0px 392px;
	width:448px;
}
#boxtext1 table {
	font-size:14px;
	line-height:16px;
	letter-spacing:-1px;
}
#boxtext2 {
	padding:0px 25px 35px 392px;
	width:448px;
}
#gallery {
	width:868px;
	height:284px;
	padding:0px 0px 35px 0px;
}
#footer {
	width:868px;
	height:48px;
	padding:25px 0px 10px 0px;
}
p {
	padding-top:10px;
}
/*form styling*/
.texta {
	font-family:Tahoma, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#713654;
	letter-spacing:-0.3px;
	/*background-image:url('../images/field_bg3.gif');*/
	background-repeat:repeat-x;
	background-position:bottom;
	width:290px;
	height:20px;
	border:solid 1px #CCCCCC;
	padding-left:20px;
	padding-right:20px;
}

textarea:focus, input:focus {
	border: 1px solid #FFCC00;
	background-color:#FFFF66;
}