@import url("std_display.css");

#body_container
{
	position	: relative;

	width		: 650px;
	height		: 1000px;
}

.body_spacer
{
	width		: 650px;
} 

#page_title_container
{
	left		: 100px;
}

#nav_menu_container
{
	left		: 70px;
}

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

A:hover {
	text-decoration: underline;
}

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

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

	width	    : 520px;

	text-align  : left;

    color		: white;
    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; 
}


