@charset "utf-8";
/* General */
body {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	background-color:#cccccc;
}
a:link img, a:visited img, a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Page */
#main {
	margin: auto;
	width: 800px;
	border: 1px solid #FF0000;
	background-color:#ffffff;
}
/* Header */
#header {
	height:172px;
	margin:0 auto;
	position:relative;
	width:800px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* Content */
#content {
	height:auto;
	margin:0 auto;
	width:800px;
	background-image: url(../images/aviv_left_bg1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 
/* Sidebar */
#sidebar {
	float:left;
	width:160px;
	background-image: url(../images/aviv_left_bg1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
	height: auto;
}
#sidebar ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	list-style:none;
	color:#FF0000;
	display:block;
	font-size:12px;
	height:23px;
	width:160px;
	font-family: Tahoma, Verdana, Arial;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 4px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration: none;
	color: #999999;
}
#sidebar ul li a:hover {
	color: #FF0000;
}
#sidebarBot {
	bottom: 5px;
}

/* Main Content */
#mainContent {
	float:right;
	width:600px;
	padding: 20px;
	background-color: #E3001C;
	color: #FFFFFF;
	background-image: url(../images/aviv_contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent a:link, #mainContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #CCC;
}
.TitleText {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	font-family: tahoma;
}
/* footer */
#footer {
	width:800px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3001B;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	color:#999999;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E3001B;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.indexMid {
	padding-right: 300px;
	padding-left: 30px;
}
.imp {
	font-size: 10px;
	font-weight: bold;
}
.right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}