#header img {
	float: none;
	border: none;
}
a:link {
	text-decoration: none;
	color: rgb(51,51,51);
}
a:hover {
	color: red;
}
a:visited {
	color: rgb(51,51,51);
}

body {
	background-color: rgb(51,51,51);
	font-family: "Palatino Linotype", Arial, Times;
	font-size: 10pt;
}

#main_nest {
	background-color: white;
	width: 800px;
}

#text {
	padding-left: 20px;
	width: 500px;
}
h1 {
	font-size: 12pt;
}
p {
	text-align: justify;
}

#main {
	width: 839px;
	background-image: url("http://www.throughcomposed.com/images/drop-shadow.jpg");
	background-position: right;
	background-repeat: repeat-y;
}


#body {
	width: 800px;
	background-color: white;
	}

#navbar {
	margin-top: 20px;
	position: absolute;
	margin-left: 550px;
	width: 250px;
	background-image: url("http://www.throughcomposed.com/images/navbar2.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#navbar ul {
	padding-bottom: 180px;
	padding-top: 80px;
	padding-right: 50px;
}

#navbar li {
	list-style-type: none;
}	



#footer {
	border-top: 4px solid rgb(51,51,51);
	margin-top: 50px;
	padding-bottom: 20px;
	background-image: url("http://www.throughcomposed.com/images/bottom-shadow.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	}

#footer ul {
	margin-bottom: 40px;
	text-align: center;
}

#footer li {
	display: inline;
	color: rgb(204,153,0);
	
}

img {
	float: right;
	border: 3px solid white;
}
