

/* <STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: asd (a) on 5/20/2010 -- 
  @font-face {
    font-family: Times New Yorker;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.97richter.com/TIMESNE0.eot);
  }
-->
</STYLE> begin Page */

/*@font-face {
  font-family: Times New Yorker;
  src: url(TIMESNE0.eot);
  src: url(timesnewyorker.ttf);
   font-weight, font-style ==> default to normal 
}*/
@font-face {
  font-family: 'Times New Yorker';
  src: url('TIMESNE0.eot');
  src: local('Times New Yorker Regular'), local('Times New Yorker'),
         url('timesnewyorker.ttf') format('opentype');
}

body


{
	margin: 0em 10%;
	padding: 0;
	background-color: #262626;
	background-image: url('images/Page-Bg.jpg');
	background-repeat: repeat y;
	background-attachment: fixed;
	background-position: top center;
	 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
}

  #main{
 position: relative;
 margin: 2em 0;
 float:left;
 width:460px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
 height:auto;
 background:url('images/bg.png') repeat;
 background-attachment:fixed;
 overflow: auto;
 padding:0 0 0 15px;
 }

 #right{
 position: relative;
 margin: 2em 0px;
 float:left;
 width:270px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
 height:250px;
 margin-right:auto;
 background:url('images/bg.png') repeat;
 background-attachment:fixed;
 overflow: auto;
 padding:0 0 0 10px;
 }
 
 #right_2{
 position: relative;
 margin: 2em 1%;
 float:left;
 width:270px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
 height:280px;
 margin-right:auto;
 margin-top:20px;
 background:url('images/bg.png') repeat;
 background-attachment:fixed;
 overflow: auto;
 padding:0 0 0 5px;
 }
 
  #right_3{
 position: relative;
 margin: 2em 1%;
 float:left;
 width:270px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
 height:300px;
 margin-right:auto;
 margin-top:20px;
 background:url('images/bg.png') repeat;
 background-attachment:fixed;
 overflow: auto;
 padding:0 0 0 5px;
 }
 
   #right_4{
 position: relative;
 margin: 2em 1%;
 float:left;
 width:270px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
 font-size:12px;
 color:#6b6d5a;
 height:250px;
 margin-right:auto;
 margin-top:20px;
 background:url('images/bg.png') repeat;
 background-attachment:fixed;
 overflow: auto;
 padding:0 0 0 5px;
 }
/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 890px;
	height: 225px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 890px;
	height: 225px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 890px;
	height: 225px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 860px;
}

h1.art-Logo-name
{
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
font-family:"Alba Super",Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #262626 !important;
}

.art-Logo-text
{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
font-family:"Times New Yorker";
font-size: 16px;
font-style: normal	;
font-weight: normal;
	padding:0;
	margin:0;
	color: #cc0000 !important;
}
/* end Logo */

/* begin Menu */



/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #cc0000;
  font-size:12px;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #cc0000;
  font-size:12px;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #cc0000;
  font-size:12px;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #cc0000;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, 
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #cc0000;
}

h1 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #cc0000;
}

h2, h2 a, h2 a:link, h2 a:visited 
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #262626;
}

h2 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
text-decoration: underline;
font-weight: bold;
text-align: left;
  color: #262626;
}

h3, h3 a, h3 a:link, h3 a:visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left;
color: #262626;
}
h3 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
text-decoration: underline;
font-weight: normal;
text-align: left;
  color: #262626;
}
h4, h4 a, h4 a:link, h4 a:visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #262626;
}
h4 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
text-decoration: underline;
font-weight: normal;
text-align: left;
  color: #262626;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{

font-family: "Times New Yorker";
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #cc0000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #BDBDBD;
}

