body{
background:url("images/bg_body.gif") top left repeat-x #fff;
font-family:tahoma, arial, sans;
font-size:13px;
line-height:18px;
color:#2f2f2f;
}

#wrapper{
	width:776px;
	height:auto;
	margin:15px auto;
}
#top{
	width:776px;
	height:75px;
	background:url("images/bg_shade.gif") bottom left no-repeat;

}
#top h1#logo{
	float:left;
	width:370px;
	height:54px;
	padding:0;
	margin:0;
	background:url("images/logo.gif") top left no-repeat
}
	#top h1#logo a{
			display:block;
			width:370px;
			height:54px
	}
	#top h1#logo span{
		display:none
	}
#top img{
	float:right;
	margin-top:10px
}
#content{
	clear:both;
	padding-top:4px;
	padding-bottom:20px;
	background:url("images/bg_shade.gif") bottom left no-repeat
}
h2{
	color:#b2e65f
}
blockquote{
	border-left:3px solid #7a8ddf;
	border-bottom:1px solid #7a8ddf;
	border-top:2px solid #4e5ad2;
	border-right:1px solid #4e5ad2;
	padding:5px;
	font-style:italic;
	background:#e3e6fc;
	
}
blockquote p{
	padding:0;
	margin:0;
}
blockquote p.right{
	text-align:right;
	padding-top:5px
}

#footer{
	font-size:10px;
	line-height:14px;
	text-align:center;
	color:#8b8b8b
}
