@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFEEDD;
	background-image: url(assets/P%20-%20Kharaneh%203.jpg);
}
#container {
	background-color: #FFEAD5;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 3px inset #FF9900;
}
#pic {
	height: 300px;
}
#side {
	float: right;
	width: 300px;
	border: 1px solid #F07800;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #FFE1C4;
}
#content2 {
	padding-top: 30px;
	padding-left: 25px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB366;
	font-size: small;
}
#nav {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E67300;
	background-color: #FFE9D2;
	padding-top: 10px;
}
#content {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CE6700;
	padding-left: 10px;
}
#title {
	font-family: "Copperplate Gothic Bold";
	color: #E17100;
	background-color: #FFE4CA;
}
#subtitle {
	font-family: "Copperplate Gothic Bold";
	color: #E67300;
}
#content h1 {
	font-size: 110%;
	margin-top: 0px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	margin-left: 5px;
}
#content li {
	font-size: 85%;
}
