/*///////////////////////////////////////////////////////////////////////
	ClearFix
/////////////////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	.clearfix {
		display:block;
	}	
		
	.clear {
		height:0em;
		font:1px/1px sans-serif;
		text-decoration:none;
		margin:0;
		padding:0;
		clear:both;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Reset
/////////////////////////////////////////////////////////////////////*/

	* {
		margin:0;
		padding:0;
	}
	
	html, body {
		height:100%;
	}
	
	body {
		font-size:62.5%;
	}
	
	body, ul, li, p {
		font-family: Verdana, Geneva, sans-serif;
		text-decoration:none;
	}

	label {
		display:block;
	}

	img {
		display:block;
	}	
	a img {
		border:none;
	}
	
	a * {
		cursor:pointer;
	}
	
	a {
		color: #ec1515;
	}
	
	p {
		font-family:Verdana, Geneva, sans-serif;
		color: #3d3d3d;
		font-size: 1.2em;
		margin: 0 0 20px 0;
		line-height: 1.6em;
		}
	p.poem {
			font-size: 1.4em;
			text-align:center;
			}
	ul{
		font-size:1.2em;
		margin:0 0 20px 20px;
		line-height:1.6em;
		color:#3d3d3d;
		font-family:Verdana, Geneva, sans-serif;
	}

/*/////////////////////////////////////////////////////////////////////
	Site
/////////////////////////////////////////////////////////////////////*/

	body {
		background:#ffffff;
	
	}
	
	#wrapper {
		/*background:url(../../images/layout/back-grad.jpg) no-repeat top center;*/
	}

	.section {
		width:986px;
		margin:0 auto;
		background: url(../../images/page-bg.gif) top left no-repeat;
		padding: 60px 0 0 0;
		position:relative;
	}
	#yellow {
		padding:0;
	}
	
	#badge {
		position:absolute;
		top:36px;
		left:45px;
		height:162px;
		width:183px;
		display:block;
	}
	
	.bottom {
		width:986px;
		background:url(../../images/page-bottom.gif) no-repeat;
		height: 70px;
	}
	
	#insideWrapper {
		padding: 16px 60px 0 60px;
		}
	
	#left {
		width: 330px;
		float: left;
			}
			
	#right {
		width: 500px;
		float: left;
			}
			
	#left img {
		margin: 0 0 20px 0;
			}
