/* RESET */

body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td 
{ 
	margin: 0; 
	border: 0 none;
	padding: 0; 
}

table 
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}

fieldset,img 
{ 
	border: 0 none; 
}

address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style: normal; 
	font-weight: normal; 
}

ol,ul 
{ 
	margin: 1em 0; 
	margin-left: 40px; 
	padding-left: 0; 
}

ul 
{ 
	list-style-type: disc; 
}

ol 
{ 
	list-style-type: decimal; 
}

caption,th 
{ 
	text-align: left; 
}

h1,h2,h3,h4,h5,h6,p 
{ 
	font-size: 100%; 
}

/* FULL SERVICE */

html, body 
{ 
	height: 100%;
}

#wrapper
{
	width: 560px;
	margin: 0; 
	margin-left: 12px;
	border: 0 none;
	padding: 2px; 
}

.row
{
	display: block;
	width: 100%;
	height: 90px;
	text-align: left
}

.photo-text
{
	float: left;
	width: 162px;
	padding: 10px;
}

.photo-text img
{
	float: left;
	width: 70px;
	height: 73px;
	border: 1px solid #333333;
	margin-right: 7px;
}

.photo-text p
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.7em;
    color: #666666;
}

.float-divider
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}






















