body {
	margin:0px;
	background-image:url('../images/page-bg.png');
	background-repeat:repeat-x;
	background-color: #2c3047;
	color:white;
	font-family:"Lucida Sans Grande", "Lucida Sans Unicode", Tahoma;
	font-size:12px;
		letter-spacing:-.05em;

}

a {
	color: #F5CB4C;
}
a:visited {
color: #F5CB4C;
}

a:link {
color: #F5CB4C;
}

a:hover {
color: #F5CB4C;
}

p { letter-spacing:0em;}

#maincontainer {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;
}

#header {
	
}

#mid {
	background-image:url('../images/inntelligent-logo.png');
	background-repeat:no-repeat;
	height:170px;
}

#mid h1 {
	font-weight:normal;
	font-style:italic;
	color:#6e7286;
	font-size:20px;
	margin-top:100px;
	clear:both;
}

#mid ul {
	float:left;
	margin-top:35px;
	margin-left:240px;
	font-size:19px;
}
#mid li {
	list-style:none;
}
#body {
	background-image:url('../images/lower-bg.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

#body h2 {
	font-size:22px;
	font-weight:normal;
	color:#9a9fb9;
	margin-top:30px;
	margin-bottom:25px;
}
#body > p {
	
	font-size:15px;
	margin-bottom:35px;
}
#signup {
	background-image:url('../images/signup-bg.png');
	width:330px;
	height:397px;
	position:absolute;
	top:125px;
	left:100%;
	margin-left:-330px;
}

#signup div {
	padding:35px;
}

#signup div p {
	margin: 0px;
}

#signup div img {
	padding-top:10px;
	padding-bottom:10px;
}
#scott {
	background-image:url('../images/scott-bg.jpg');
	background-repeat:none;
	width:516px;
	height:264px;
	margin-top:15px;
}
#scott div {
	padding:25px;
	padding-left:175px;
}
#bodytxt {
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:55px;
	padding-right:55px;
}

#scott p {
	line-height:18px;
}
#class-title {
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
}
#class-price {
	font-weight:bold;
	font-style:italic;
	font-size:18px;
}
#class-price2 {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	text-align:center;
}
