@charset "utf-8";
/* CSS Document */
p, li, ul, h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}

*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
body{
	margin:0;
	background-color:#EEE;
}
h1{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	text-align:center;
	border: dotted 2px #709b3b;
	padding:3px;
	color:#2c8b8b;
}
h2{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	background-image:url(../assets/bg-h2.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:3px;
	text-align:right;
	font-size:18px;
}
h3{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:19px;
}
p{
	text-align:justify;
	margin-bottom:8px;
	line-height:18px;
}
a{
	color:#039;
}
a:hover{
	color:#090;
}
ul{
	margin-left:40px;
	margin-bottom:15px;
}
#wrapper{
	width:500px;
	margin:auto;
	padding:3px;
	background-color:#FFF;
	border-right:#CCC 1px solid;
}
#navigation{
	width:100%;
	margin:5px;
	list-style:none;
}
#navigation li{
	float:left;
	padding:8px;
}
#mainNav{
	position:relative;
	top:0;
	left:-158px;
	float:left;
	width: 150px;
	height: auto;
	border-right:#999 1px dashed;
}
#mainNav li{
	clear:both;
}
#titleBox{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#titleBox span{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
}
#footer{
	text-align:center;
	color:#573e2c;
	font-size:10px;
}

.icon{
	width:89px;
	margin:3px;
	margin-right:8px;
	float:left;
}
#box{
	

}
#box img{
	padding:10px;
}
.rob{
	font-size:64px;
	color:#349090;
}
.b{
	font-size:64px;
	color:#6c9639;
}
.luther{
	font-size:64px;
	color:#563e2c;
}.intro {
	font-size: 14px;
}
.tright{
	text-align:right;
	margin-bottom:25px;
	font-style:italic;
}
.caption{
	font-style:normal;
	text-align:center;
	font-weight:normal;
	color:#039;
}
.padding{
	padding:10px;
}
.clr{
	clear:both;
}
