﻿body
{
	margin: 0;
	padding:0;
	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

div#wrap 
{
	width: 800px;
	margin: 19px  auto 19px auto;
	direction: rtl;
	clear: both;
	
}

.border 
{
	border-right: dotted 1px #bfbfbf;
	border-left: dotted 1px #bfbfbf;
	float: right; 
	width: 742px;
	margin: 0 29px;
	
}

.stage 
{
	padding: 0 37px 0 25px;
	float: right;
	width: 680px;
}

.frame 
{
	float: right;
	width: 680px;
}


.logoContainer 
{
	width: 205px;
	margin-left: 45px;
	float: right;
}

.menu 
{
	margin-top: 70px;
	width: 430px;
	float: right;
	height: 18px;
}

.menu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul li 
{
	float: right;
	display:inline-block;
	line-height: 18px;
	height: 18px;
}

.subMenuCol 
{
	width: 205px;
	float: right; 
	position: relative;
	margin-left: 45px;
}

.contentCol 
{
	width: 430px;
	float: right;
}

.subMenu 
{
	margin-bottom: 20px;
	font-weight: bold;
	
}

.subMenu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.subMenu ul li 
{
	
	line-height: 20px;
}


.arrow 
{
	display: inline;
	right: -20px;
	position: absolute;
	
}

.clear 
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.seperator 
{
	border-top: dotted 1px #bfbfbf;	
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 15px 0;
	clear:both;
}

#footer 
{
	text-align: right;
	clear: both;
	width: 800px;
	margin: 0  auto;
	direction: rtl;
}

p 
{
	padding-top: 0;
	margin-top: 0;
}

h1 
{
	font-size: 20px;
	padding:0 0 20px 0;
	margin:0;
}

a 
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a.current
{
	color: #000;
}


.contentCol a 
{
	color: #ff00ff;
	text-decoration: underline;
}

.contentCol a:hover
{
	color: #000;
	text-decoration: underline;
}


img 
{
	border: 0;
}
