	html,
	body {
        	background-image:url("images/tile.gif");
		margin:20px auto;
		color:#000;
        	font-family:Arial,Helvetica,sans-serif;	
	}
    .container{
        margin:0px auto;
        border:1px #CCCCCC solid; 
        padding:10px;
        width:660px;
		background:#fff;
    }

	.logo{
		padding-bottom:5px;
	}

	.powered {
        	text-align: center;
        	font-size: 7pt;
        	color: #999999;
	}
	.powered IMG {
        	border: none;
        	vertical-align: middle;
	}	
	.powered A {
        	color: #999999;
        	text-decoration: none;
	}
	.powered A:hover {
        	text-decoration: underline;
	}

	.teaser {
		width:550px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("images/round_box.gif") bottom left no-repeat;
	}
	.teaser h3 {
        color:#333333;
        font-size:130%;
		margin:0;
		padding:15px 30px 10px 25px;
		background:url("images/round_box.gif") top left no-repeat;
	}

	.teaser p, .teaser a.more {
        	color:#666666;
		margin:0;
		padding:10px 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
        	font-size:90%;
	}
	.teaser ul {
        	color:#666666;
		margin:0;
		padding:10px 30px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
        	font-size:90%;
	}
	.teaser p.error_image {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
		text-align:right;
	}    
	.teaser a.more {
		display:block;
		text-align:right;
		padding:6px 24px 0px 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser a.more:hover {
		text-decoration:underline;
	}

