﻿body
{
	background-color: #CDCDCD;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	text-align: right;
}
a
{
	text-decoration: none;
	color: #0000FF;
}
a:hover
{
	color: #FFFFFF;
	background-color: #0000FF;
}
#container
{
	width: 780px;
	margin: 0 auto;
}
#header
{
	background-image: url('images/banner.gif');
	height: 180px;
	width:780px;
}
#right
{
	float: right;
	width: 188px;
}
#mainContent
{
	float: left;
	width: 582px;
	direction:rtl;
	padding:5px 5px 5px 5px;
}
#innerContent
{
	background-image: url('images/backContent.gif');
	background-repeat: repeat-y;
	width:780px;
}
#innerContentFull
{
	background-image: url('images/backContentFull.gif');
	background-repeat: repeat-y;
	width:780px;
}
#footer
{
	height: 37px;
	background-color:#006699;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
