/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


#container1024 {margin:0 auto; width:1024px;}
#container896 {margin:0 auto; width:896px;}

.img_rt {
float:right;
padding:0 0 15px 15px;
}

.img_lt {
float:left;
padding:0 15px 15px 0;
}

h1 {padding-top: 50px;}

p {
	padding-top: 10px;
	color:#333;
	line-height: 1.3em;
}

.text {
	
	width:300px;
	margin:0 auto;
}