/*ARROW SIZE AND POSITION */

.sizeArrowTwo
	{
        position:relative;
        left:5px;
        top: 3px;
	font-size: 21px;
        }

/*BLACK TO RED LINK TEXT AND ARROW */

.blackRedLink
	{
	color: #010101;
	font-size: 11px;
	font-family:'Arial', 'Helvetica','Verdana', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
        letter-spacing: 2px;
        word-spacing: 0px;
        text-decoration: none;         
        cursor: auto;
	text-transform: none;
        white-space: nowrap;
        position: relative;
        left: 15px;
        top: 10px;
	}
a.blackRedLink:link { color: #010101; text-decoration: none}
a.blackRedLink:visited { color:#010101; text-decoration: none}
a.blackRedLink:hover {color :#990000; text-decoration: none}
a.blackRedLink:active {color :#990000; text-decoration: none}


/* NAME-TITLE STYLE ID*/

#name
	{
        color:#990000;
	font-size:26px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:3px;
        word-spacing: 0px; 
        text-align:left;                                  
        cursor:auto;
	text-transform:none;
        white-space: nowrap;
        padding-left: 10px;
       	}
/* 2nd NAME-TITLE STYLE ID */

#name2
	{
        color:#000000;
	font-size:20px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:300;
	font-variant:normal;
        letter-spacing:3px; 
        word-spacing: 0px; 
        text-align:left;                                  
        cursor:auto;
	text-transform:none;
        white-space: nowrap;
	}

/* Copyright*/

.copyright
	{
        color: #000000;
	font-size: 10px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
        letter-spacing: 3px; 
        word-spacing: 0px; 
        text-align: right;
        text-decoration: underline;                              
	text-transform: none;
        white-space: nowrap;
        padding-right: 5px;
        cursor: auto;
	}
a.copyright:link
        { color: #000000; text-decoration: underline;}
a.copyright:visited
        { color: #000000; text-decoration: underline;}
a.copyright:hover
        {color : #990000; text-decoration: underline;}
a.copyright:active 
        {color : #990000; text-decoration: underline;}



/* Current Subject NAME such as Galleries or Las Vegas*/

.location
	{
        color: #990000;
	font-size: 11px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
        letter-spacing: 3px;
        text-align: right; 
        cursor: auto;
	text-transform: none;
        padding-right: 5px;
	}


