@charset "utf-8";
#sidebar {
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	background-color: #300;
	color: #DBC2A4;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #D7BF9D;
}
#sidebar p a {
	color: #DBC2A4;
	font-weight: bolder;
}
#main  {
	float: right;
	width: 530px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	color: #300;
	font-weight: bolder;
}
a:visited {
	font-weight: bolder;
	color: #600;
}


#footer {
	clear: both;
	width: 780px;
	color: #DBC2A4;
	background-color: #300;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBC2A4;
	border-right-color: #DBC2A4;
	border-bottom-color: #DBC2A4;
	border-left-color: #DBC2A4;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #300;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #300;
}
#navbar {
	padding-bottom: 10px;
	background-color: #300;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-top-color: #D4BB9D;
	border-right-color: #D4BB9D;
	border-bottom-color: #D4BB9D;
	border-left-color: #D4BB9D;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DBC3A9;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 30px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #DBC3A9;
	text-decoration: none;
}
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 20px;
	color: #000;
}
#header #img {
	float: right;
	width: 100px;
}
#header h1 {
	font-size: xx-large;
}

/* CSS Document */

#container {
	background-image: url(images/Worn%20French%20Honey%2012.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
