/* margin: top right bottom left */
body
{
	background: #FFFFFF;
	font-family: Verdana, Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
 	margin: 0;
	padding: 0;
	scrollbar-face-color: #CD6363;
	scrollbar-highlight-color: #E8A2A2;
	scrollbar-shadow-color: #7B2121;
	scrollbar-3Dlight-color: #CF4343;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #D8BABA;
	scrollbar-darkshadow-color: #7B2121;
}

img
{
	border: none;
}

#wrapper
{
	background-image: url('images/bg_page.jpg');
}

#main
{
	background-color: #EEEEEE;
	height: 600;
	position: relative;
	width: 980;
}

#main td
{
	font-size: 80%;
}

#main a, #main a:visited
{
	color: #0000FF;
	text-decoration: underline;
}

#main a:hover, #main a:focus
{
	color: #0000FF;
	text-decoration: none;
}

#main .page_title
{
	font-size: 120%;
}

#menu
{
	height: 32px;
	left: 480;
	position: absolute;
	top: 10;
}

#menu td
{
	font-size: 80%;
}

#menu a, #menu a:visited
{
	color: #96475A;
	text-decoration: none;
}

#menu a:hover, #menu a:focus
{
	color: #823E4E;
	text-decoration: none;
}

#davidraelogo
{
	left: 90;
	position: absolute;
	top: 35;
}

#pagename
{
	border-bottom: 3px solid #96475A; 
	left: 40;
	position: absolute;
	text-align: left;
	top: 133;
	width: 293;
}

#goodsalonguide
{
	left: 30;
	position: absolute;
	top: 520;
}

#homepictureframe
{
	background-image: url('images/bg_pictureframe.gif');
	height: 306;
	left: 617;
	position: absolute;
	top: 70;
	width: 241;
}

#hometitle
{
	color: #FFFFFF;
	font-size: 150%;
	left: 490;
	position: absolute;
	top: 423;
}

#phone
{
	left: 512;
	position: absolute;
	top: 465;
}

#content
{
	background-color: #f8f8f8;
	border-bottom: 2px solid #96475A;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;
	padding-top: 10;
	position: relative;
	text-align: left;
	top: 160;
	width: 900;
}

#content .table_border_1
{
	border-bottom: 1px solid #D0D0D0; 
	border-left: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#content .table_border_2
{
	border-bottom: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#content .table_header
{
}

#content .table_header_in_color
{
	background-color: #A0A0A0;
	color: #FFFFFF;
}

#content .table_header_underline
{
	background-color: #96475A;
	height: 3;
}

#content .table_header_border_1
{
	border-bottom: 1px solid #444444; 
	border-left: 1px solid #AAAAAA; 
	border-right: 1px solid #AAAAAA; 
}

#content .table_header_border_2
{
	border-bottom: 1px solid #444444; 
	border-right: 1px solid #AAAAAA; 
}

#content .table_row_a
{
	background-color: #F6F6F6;
}

#content .table_row_b
{
	background-color: #FAFAFA;
}

#content .table_title
{
	font-size: 95%;
	font-weight: bold;
	height: 24px;
}

#content .table_title_in_color
{
	background: #96475A;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	height: 24px;
}

.fullsize
{
	height: 100%;
	width: 100%;
}

.hand
{
	cursor: hand;
}

.help
{
	cursor: help;
}

.image
{
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.image_left
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.image_right
{
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}