@charset "utf-8";
/* CSS Document */

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 800px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#picture {
	float: left;
	width: 299px;
	background-image: url(JasmineNew3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 434px;
	border: 1px dashed #FFD6D8;
}
#content {
	padding: 5px;
	float: right;
	width: 430px;
	border: 1px dashed #FFD6D8;
	height: 434px;
	overflow: auto;
	background-color: #333333;
	color: #9B4C51;
}
.clear {
	clear: both;
}
#footer {
	padding: 5px;
	width: 800px;
	margin-top: 10px;
	text-align: right;
	font-size: x-small;
	color: #FFD608;
}
body,td,th {
	font-family: Trebuchet MS;
}
body {
	background-color: #CBBFC9;
}
a:link {
	color: #FFD6D8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFD6D8;
}
a:hover {
	text-decoration: none;
	color: #AFA9A9;
}
a:active {
	text-decoration: underline;
	color: #FFD6D8;
}
.style1 {color: #FFFFFF}
