html { height:100%; background-color: #fff; }
body { background-color: #fff; color: #333; font-family: tahoma, arial, helvetica, sans-serif; font-size: 13px; }

a { color: #8dc00b; }
a:hover { color: #719801; }
#wrap { width: 951px; margin: auto; padding-bottom: 40px; background: transparent url(graphics/bg.jpg) no-repeat 0% -20px; }

#header { padding-top: 105px; margin-bottom: 10px; }
	#header .logo { width: 217px; height: 60px; display: block; text-indent:-999em; margin-left: 20px; }
	
#container { width: 759px; min-height: 541px; height: 541px; height: auto !important; margin-left: 15px; background-color: #fff; border: 1px solid #c5c5c4; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 15px; margin-bottom: 20px; -moz-box-shadow: 3px 3px 20px #a0a0a0; -webkit-box-shadow: 3px 3px 20px #a0a0a0; box-shadow: 3px 3px 20px #a0a0a0; }
	.content { width: 520px; float: left; margin-right: 29px; }
	.content h1 { font-size: 26px; line-height: 28px; font-weight: normal; margin-bottom: 20px; color: #999; }
	.content h2 { font-size: 20px; line-height: 26px; font-weight: normal; margin-top: 20px; margin-bottom: 10px; color: #8dc00b; }
	h2.smaller { font-size: 18px; }
	.content p { margin-top: 5px; margin-bottom: 15px; line-height: 18px; text-align: justify; }
	.content ul { margin-left: 30px; margin-bottom: 20px; }
	.content li { margin-bottom: 7px; list-style-type: square; }
	.inline-img { float: left; margin-right: 10px; margin-bottom: 10px; }
	.content .banners { border: 1px solid #ccc; padding: 1px; margin-top: 30px; margin-bottom: 10px; text-align: left; }
	.forms { padding:20px;border:2px dashed black;background:#f9f9f9; width: 350px; margin: auto; }
	.forms td { padding: 10px; }
	
	.sidebar { width: 200px; float: right; }
	.profile { text-align: center; }
	.profile img, .inline-img { border: 1px solid #ccc; padding:8px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 3px 3px 10px #a0a0a0; -webkit-box-shadow: 3px 3px 20px #a0a0a0; box-shadow: 3px 3px 20px #a0a0a0; }

#footer { margin-left: 20px; }

.clr { clear: both; }