@import url("std_display.css");

#body_container
{
	height     : 1250px;
	background : url("../../backgrounds/horizontal_yellow_pad_720px.jpg");
}

A:link 
{
	color: blue;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:visited {
	color: purple; 
	text-decoration: none;
}

#services_text_1
{
	position    : absolute;
	left		: 120;
	top			: 160;

	width	    : 500px;
	height      : 200px;

	text-align  : left;

    color		: black;
    font-size	: 12px;
	line-height : 16px;
    font-weight	: bold; 
    font-family	: Tahoma, Arial, Helv, serif; 
}

li
{
	list-style-image : url("../../buttons/list_button.gif");
}

.list_title
{
    color		: #B00000;
    font-size	: 14px;
	line-height : 18px;
    font-weight	: bold; 
}

