html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
position: relative;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 268px;
	visibility: visible;
}
#right {
	position: absolute;
	top: 0;
	left: 268px;
	width: 530px;
	visibility: visible;
}

/** Left **/
#left {
 background: #FFFFFF;
 padding-top: 15px;
  height: 678px; 
}

#left #logo_aabon {
position:absolute; width:170px; height:105px; top: 1px; left: 55px;
}

#left #image_slide {
 position:absolute; width:246px; height:563px; top: 119px; left: 13px;
}

#copyright {
	color: white;
	text-align: left;
	position:absolute;
	left: -276px;
	top: 700px;
	width: 173px;
}


#copyright p {
 margin: 0 1em 0.5em 1em;
 font-size: 9px;
 color: #FFFFFF
}

#copyright a {
 color: #4c7a3a;
}

#copyright a:hover {
color: #000000;
}

/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 118px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 10px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 66px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
 
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bottom.jpg) no-repeat;
 padding: 16px 29px 39px 25px;
 text-align:justify;
}


#body .left {
 margin: 0 26px 0 0;
}

input,select, textarea {
font-size :11px;
}
