body, html { 
	margin: 0; 
	padding: 0;
	font-family: Verdana,Tahoma, Arial,sans-serif;
	font-size: 0.85em;
	color: #ccc;
	text-align: left;
	background-color: #808080;
}

/* boxes */

#container { 
	text-align: left;
	width: 800px; 
	border: 1px solid black; 
	margin-top: 10px; 
	margin-right: auto; 
	margin-left: auto;
	z-index: 50;
	visibility: visible;
	display: block;
	background: #fff url(../images/banner.jpg) no-repeat;
	position: relative;
	padding-bottom: 20px;
} 
 
#navbar { 
	background: url(../images/nav.jpg) no-repeat;
	width: 145px;
	font-size: 1.2em;
	left: 20px;
	position: relative;
	height: 200px;
	z-index: 5;
	padding-top: 8px;
	float: left;
	top: 220px;
}

#content { 
	top: 8px;
	margin: 0 200px;
	z-index: 4;
	position: relative;
	float: none;
	clear: left;
}

/* Sidebar */

#sidebar { 
	float: right;
	top: 220px;
	margin-right: 20px;
	padding-bottom: 10px;
	width: 178px;
	height: auto;
	z-index: 3;
	position: relative;
	border-left:1px solid silver;
	background-color: #feeee8;
}

.name {
	font-size: 0.9em;
	color: black;
	padding-left: 10px;
}

#sidebar H3 {
	padding-top: 0px;
	color: #d38a15;
	border-top: none;
	border-bottom: 1px solid #d38a15;
	margin-left: 10px;
	margin-right: 10px;
}

p.spaceafter {
	bottom: 8px;
	position: relative;
	left: 0px;
	float: none;
	margin-left: 105px;
}

#sidebar p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #757575;
	margin-left: 1px;
	padding-left: 10px;
}

#sidebar img {
	padding-right: 10px;
	padding-bottom: 0px;
}

/* @group Navigation */

/* navigation */

#navbar ul {
	list-style: none; 
	text-align: left;
	font: italic 1em Verdana, Arial, "Arial Black", "Trebuchet MS";
} 
 
#navbar ul li {
 	margin-bottom: 12px;
} 

#navbar ul li a { 
	list-style-image: none;
	text-decoration: none; 
	color: #505050;
	padding-left: 18px;
	margin-left: -22px;
	background: url(../images/nav_bullet-main.gif) no-repeat 0 top;

}

li
 {
	color: #373737;
}

.bullets
 {
	list-style-type: square;
	width: 300px;
	font-size: 1.15em;
	line-height: 1.4em;
}

.link-on { 
	list-style-image: none;
	text-decoration: none; 
	color: #c11e5c;
	padding-left: 18px;
	margin-left: -22px;
	background: url(../images/nav_bullet-over.gif) no-repeat 0 top;

}  
  
#navbar ul  li a:hover { 
	text-decoration: underline; 
	color: #8daa1a;
	background: url(../images/nav_bullet-over.gif) no-repeat 0 top;

}

a {
	font: italic 1em Verdana, Arial, "Arial Black", "Trebuchet MS";
	text-decoration: none; 
	color: #505050;
	
}

a:hover {
	text-decoration: underline; 
	color: #c11e5c;
}

/* @end */

/* typo */

.intro {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #707070;
}

h1 {
	color: #108e78;
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h4 {
	color: black;
	text-align: center;
	font: normal 1.1em/0.4em Verdana, Arial, "Arial Black", "Trebuchet MS";
	margin-top: 10px;
}

h1, h2, h3, p {
font-family: Verdana, Arial, "Arial Black", "Trebuchet MS";
color: #4e4e4e;
margin-right: 25px;
}

#footer p {
	text-align: center;
}

h3 {
	border-top: 1px solid silver;
	padding-top: 15px;
}

.leading {
	margin-top: 30px;
	font-size: 0.9em;
	color: #cbcbcb}

/* footer */

#footer { 
	height: 65px;
	padding-top: 5px;
	background-color: #cfb6be;
	float: none;
	clear: none;
}

#footer-box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	float: none;
	clear: left;
	top: -210px;
	position: relative;
	border: 1px solid black; 

}

#footer a {
	font-family: Verdana, Arial, "Arial Black", "Trebuchet MS";
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	text-decoration: none;
}

#footer h3 {
	text-align: center;
	border-top: none;
	padding-top: 0px;
}

#footer h4.leading a {
	color: #cbcbcb;
}

#sub-footer { position:relative; top:-225px;}
#sub-footer h4.leading a:hover {
	color: #000;
	text-decoration: none;
}

/* decoration */

#flowers { width:800px; margin:auto; height:0px;}

#flower-front { 
	width: 136px; 
	height: 216px;
	background: url(../images/flowers-front.png) no-repeat 0 bottom;
	position: relative;
	left: -20px;
	margin-left: -25px;
	z-index: 100;
	float: left;
	top: -71px;
}

#flower-back { 
	width: 946px; 
	height: 216px;
	background: url(../images/flowers-back.png) no-repeat 0 bottom;
	z-index: 1;
	position: relative;
	top: -75px;
	margin: auto;
	display: block;
	float: none;
	overflow: visible;
	margin-left:-73px;
}

.rule {
	border-top: 1px solid silver;
}

p.rule {
	position: relative;
	top: 15px;
}

#content img {
	border: 1px solid gray;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 20px;
}