body {
	background:#f1f0f1;
	font-family:Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#616161;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:710px; 
	margin:0 auto;
}

#header {
	height:248px;
	background:url("images/header.jpg") no-repeat;
	margin-bottom:15px;
}

#content {
	width:435px;
	padding:10px 10px 0px 10px;
	float:left;
	background:#fcf8ff;
	border:#702a2a 5px solid;
}

#navigation {
	width:230px;
	float:right;
	border-bottom:#532a70 5px solid;
}

#content h1 {
	font-family:Tahoma;
	font-size:12pt;
	color:#702a2a;
	margin:0;
	padding:0px 0px 3px 0px;
	border-bottom:#702a2a 5px solid;
	direction:rtl;
}

#content h2, #content h3, #content h4 {
	font-size:10pt;
	color:#45719b;
	padding:0px 0px 3px 0px;
	border-bottom:#45719b 3px solid;
	margin:0;
	direction:rtl;
}

#content p {
	margin:8px 0px 22px 0px;
}

#content a {
	text-decoration:underline;	
	color:#3e637a; 	
}

#content img {
	float:right;
	margin-left:8px;
}

#content a:hover {
	text-decoration:underline;
	background:#f1f0f1;
}

#navigation h2 {
	font-size:10pt;
	color:#fff;
	background:#532a70;
	padding:4px 0px 5px 12px;
	margin:0px;
	direction:ltr;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 0px 0px; 
	padding:8px;
	background:#774b96;
	border-left:#532a70 5px solid;
	border-right:#532a70 5px solid;
}

#navigation li {
	list-style:none;
	font-size:10pt;
	line-height:1.7em;
	border-bottom:#532a70 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#fff; 	
}

#navigation a:hover {
	text-decoration:underline;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#dadfda 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px 3px;
	border-left:#dadfda 1px solid;
	border-right:#dadfda 1px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#dadfda 1px solid;
	border-bottom:#dadfda 1px solid;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
	border-left:#dadfda 1px solid;
}

.clear {
	clear:both;
}