html,body
{
	margin: 0;
	padding-top: 15px;
	width: 100%;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 100%;
}

img
{
	behavior: url("pngbehavior.htc");
}

#wrap
{
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
	background-position: 4px 4px 4px 4px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: auto;
}

#header img
{
	vertical-align: top;
}

#side_left
{
	position: relative;
	left: 5px;
	float: left;
	text-align: left;
	font: 12px Arial;
	width: 150px;
}

#side_left ul
{
	margin: 0; 
	padding: 0;
	margin-left: px;
	line-height: 34px;
	list-style-type: none;
}

#side_left ul a
{
	width: 200px;
	color: #025a9c;
	display: block;
	margin-left: -10px;
	padding-left: 10px;
}

#side_left ul a:hover
{
	background: #FFF;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

#side_left h1
{
	font: bold 16px Arial;
	text-decoration: underline;
}

#side_left a
{
	color: #FFF;
	text-decoration: none;
}


#2weekschar textbox
{
	width: 130px;
	font: 12px Arial;
}

#main_part
{
	right: 35px;
	float: right;
	position: relative;
	direction: RTL;
	width: 460px;
	min-height: 500px;
}

#main_part h1 img
{
	margin-right: -2px;
}

#content
{
	width: 595px;
	line-height: 20px;
	font: 11pt Arial;
}

#content h1
{
	background-color: #bfcbf9;
	font: bold 20px Arial;
	text-align: center;
	font-style: italic;
	width: 446px;
	margin-top: -2px;
	margin-right: -8px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 2px;
}

#content h2
{
	font: bold 16px Arial;
	text-decoration: underline;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#real_content
{
	float: left;
	width: 428px;
	text-align: right;
}

#inner_right
{
	float: right;
	width: 155px;
}

#inner_right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#inner_right ul li
{
	margin: 3px;
	background-image: url(../images/menu_bg.jpg);
}

#inner_right ul a
{
	color: #0000FF;
}

#footer
{
	direction: RTL;
	clear: both;
	height: 32px;
	font-size: 10px;
	font-family: Tahoma;
	background-image: url(../images/footer.png);
	color: #FFF;
	width: 764px;
}

#footer_left
{
	padding-top: 15px;
	float: right;
	padding-right: 5px;
}

#footer_left a
{
	color: #FFF;
}

#footer_right
{
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}

#footer_right a
{
	color: #FFF;
}