/*###############################################################
#
#	
#
################################################################*/
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #da2626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;



}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover{
	text-decoration: none;
}
/*###############################################################
#
#	DIV - Content
#
################################################################*/
#content
{
	/* LAYOUT */
	width: 560px ;
	height: 335px ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	overflow: scroll;
	style="width: 560px;
	overflow: scroll;
	z-index:1;
	position: absolute;
	background-position: top left;
	background-attachment:scroll;
	background-image:  url(../images/text_area.gif);
	background-repeat: no-repeat;
	background-color: #da2626;
}
/*.name
{
	text-transform: uppercase;
	font-weight: bold;
}
.location
{
	text-transform: uppercase;
	font-weight: bold;
	color: #FFE400;
}
.office, #content .office
{
	text-transform: capitalize;
	font-weight: bold;
}
ul li
{
	list-style: none;
}*/