/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 1em;
	color:#000; 
	background-color:#e6ddf4;
		font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.3em;
	font-weight:normal;
	color: #6600CC;
	margin-bottom: 9px;
	text-align: left;
	font-style:italic;}
	
h2 {
	font-size: 1.0em;
	line-height: 1.3em;
	color:#6600CC;
	text-align: center;
	font-weight:normal;
	padding-bottom:12px;}



p {
	font-size: 95%;
padding-bottom:12px;

	}
	


	
#container {
width: 850px;
margin: 0px auto 0px auto;
position:relative;
	}
	
	

#backgroundhome {
background-repeat: no-repeat;
background-position:top;
background-image:url(images/sthomebackground.jpg);
width:850px;
position:relative;
height:700px;
}

#top {
position:relative;
height: 155px;
}


#navigation{
position:relative;
height:50px;
}

#nav {
	position: absolute;
	left: 200px;
	top: 12px;
	text-align:right;
	font-size:95%;
	width: 610px;
	color:#6600CC;
	padding-bottom:12px;
	padding-top:3px;	
	font-weight:bold;
	}
	
	
	

#nav ul {
	text-align: right;	
	}


#navbar li {
	display:inline;
	}

	
#navbar a {
	color: #fff;
	text-decoration: none;
}
		
#navbar a:link, #navbar a:visited {
	color: #fff;
	}

#navbar a:hover {
	color: #6600CC;
		}
	
#navbar a:active,
.home #navbar #home a,
	.services #navbar #services a,
	.success #navbar #success a,
	.products #navbar #products a,
	.about #navbar #about a,
	.contact #navbar #contact a{
	color: #6600CC;
		}
	


#middle{
position:relative;
padding: 12px 298px 12px 44px;
height:430px;
}


#middle a {
	color: #6600CC;
	text-decoration: underline;
	font-weight:bold;
}
		
#middle a:link, #middle a:visited {
	color: #6600CC;
	}

#middle a:hover {
	color: #000;
		}

#mastery p {line-height:1.6em;}

#mastery {
	position: absolute;
	left: 371px;
	top: 132px;
	color:#000;
	width: 432px;
	height: 211px;
	}


#sidebar {
	position: absolute;
	left: 49px;
	top: 78px;
	text-align:right;
	color:#000;
	font-size:90%;
	width: 91px;
	font-style:italic;
	line-height:1.3em;
	}



#footer{
position:relative;
height:130px;
}


#footer img {
text-align:center;}

#logo {
	position: absolute;
	left: 129px;
	padding-top:9px;
	top: 675px;
	text-align:left;
	}


#contact {
	position: absolute;
	left: 24px;
	top: 13px;
	text-align:right;
	color:#6600CC;
	font-size:80%;
	width: 801px;
	}


		
#contact a {
	color: #6600CC;
	text-decoration:none;

}
		
#contact a:link, #contact a:visited {
	color: #6600CC;
	}

#contact a:hover {
	color: #000;
		}


#bottom {
position:relative;
height:30px;
}

p.bottom {padding-top:9px;
font-size:75%;
text-align:center;
color:#666;
}

#bottom a {
text-decoration:none;
color: #666;
}

