#previewbox {
	background: #FFFFFF;
  width: 360px;
  height: 200px;
	border: 1px solid #000000;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#previewheading
{
background: #000000;
width: 23px;
height: 220px;
float: left;
}	
	
#title
{
width: 330px;
height: auto;
border-bottom: 1px solid #000000;
font-family: Tahoma, Times, serif;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
padding: 0px 0px 5px 15px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#subtitle
{
color: #CC3300;
width: 330px;
height: auto;
font-family: Tahoma, Times, serif;
font-size: 14px;
font-weight: bold;
margin-top: 7px;
padding: 0px 0px 0px 15px;
text-align: left;
}

#bodytext
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 330px;
height: auto;
margin: 7px 0px 10px 0px;
padding: 0px 0px 10px 15px;
text-align: left;
}

#picture
{
float: right;
margin: 4px 0px 3px 4px;
padding: 0px 15px 0px 0px;
}








