/*

[Master Stylesheet]

*/

/* Basic HTML */
body {
	background-color: white;
	color: #8d8d8d;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 {
	color: #8d8d8d;
	font-size: 31px;
	font-weight: bolder;
	letter-spacing: 1px;
	margin: 30px 30px;
	height: 12px;
}
p {
	font-size: 31px;
	line-height: 160%;
	height: 145px;
	margin: 0 180px 30px 30px;
}
p.d1 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	margin-left: 30px;
	margin-right: 180px;
	height: 0px;
}
p.d2 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	margin-left: 30px;
	margin-right: 180px;
	height: 15px;
}
p.d3 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	margin-left: 30px;
	margin-right: 180px;
	height: 30px;
}
li.none {
	list-style-type: none;
	color: #9b6bcb;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 140%;
	margin-left: 60px;
	margin-right: 180px;
	height: 25px;
}
p.c1 {
	color: black;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-left: 30px;
	color: black;
	height: 16px;
	position: absolute; top: 610px;
}
a {
	color: #9b6bcb;
	letter-spacing: 2px;
	text-decoration: none;
	font-style: italic;
}


/* Main Container */
#wrapper {
	border-color: black;
	border-width: 20px;
	border-style: solid;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 60px;
	background-color: white;
	height: 570px;
	width: 960px;
}

