body {
	background-image: url(images/background-texture.jpg);
	text-align: center;
	font-family: Optima, Candara, "Gill Sans", Verdana, serif;
}

.root {
	width: 800px;
	margin: 0 auto;
	border: solid 1px black;
	text-align: left;
}

.title {
	width: 800px;
	height: 165px;
	background-color: #211D4C;
	color: #DFE1B0;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

.title img {
	position: relative;
	top: 15px;
	left: 15px;
}

.contactMenu {
	font-size: 1.1em;
	*font-size: 1em;
	font-variant: small-caps;
	float: left;
	position: relative;
	top: 10px;
	left: 12px;
	*top: 20px;
}

.contactMenu form {
	*top: -15px;
	*position: relative
}

.links {
	font-size: 1.1em;
	*font-size: 1em;
	font-variant: small-caps;
	float: right;
	position: relative;
	top: 30px;
	*top: 50px;
	right: 12px;
}

.links a:link {
	color: #DFE1B0;
	text-decoration: none;
}

.links a:visited {
	color: #DFE1B0;
	text-decoration: none;
}

.links a:hover {
	color: #DFE1B0;
	text-decoration: underline;
}

.links a:active {
	color: #DFE1B0;
	text-decoration: underline;
}

.practiceLinks {
	font-size: .8em;
	padding: 20px;
}

.practiceLinks a:link {
	color: #211D4C;
	text-decoration: none;
}

.practiceLinks a:visited {
	color: #211D4C;
	text-decoration: none;
}

.practiceLinks a:hover {
	color: #211D4C;
	text-decoration: underline;
}

.practiceLinks a:active {
	color: #211D4C;
	text-decoration: underline;
}

.content {
	width: 800px;
	background-color: #DFE1B0;
	color: #211D4C;
	min-height: 350px;
	*height: 350px;
}

.content p {
	padding-left: 20px;
	padding-right: 20px;
}

.intro {
	width: 800px;
	height: 298px;
	position: relative;
}

.quotes {
	width: 363px;
	height: 258px;
	text-align: center;
	font-family: Palatino, "Palatino Linotype", serif;
	padding: 20px;
	padding-top: 15px;
	font-size: 30px;
}

.contactBlock {
	width: 800px;
	height: 25px;
	padding-top: 5px;
	background-color: #211D4C;
	color: #DFE1B0;
	opacity: 0.75;
	filter:alpha(opacity=75);
	font-variant: small-caps;
	text-align: center;
}

#pic {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 397px;
	height: 298px;
}

.picture {
	padding-left: 20px;
	padding-right: 20px;
}

.list {
	position: relative;
	text-indent: -15px;
	left: 15px;
	margin-bottom: -14px;
}

.linksBlock {
	text-align: center;	
	width: 800px;
	background-color: #DFE1B0;
	color: #211D4C;
}

.assessmentForm {
	border: solid 1px black;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	font-size: .8em;
	*margin-left: 100px;
	*margin-right: 100px;
}