body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) bottom repeat-x #828482;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

a {text-decoration:none;}

#containerL {
	background:url(../images/left.png) left repeat-y;
	width:900px;
	height:auto;
	overflow:auto;
	margin:0px auto;
	}

#containerR {
	background:url(../images/right.png) right repeat-y;
	width:900px;
	height:auto;
	overflow:auto;
	}

#container {
	margin:0px auto;
	width:870px;
	height:auto;
	overflow:auto;
	background:#FFF;
	}

#banner {
	width:870px;
	height:185px;
	background:url(../images/header.jpg) no-repeat;
	}

#header {
	width:870px;
	height:35px;
	background:url(../images/menu.jpg) repeat-x;
	}
	
	#logo {
		cursor:pointer;
		width:150px;
		height:100px;
		position:relative;
		top:20px;
		left:40px;		
		}
	
	#menu2 {
		width:300px;
		height:20px;
		position:relative;
		top:-20px;
		left:390px;
		font-size:12px;
		}
		
		#menu2 a {
			margin-right:15px;
			color:#999;
			float:left;
			}
		
		#menu2 ul {
			margin:0px;
			padding:0px;
			list-style:none;
			float:left;
			height:20px;
			overflow:hidden;
			background:#FFF;
			padding-left:5px;
			padding-bottom:2px;
			}
		#menu2 ul:hover {height:auto;}
		#menu2 ul a {
			padding-left:20px;
			line-height:20px;
			display:block;
			width:35px;
			}
		#menu2 li {
			height:20px;
			}

#menu {
	float:left;
	height:30px;
	margin-left:20px;
	width:680px;
	}
	
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

	
	#menu ul {
		padding:0px;
		margin:0px;
		list-style:none;
		}
	
	#menu li {
		float:left;
		padding:0px;
		margin:0px;
		}
	
	#menu a {
		color:#414040;
		display:block;
		line-height:30px;
		padding:0px 8px;
		font-size:12px;
		font-weight:bold;
		}
	
	#menu a:hover {color:#919192;}

#menu .ddMenu {
	position:absolute;
	background:url(../images/aMenu.jpg) repeat-x #EBEBEB;
	display:none;
	z-index:99;
	}
	
#menu .ddMenu li {
	float:none;
	display:block;
	background:url(../images/cizgi.jpg) repeat-x bottom;	
	}

#menu .ddMenu li a {
	line-height:23px;
	font-size:10px;
	font-weight:normal;
	}

#search {
	float:right;
	width:135px;
	height:22px;
	padding:3px 0px;
	margin-right:10px;
	}
	
	#search #keyword {
		height:19px;
		width:100px;
		font-size:11px;
		padding:0px;
		margin:0px;
		}

#content {
	width:810px;
	height:auto;
	overflow:auto;
	min-height:400px;
	padding:20px 30px;
	margin-bottom:10px;
	}
	
	#content h1 {
		font-size:18px;
		color:#375A72;
		margin-top:0px;
		}
	
	#left {
		width:250px;
		float:left;
		height:auto;
		overflow:auto;
		padding-bottom:10px;
		}
		
		#left #yanmenu {
			list-style:none;
			padding:0px;
			margin:0px;
			}
		
		#left #yanmenu li {
			padding:10px;
			margin:0px;
			background:url(../images/lineM.jpg) no-repeat left bottom;
			}
		
		#left #yanmenu li a {
			color:#828483;
			}
		
		#left #yanmenu li .sec {
			color:#718592;
			padding-left:10px;
			background:url(../images/bullet.jpg) no-repeat;
			background-position:0px 3px;
			font-weight:normal;
			}
			
		#left a {
			color:#838483;
			}
			
		#left .sec {
			font-weight:bold;
			}
		
		#left ul {
			list-style:none;
			padding:0px;
			margin-left:10px;
			}
		#left li {
			margin:3px 0px;
			}
		
		#player {
			width:250px;
			height:auto;
			}
	
	#right {
		width:550px;
		float:right;
		height:auto;
		overflow:auto;
		color:#333;
		}
		
		#right h1 {
			font-size:13px;
			}

#kur {
	width:810px;
	height:27px;
	margin:0px 30px;
	background:url(../images/kur.jpg) repeat-x;
	text-align:center;
	line-height:27px;
	color:#FFF;
	font-size:11px;
	position: relative;
	overflow: hidden;
	}
	
	#kur strong {margin-right:10px;}
	#kur span {margin-right:20px;}
	#kurSlide {
		white-space: nowrap;
		margin:0px 10px;
		}

#footer {
	width:900px;
	height:70px;
	background:url(../images/bottom.jpg) no-repeat bottom;
	color:#79797A;
	font-size:11px;
	}
	
	#footer a {
		margin-right:5px;
		margin-left:5px;
		color:#79797A;
		}
	
	#copyright {
		float:left;
		height:30px;
		margin-left:45px;
		padding:20px 0px;
		}
	
	#links {
		float:right;
		height:70px;
		line-height:70px;
		margin-right:45px;
		}

#content .kurul {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding-right:60px;
	background:#BD7403;
	}
