/* This is the design of the whole site */
body {
	background-image: url(images/Watercolourplum.jpg);
	background-attachment:fixed;
	background-position: top, center;
}

/* This is the css for the header of the page */
#header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px
}

/* These are the fonts for the page */

.head_text, .norm_text, .footer_text, .list_text{
	font-family: times,palatino Linotype;
	line-height:25px;
}

.head_text{
	font-size:24px;
	color: #E5E5E5;
}

.norm_text{
	font-size:20px;
	text-align:justify;
	color: #D8D8D8;
	font-weight:500;
}

.list_text{
	font-size:18px;
	color: #A0A49B;
}

.footer_text{
	font-size:16px;
	color: #333;
}





