body {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	background-color: #D8BFD8;
	text-align: center;
	

}
.body2 {
	background-image: url(img/tartanbg.png);
	background-repeat: repeat;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	background-color: #D8BFD8;
	text-align: center;
}
a {
	text-decoration: underline;
	color: Purple;
}

a:hover {
	text-decoration: none;
}
#wrapper {
	background-color: #D8BFD8;
	margin: 0 auto;
	width: 900px;
	height: auto;
	
}

#header {
	background-color: #D8BFD8;
	height: 345px;
	width: 900px;
}

#dots {
	background-color: #D8BFD8;
	text-align: center;
	width: 900px;
	/**height: 267px;*/
}

#footer {
	background-color: transparent;
	text-align: center;
	height: 50px;
	width: 900px;
	font-size: small;
}

#philosophyheader {
	background-color: #D8BFD8;
	height: 240px;
	width: 900px;
	text-align: center;
}

#menu {
	background-color: #D8BFD8;
	margin-left: 0px;
	text-align: left;
	width:150px;
	height:600px;
	padding-top: 0px;
}
#content {
	background-color: #D8BFD8;
	margin-left: 150px;
	margin-top: 0px;
	top:0px;
	width: 550px;
	height: 600px;
	left: 50%;
	text-align: left;
	padding-left: 5px;
}
