/* CSS for Janee Rose site */
body {
	background: #36240d;
	font-family:  garamond, georgia, "new times roman", serif;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
}
#container {
	width: 900px;
	background: #efeed2;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header {
	float: left;
	padding: 1px 0 0 15px;
}
#header a {
	text-decoration: none;
	color: #2d3b30;
}
#navigation {
	float: right;
	padding: 1px 5px 0 0;
}
#navigation ul {
	list-style: none;
}
#nav li {
	display: block;
	float: right;
	text-align: left;
	padding: 0 10px 0 10px;
}
#nav a {
	text-decoration: none;
	color: #2d3b30;
}
#portnavigation {
	float: right;
	clear: both;
	padding: 0 5px 0 0;
}
#portnavigation ul {
	list-style: none;
}
#portnav li {
	display: block;
	float: right;
	text-align: left;
	padding: 0 10px 0 0;
}
#portnav a:link {
	text-decoration: none;
	color: #2d3b30;
	font-size: 90%;
}
#portnav a:visited {
	text-decoration: none;
	color: #2d3b30;
	font-size: 90%;
}
#portnav a:hover {
	text-decoration: none;
	color: white;
	background: #36240d;
	font-size: 90%;
}
#portnav a:active {
	text-decoration: none;
	color: #2d3b30;
	font-size: 90%;
}
#content {
	clear: both;
	text-align: center;
	padding: 30px 10px 30px 10px;
}
#content img.thumb {
	padding: 0 15px 15px 0;
	border: none;
	text-decoration: none;
}
#imagenav {
	text-align: center;
	padding-top: 5px;
}
#imagenav a {
	text-decoration: none;
	color: #2d3b30;
	padding-right: 10px;
	padding-top: 5px;
}
#footer {
	font-size: x-small;
	text-align: center;
	color: gray;
	line-height: 100%;
	padding: 0 0 1px 0;
	margin-top: 10px;
}
.info {
	width: 400px;
	text-align: left;
	color: #2d3b30;
	padding-left: 15px;
	margin-left: 450px;
}
.info a {
	color: gray;
}
