﻿p {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", 
	"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	width:450px;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}

.warning {
	font-style:italic;
	font-size:x-large;
	color:red;
	padding-bottom:4px;
}

.row {
	width:800px; 
	height:200px; 
	border:2px solid #FF0066; 
	margin:auto; 
	text-align:center; 
	margin-bottom:15px;
	background-color:#FF99CC;
}

.pic {
	width:200px; 
	height:200px; 
	border-right: 
	2px solid #FF0066; 
	position:absolute
}

.desc {
	height:200px; 
	width:600px; 
	position:relative; 
	text-align:center; 
	left:202px;
	font-size:small;
	top:-5px
}