﻿body 
{
    background: WHITE url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: BLUE;
	padding-bottom: 10px;
	padding-top: 31px;
}
a:link
{
  text-decoration :none;
  border-style : none;
}
a:visited
{
}
a:hover
{
    border-style :ridge  ;
    border-width :thin ;
    border-color : Blue;
}

img
{
    border-style :none;
}

    

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
  position: relative;
  background: url(images/SideBar_bg.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 0px;
  width: 800px;
  height: 94px;
  background: url(images/header.jpg) no-repeat;
}

#header_buttons 
{
  position : absolute ;
  left: 0px;
  top : 94px;
  width: 800px;
  height: 68px;
  background: url(images/headerbuttons800x68.jpg) no-repeat;
}
#header_arch
{
    text-align: center;
  position : absolute ;
  left: 0px;
  top : 162px;
  width: 800px;
  height: 58px;
  background: url(images/headerarch800x58.jpg) no-repeat;
    
}

#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px , iris;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#right 

{
  padding-top : 220px;
  padding-left : 75px;
  padding-right : 35px;
 
}
#right .inner

{
    width : 645px;
    
    
    }
   

