body{
	margin: 0px 20px 10px 20px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
}
h1{
	margin: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #5383C0; /*blue*/
}
h2{
	margin: 10px;
	font-size: 120%;
	font-weight: normal;
}
.h2_red{
	padding: 15px 10px 15px 10px;
	background: #CC0000 url(images/bg_hand.gif) no-repeat center right;
	color: #FFFFFF;
	text-align: center;
}
.h2_blue{
	padding: 15px 10px 15px 10px;
	background: #5383C0 url(images/bg_info.gif) no-repeat center right;
	color: #FFFFFF;
	text-align: center;
}
p{
	margin: 10px;
	font-size: 80%;
	line-height: 150%;
}
ul{
	font-size: 80%;
	line-height: 150%;
	list-style-type: square;
}
a{
	color: #85B334;
}
img{
	display: block;
}
#body{
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
#main_content{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#main_side_column{
	width: 180px;
	border-right: 1px solid #CCCCCC;
	background: url(images/apples.jpg) no-repeat bottom;
}
#intro{
	padding: 140px 10px 10px 10px;
	height: 318px;
	background: url(images/sunflowerbg.jpg) no-repeat top;
	text-align: right;
	font-weight: bold;
}
#quote{
	padding: 10px;
	background: #CCCCCC url(images/quotebg.gif) no-repeat center;
	text-align: center;
}
#navigation{
	padding: 15px 10px 15px 10px;
	background-color: #85B334;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{
	color: #F3E42E;
}
.main_column_left, .main_column_right{
	width: 385px;
}
.main_column_left p, .main_column_left h2{
	margin-right: 5px;
}
.main_column_right p, .main_column_right h2{
	margin-left: 5px;
}
.box{
	float: right;
	margin: 10px;
	padding: 5px;
	width: 130px;
	height: 130px;
	color: #FFFFFF;
	text-align: center;
}
.box p{
	font-weight: bold;
}
#secondary_content{
	background: #85B334 url(images/bg_paperclip.gif) no-repeat top right;
	color: #FFFFFF;
}
#secondary_content a{
	color: #FFFFFF;
}
#secondary_content a:hover{
	color: #F3E42E;
}
#secondary_side_column{
	width: 180px;
}
.secondary_content_column{
	width: 385px;
}
#footer{
	padding: 1px;
	background-color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}
#credit{
	text-align: right;
	margin: 0px;
	font-size: 70%;
	color: #CCCCCC;
}
#credit a{
	color: #CCCCCC;
	text-decoration: none;
}