.banner{margin:0 0 0 200px;}
.banner{margin:0 0 0 50px;}

html{
	height:100%;
	margin:0;
	padding:0;
}

body{
	height:100%;
	margin : 0px;
	padding:0px;
	color : #ffffff ;
	font-family : tahoma, arial, verdana, helvetica, sans-serif;
	font-size : 11px;
	line-height : 1.3em;
	letter-spacing : 1px;
	text-align:center;
}

table{
	color :black ;
	font-family : tahoma, arial, verdana, helvetica, sans-serif;
	font-size : 11px;
	line-height : 1.3em;
	letter-spacing : 1px;
}

#container{
	color:#ffffff;
	width:890px;
	height:540px;
	min-height:540px;
	padding:0px;
	text-align:left;
	margin:auto;
}

body>#container{height:auto;}

	#header{
		width:890px;
		height:115px;
		margin:0 10px 0 10px;
		background: url(../images/index/index_header.jpg);
		background-repeat: no-repeat;
	}
	
	#header table{
		color :black ;
		font-family : tahoma, arial, verdana, helvetica, sans-serif;
		font-size : 11px;	
	}
	
	a.smallnav{
		display: block;
		width:120px;
		height:21px;
		color:#ffffff;
		padding-top:4px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		background: url(../images/redlink.gif);
		background-repeat: no-repeat;
	}
	
	a.mainnav{
		display: block;
		margin-top:15px;
		padding:0px 15px 0 10px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		border-left:1px  dotted #ffffff;
	}
	
	#main{
		width:890px;
		height:462px;
		margin:0px 10px 0 10px;		
		background: url(../images/index/index.jpg);
		background-repeat: no-repeat;
	}
	
	#rightcontent{
		float:right;
		width:340px;
		margin-top:280px;
	}	

		#rightcontent h1{
			margin:0px 55px 10px 10px;
			text-align:center;
			font-size:14px;
			font-weight:bold;
			color:#cc3300;
		}	

		#rightcontent h2{
			margin:0px 10px 10px 10px;
			font-size:14px;
			font-weight:bold;
			text-align:justify;
		}
	
		.margin0x10x10x10{
			margin:0px 10px 10px 10px;
			text-align:justify;
		}
			
		.margin0x10x0x10{
			margin:0px 10px 0px 10px;
			text-align:justify;
		}

		.margin20x10x10x10{
			margin:20px 10px 10px 10px;
			text-align:justify;
		}
			
		.margin40x10x10x10{
			margin:40px 10px 10px 10px;
			text-align:justify;
		}