@charset "UTF-8";
/* CSS Document */

a img{
	border:none;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#f9eee8;
}

#wrapper{
	text-align:center;
	margin:0 auto;
	width:960px;
}

#left_col{
	float:left;
	width:450px;
}

#right_col{
	padding-left:5px;
	text-align:center;
	float:left;
	width:500px;
}

.leftfloat
{
	float:left;	
}

.margin20
{
	margin-left:20px;	
}


