body {
	margin-left:10%;
	width: 875px;
	background-image: url(background.png);
	background-position: 0 0;
	background-repeat: repeat;
}

#mainTitle {
	color: #B6A673;
	height: 37px;
	background-color: transparent;
	background-image:url(title.png);
	background-repeat:no-repeat;
	padding:10px;	
	border-color: white;
	border-style:solid;
	border-width: 5px;
}

#subtitle {
	width: 620px;
	height:51px;
	background-color: #706956;
	background-image:url(subtitle.png);
	background-repeat:no-repeat;
	padding:50px 15px 15px 0;
	border-color: white;
	border-style:solid;
	border-width: 5px;
	float: left;
}

#subtitle p {
	background-color:transparent;
	color:#C5C0AD;	
	margin: 0;
	padding:0;
	border:0;
	text-align: right;
}

#libraries {
	width:220px;
	margin: 0;
	padding:0;
	border-color: white;
	border-style:solid;
	border-width: 5px;	
	float:left;
}

#libraries h1 {
	background-image:url(libraries.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: medium;
	height: 43px;
	margin: 0;
	padding:15px 0 0 50px;
	border:0;
	background-color: #9EB1BF;
}

#libraries h2 {
	background-color: #BFB89E;
	background-image:url(libraries.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: medium;
	height: 43px;
	margin: 0;
	padding:15px 0 0 50px;
	border:0;
}

#libraries a {
	text-decoration:none;
	font-size: medium;
	font-family:sans-serif;
	color: white;
}

#libraries a:hover {
	text-decoration: underline;
}

#paragraphs {
	width: 635px;
	padding-left: 15px;
	background-color: white;
	clear: left;
	border-color: white;
	border-style:solid;
	border-width: 5px;
	padding:0;
	margin:0;
	float: left;
}

#paragraphs p {
	background-color: white;
	padding:0 15px 0 25px;
	margin:0;
	border: 0;
	text-align:justify;
}

#paragraphs h1 {
	color: #687A87;
	font-size:x-large;
	margin:0;
	border:0;
}

#paragraphs h2 {
	color: #9EB1BF;
	font-size:large;
	font-weight: normal;
	margin:0;
	border:0;
	padding:5px 15px 5px 25px;
}

#paragraphs a {
	color: #687A87;
	text-decoration:underline;
}

#paragraphs a:visited {
	text-decoration:none;
}

#paragraphs a:hover {
	text-decoration:underline;
}

#firstParagraph {
	background-color: #E9E6D9;
	padding: 0 0 10px 0;
}

#firstParagraph p {
	background-color: #E9E6D9;
	text-align:justify;
}

#sidebar {
	width:220px;
	background-color: #E9E6D9;
	padding: 0;
	margin:0;
	border-color: white;
	border-style:solid;
	border-width: 5px;	
	float:right;
}

#sidebar h1 {
	color: white;
	font-size: medium;
	background-image:url(LinkTitle.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #6E6855;
	margin: 0;
	padding:5px 0 5px 15px;
	border: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar li {
	list-style-image:url(link.png);
	list-style-position:inside;
	margin: 3px 0 3px 0;
}

#sidebar p {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar a {
	text-decoration:none;
	font-size: medium;
	font-family:sans-serif;
	color: #8297A7;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:visited {
	color: #A082A7;
	font-weight: normal;
}

#foot {
	background-color: transparent;
	height: 15px;
	width: 875px;
	clear: left;
}