body {
	background:#37183d url(images/newbg01.jpg) repeat-x top;
	behavior:url(Assets/csshover.htc);
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px 0px;
	text-align:center;
}

#container #main:after,#container #menu:after, #container #menu ul ul:after {
	clear: both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html #container #main,* html #container #menu, * html #container #menu ul ul:after {height: 1%;}



/************* container *********************/
.container{margin:auto;	width:760px;}
	#container01{background:url(images/newbg02.jpg) repeat-y;}
	#container02{background:url(images/newbg03.jpg) repeat-y;}
	
	#header{
		background:url(images/newheader01.jpg) no-repeat;
		height:112px;
		margin:auto;
		position:relative;
		width:758px;
	}
		#header h3{display:none;}
		#header span{
			background:url(images/newlogo01.jpg) no-repeat;
			cursor:pointer;
			height:81px;
			left:0px;
			position:absolute;
			top:0px;
			width:194px;
		}
			
		.main{
			margin:auto;			
			text-align:center;
			width:758px;
		}
			#main01{background:url(images/newmain01.jpg) no-repeat top left;}
			#main02{background:url(images/newmain02.jpg) no-repeat top left;}
			
			.isite_content{padding:5px;text-align:left;}
				#isite_content01{float:left;width:300px;}
				#isite_content02{float:none;margin:0px 19px;width:712px;}
		
		.sidebar{
			margin:auto;
			width:206px;
		}
			#left{float:left;padding:0px 0px 0px 18px;}
			#right{float:right;padding:0px 18px 0px 0px;}
			
			.channel{
				color:#555;
				padding:5px;
				text-align:left;
				width:196px;
			}
				.channel h3{			
					color:#37183d;
					border-bottom:#333 1px dotted;
					font-size:12px;
					font-weight:normal;
					margin:0px 0px;
					padding:5px;
				}
	
	#footer{
		background:url(images/newfooter01.jpg) no-repeat;
		clear:both;	
		height:21px;
		margin:auto;
		width:760px;
	}	
		
		#bottommenu {
			font-size:11px;
			margin:auto;
			padding:2px 10px 0px 5px;
			text-align:left;			
			text-decoration:none;
			width:740px;
			
		}
			#bottommenu ul {
				float:left;
				list-style:none;
				margin:0px;
				padding:0px;
			}
				#bottommenu ul li {
					border-right:# 1px solid;
					display:inline;					
				}
					#bottommenu ul li a {
						color:#;
						padding:0px 7px;
						text-decoration:none;
					}
						#bottommenu ul li a:hover {
							color:#ffd24b;
						}	
	
	
a{
	color:#37183d;
	text-decoration:none;
}
	a:hover{
		color:#58405d;
		text-decoration:underline;
	}
	
#copyright{
	color:#69526d;
	padding:10px;
}
	#copyright a{
		color:#4d3152;
		text-decoration:none;
	}
		#copyright a:hover{
			color:#ececec;
			text-decoration:underline;
		}
			
			
		