@charset "utf-8";
/* CSS Document */

#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 920px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#picture {
	float: left;
	width: 600px;
	background-image: url(Jasmine12.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
}
#content {
	padding: 5px;
	float: right;
	width: 400px;
	color: #C68889;
	font-size: 14px;
}
.clear {
	clear: both;
}
#footer {
	padding: 5px;
	width: 460px;
	margin-top: 470px;
	text-align: right;
	font-size: x-small;
	color: #636E43;
	float: left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {

}
a:link {
	color: #636E43;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #636E43;
}
a:hover {
	text-decoration: none;
	color: #3C4228;
}
a:active {
	text-decoration: underline;
	color: #636E43;
}
.style1 {
	color: #606B4D;
	font-family: "Trebuchet MS";
}
