body {
	background-repeat: no-repeat;
	background-color: #fbfce8;/*light-tan*/
	background-position: -10px -1px;
}
#home {
	background-image: url(background-home.jpg);
}
#lsat {
	background-image: url(background-lsat.jpg);
}
#gmat {
	background-image: url(background-gmat.jpg);
}
#gre {
	background-image: url(background-gre.jpg);
}
#sat {
	background-image: url(background-sat.jpg);
}
#act {
	background-image: url(background-act.jpg);
}
#sectionOne {
	margin-top: 61px;
}
.section {
	margin-top: 50px;
}

body h1{
	display: none;
}
body h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia;
	color: #FF3300;/*orange*/
	font-weight: bold;
	font-style: italic;
	margin-left: 252px;
	margin-bottom: 8px;
}	
body h3 {
	display: none;
}

#sidebar {
	position: absolute;
	display: block;
	left: 642px;
	top: 20px;
	width: 40px;
}
#sidebar #logo {
	background-image: url(plana-logo.gif);
	width: 107px;
	height: 21px;
	margin-bottom: 20px;
}
#sidebar #nav ul {
	width: 150px;
}
#sidebar #nav li {
	border-top: dashed 1px #ccc;
	padding-top: 7px;
	height: 26px;
	vertical-align: middle;
	list-style-type: none;
}

#sidebar #nav li a {
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia;
	font-weight: bold;
	color: #FF3300;/*orange*/
	text-decoration: none;
}
#sidebar #nav li a:hover {
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia;
	color: #666;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: none;
	border: none;
}
#sidebar #nav .selected {
	font-style: italic;
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia;
	font-weight: bold;
	color: #333;/*grey*/
}
hr {
	border: none 0;
	height: 1px;
	border-top: dashed 1px #ccc;
	width: 395px;
	text-align: left;
	margin-left: 215px;
}
body .intro_text {
	color: #FF3300;/*orange*/
	font-size: 19px;
	line-height: 22px;
	width: 250px;
	font-weight: bold;
	font-style: italic;
}
body p {
	color: #333333;/*grey*/
	margin-bottom: 15px;
	width: 340px;
	margin-left: 252px;
	font-size: 14px;
	line-height: 19px;
}
body .last-p {
	margin-top: 14px;
}
.general-lists li {
	color: #333333;/*grey*/
	font-size: 14px;
	line-height: 18px;
	list-style-type: circle;
	margin-left: 268px;
}
ul {
	margin-bottom: 20px;
}
body strong {
	font-weight: bold;
}

a {
	color: #FF3300;/*orange*/
	text-decoration: underline;
	border-top: hidden 2px white;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color: #FF3300;/*orange*/
	border-top: solid 2px #FF3300;/*orange*/
}
#copyright {
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}