/* Cinema Hair Salon CSS Document */

BODY			{
				margin-top: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				background-color: #8F3B3F;
				font-family: Verdana, Arial, sans-serif;
				color: white;
				}
/* Link Styles */

A:link, A:visited { 
	text-decoration: none;
    text-align: left;
	color:#e6e380;
}

A:hover { 
	text-decoration: underline;
    text-align: left;
	color:#e6e3804;
}
				
H1				{
				font-size: 13pt;
				font-weight: bold;
				line-height: 0pt;
				}
H2				{
				font-size: 8pt;
				line-height: 10pt;
				}
P				{
				font-size: 9pt;
				line-height: 11pt;
				font-weight: bold;
				}
P.left			{
				font-size: 9pt;
				line-height: 11pt;
				font-weight: bold;
				padding-right: 55px;
				}				
P.header		{
				font-size: 15pt;
				line-height: 13pt;
				font-weight: lighter;
				}
td				{
				font-size: 8pt;
				line-height: 11pt;
				font-weight: 300;
				}
td.services		{
				}
td.about		{
				font-size: 14pt;
				font-weight: 300;
				border-bottom: 1px solid #FFFFFF;
				}
td.leftcolumn	{
				padding-left: 10px;
				background-image: url(images/column_shadow_left.jpg);
				background-position: top right;
				background-repeat: repeat-y;
				width: auto;
				height: auto;
				}
td.middlecolumn	{
				background-color: #A91937;
				background-image: url(images/column_center_top.gif);
				background-position: top left;
				background-repeat: no-repeat;
				width: 303px;
				height: auto;
				}
td.rightcolumn	{
				padding-left: 10px;
				background-image: url(images/column_shadow_right.jpg);
				background-position: top left;
				background-repeat: repeat-y;
				width: 381px;
				height: auto;
				}
