body
{
 font-family: arial, verdana, tahoma;
 font-size: 11px;
 color: #3F3E29;
 background-image:url('/ajrgfx/gfx/bg_body.gif');
 background-repeat: repeat-x;
 background-color: #fff;
 margin: 0;
 margin-top: 40px;
}

.center{ margin-left: auto; margin-right: auto; text-align: center;}
.sitewidth{ width: 972px; text-align: left; margin-left: auto; margin-right: auto;}

/* ----------------- default classes ----------------- */

h1,h2{ margin: 0; padding: 0; }
form{ margin: 0; display: inline; }
img{ border: 0; }

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both ;}
.alignright{ text-align: right; }
.debug{ background-color: red; }

/* ----------------- start text classes ----------------- */

h1
{
 margin-bottom: 10px;
 font-size: 28px;
 color: #3F3E29;
 font-weight: bold;
 text-transform: uppercase;
 line-height: 30px;
}

h2
{
 margin-bottom: 8px;
 font-size: 14px;
 color: #3F3E29;
 font-weight: bold;
 line-height: 16px;
}

div{ font-size: 11px; line-height: 16px; color: #3F3E29; }

/* ----------------- start link classes ----------------- */

a{ text-decoration: none; color: #3F3E29; }
a:hover { text-decoration: none; color: #00BBE4; }

ul{ list-style-type: none; margin: 0; padding: 0; }

ul li
{
 background-image: url('/ajrgfx/gfx/list_item.gif');
 background-repeat: no-repeat;
 padding-left: 10px;
 margin-left: 10px;
}
.map{ width: 609px; float: left; padding-top: 93px; }
.logo{ width: 303px; float: right; }
.sitename{ padding-top: 10px; line-height: 11px; }


