@charset "UTF-8";
/* CSS Document created by Wishy, 2026*/

body {
	margin: 0;
	padding: 0;
	font-family: "Architects Daughter", Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 2em;
	color: #6CA52B;
	background-color: #FFFFBF;
}

/* basic text styles ----------------------------  */
p, li, td {
	color: #88cc00;
}
p.italic {
	font-style: italic;
	color: #d5ff80;
}
h1 {
	font-family: "Lucida Calligraphy", cursive;
	font-size: 40px;
	padding: 4px 0;
	font-variant: small-caps;
	line-height: 2em;
}
h2 {
	color: #88cc00;
	font-family: "Lucida Calligraphy", cursive;
	font-size: 30px;
	padding: 6px;
	font-variant: small-caps;
	background-color: #d5ff80;
}
h3 {
	font-family: "Lucida Calligraphy", cursive;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #9B9744;
	padding: 4px 0;
	font-variant: small-caps;
	font-style: italic;
}
/* link styles ---------------------------- */
a:link {
	font-weight: bold;
	color: #F4B550;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC5D22;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}

/* list styles ----------------------------- */
ul li {
	list-style-image: url(images/star.png);
	margin-left: 12px;
}
ol {
	margin-left: 14px;
}

/* table styles -------------------------------------- */
table {
	border: solid #88cc00 1px;
	background-color: #fff;
	color: #88cc00
}
td {
	padding: 6px;
	border: solid #88cc00 1px;
}
th {
	font-weight: bold;
	color: #88cc00;
	background-color: #d5ff80;
	text-align: center;
	padding: 6px;
	border: solid #88cc00 1px;
}

/* border styles ------------------------------------ */
hr {
	border: solid #88cc00 1px;
}

img {
	border: solid #88cc00 2px;
}
iframe {
	border: solid #88cc00 2px;
	padding: 8px;
	margin: 8px;
}
/* DIV STYLES FOR PAGE LAYOUT */

#container{
	width: 1200px;
	padding: 40px;
	margin: 0 auto;
	border: 5px double #88cc00;
	background-color: #FFFDF9;
	overflow: hidden;
}
#header{
	width: 100%;
	padding: 0;
	border-bottom: 2px solid #F4B550;
}
#content{
	float: left;
	width: 900px;
	padding-bottom: 40px;
}
#footer{
	border-top: 2px dotted #88cc00;
	padding: 40px;
	clear: both;
}
#footer p{
	margin: 0;
}
#sidebar {
	width: 260px;
	color: #6CA52B;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
}
#sidebar p{
	padding: 0;
}
#sidebar img{
	float: left;
	border-radius: 30%;
	border: 5px solid #F4B550;
	overflow: hidden;
}